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!)
A053559 Primes formed by concatenating n consecutive increasing numbers starting with a palindrome and ending with the next consecutive palindrome. 0
23, 67, 89, 131132133134135136137138139140141 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term, a(5) = 90809...90909, has 505 digits. - M. F. Hasler, Sep 11 2018
LINKS
PROG
(PARI) P=1; until(, N=P; for(x=1+P, P=A262038(1+P), N=N*10^(logint(x, 10)+1)+x); ispseudoprime(N)&& print(N", ")) \\ M. F. Hasler, Sep 11 2018
CROSSREFS
Sequence in context: A241212 A052087 A030458 * A322414 A031376 A069173
KEYWORD
base,nonn
AUTHOR
G. L. Honaker, Jr., Jan 16 2000
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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)