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.

A168334 Pandigital palindromic primes.

Original entry on oeis.org

1023456987896543201, 1023458697968543201, 1023459768679543201, 1023469587859643201, 1023489657569843201, 1023497568657943201, 1023549678769453201, 1023568794978653201, 1023568947498653201
Offset: 1

Views

Author

Lekraj Beedassy, Nov 23 2009

Keywords

Comments

Intersection of A050288 and A002385.

Crossrefs

Programs

  • PARI
    {n=1011111111111111101; p=vector(8,i,if(i<8,10^i*10)+10^(17-i))~; a=[]; for(k=0,8!, ispseudoprime(n+numtoperm(8,k)*p) & a=concat(a,n+numtoperm(8,k)*p)); a=vecsort(a)} \\ M. F. Hasler, Dec 07 2009

Extensions

More terms from M. F. Hasler, Dec 07 2009