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!)
A168334 Pandigital palindromic primes. 1
1023456987896543201, 1023458697968543201, 1023459768679543201, 1023469587859643201, 1023489657569843201, 1023497568657943201, 1023549678769453201, 1023568794978653201, 1023568947498653201 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Intersection of A050288 and A002385.
LINKS
PROG
(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
CROSSREFS
Sequence in context: A281390 A281301 A286481 * A358020 A095434 A276377
KEYWORD
base,nonn
AUTHOR
Lekraj Beedassy, Nov 23 2009
EXTENSIONS
More terms from M. F. Hasler, Dec 07 2009
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 24 13:38 EDT 2024. Contains 371957 sequences. (Running on oeis4.)