The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A186700 Next palindrome after n-th prime. 1
3, 4, 6, 8, 22, 22, 22, 22, 33, 33, 33, 44, 44, 44, 55, 55, 66, 66, 77, 77, 77, 88, 88, 99, 99, 111, 111, 111, 111, 121, 131, 141, 141, 141, 151, 161, 161, 171, 171, 181, 181, 191, 202, 202, 202, 202, 212, 232, 232, 232, 242, 242, 242, 252, 262, 272, 272, 272, 282, 282, 292, 303, 313, 313, 323, 323, 333, 343, 353, 353, 363, 363, 373, 383, 383, 393, 393, 404, 404 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
palQ[n_] := # == Reverse@ # &@ IntegerDigits@ n; Table[k = Prime@ n + 1; While[! palQ@ k, k++]; k, {n, 79}] (* Michael De Vlieger, Nov 05 2015 *)
PROG
(PARI) a(n) = {p = prime(n)+1; while ((d = digits(p)) && (Vecrev(d)!=d), p++); p; } \\ Michel Marcus, Nov 05 2015
CROSSREFS
Sequence in context: A007749 A063506 A084438 * A350217 A028987 A284615
KEYWORD
nonn,base
AUTHOR
Harvey P. Dale, Feb 25 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 23 05:54 EDT 2024. Contains 372758 sequences. (Running on oeis4.)