Cyclops numbers: Difference between revisions

m
→‎{{header|Pascal}}: typo in link to https://oeis.org/A136098/b136098.txt
(→‎{{header|jq}}: def cyclops:)
m (→‎{{header|Pascal}}: typo in link to https://oeis.org/A136098/b136098.txt)
Line 1,154:
Try to find one billionth like [[Cyclops_numbers#Factor]]<BR>
Added conversion of zero-based index to cyclops number<BR>
verified [https://oeis.org/A136098/b136098.txt| List of palindromic prime cyclops numbers]
<lang pascal>program cyclops;
{$IFDEF FPC}
Anonymous user