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!)
A234852 Indices k of primes p=prime(k) such that prime(p)-p+1 is prime. 3
1, 2, 3, 4, 6, 7, 9, 11, 13, 14, 18, 20, 23, 24, 27, 29, 34, 36, 40, 42, 46, 47, 48, 53, 58, 59, 60, 62, 63, 64, 66, 68, 70, 71, 73, 90, 95, 100, 103, 105, 110, 121, 122, 127, 128, 132, 133, 134, 141, 143, 144, 153, 155, 156, 162 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = PrimePi(A234695(n)), PrimePi = A000720.
PROG
(PARI) for(k=1, 999, isprime(prime(p=prime(k))-p+1)&&print1(k", "))
CROSSREFS
Sequence in context: A056176 A143831 A087072 * A022825 A225086 A062413
KEYWORD
nonn
AUTHOR
M. F. Hasler, Dec 31 2013
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 23 10:13 EDT 2024. Contains 371905 sequences. (Running on oeis4.)