login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

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
OFFSET
1,1
COMMENTS
The next term, a(5) = 90809...90909, has 505 digits. - M. F. Hasler, Sep 11 2018
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