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!)
A156153 Primes p such that p == 2 (mod pi(p)) and pi(p) is prime. 4
5, 41, 367, 9559817, 514275529 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
PROG
(PARI) p=c=0; until(0, until( isprime(c++), p=nextprime(p+1)); (p-2)%c & next; print1(p, ", ")); \\ Modified by Jinyuan Wang, Feb 22 2020
CROSSREFS
Sequence in context: A155612 A145215 A083884 * A026000 A058475 A199684
KEYWORD
nonn,hard,more
AUTHOR
M. F. Hasler, Feb 04 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 02:42 EDT 2024. Contains 371917 sequences. (Running on oeis4.)