cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A053559 Primes formed by concatenating n consecutive increasing numbers starting with a palindrome and ending with the next consecutive palindrome.

Original entry on oeis.org

23, 67, 89, 131132133134135136137138139140141
Offset: 1

Views

Author

G. L. Honaker, Jr., Jan 16 2000

Keywords

Comments

The next term, a(5) = 90809...90909, has 505 digits. - M. F. Hasler, Sep 11 2018

Crossrefs

Programs

  • 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