login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A066101
Duplicate of A063784.
1
73, 757, 1772893, 48551233240513, 378890487846991, 3156404483062657, 17390284913300671, 280343912759041771, 319913861581383373, 487014306953858713, 7824668707707203971, 8443914727229480773, 32564717507686012813, 48095468363380957093, 54811417636756749151
OFFSET
1,1
COMMENTS
Previous name: Primes of the form q = p^6 + p^3 + 1 = sigma_3(p^2), where p is prime.
LINKS
EXAMPLE
73 = 64 + 8 + 1, 757 = 729 + 27 + 1, etc.
PROG
(PARI) { n=0; for (m=1, 10^9, p=prime(m); q=p^6 + p^3 + 1; if (isprime(q), write("b066101.txt", n++, " ", q); if (n==200, return)) ) } \\ Harry J. Smith, Nov 13 2009
CROSSREFS
KEYWORD
dead
AUTHOR
Labos Elemer, Dec 04 2001
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 20 17:28 EDT 2024. Contains 376075 sequences. (Running on oeis4.)