login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A034817
Concatenations C1 and C2 and C3 are all prime (see the comment lines).
0
63, 333, 621, 3339, 4557, 8127, 13977, 16827, 18177, 21921, 27393, 34989, 40023, 40047, 46917, 59727, 61203, 79467, 94767, 95079, 100821, 102771, 104859, 106527, 113883, 114123, 143433, 147123, 156201, 158409, 160149, 196737, 209277, 209961
OFFSET
0,1
COMMENTS
C1 = 'prevprime(n) followed by n'
C2 = 'n followed by nextprime(n)'
C3 = 'prevprime(n) followed by n followed by nextprime(n)'
EXAMPLE
n=95079 -> previous prime is 95071, next prime is 95083, thus '9501795079' and '9507995083' and '950719507995083' are all three primes.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Oct 15 1998
STATUS
approved