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!)
A156148 Numbers k such that prime(prime(k)) + 2 == 0 (mod prime(k)), where prime(p)=A000040(p) is the p-th prime. 1
5, 20, 51891, 51893 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No additional terms up to k=500,000. - Harvey P. Dale, Jul 12 2022
LINKS
FORMULA
a(n) = A000720(A156149(n)).
MATHEMATICA
Select[Range[52000], Mod[Prime[Prime[#]]+2, Prime[#]]==0&] (* Harvey P. Dale, Jul 12 2022 *)
PROG
(PARI) p=c=0; until(0, until( isprime(c++), p=nextprime(p+1)); (p+2)%c & next; print1( primepi(c)", "))
CROSSREFS
Cf. A156155.
Sequence in context: A213148 A202860 A344709 * A224867 A156824 A053002
KEYWORD
hard,more,nonn
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 May 2 21:21 EDT 2024. Contains 372203 sequences. (Running on oeis4.)