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!)
A340770 Indices k of prime numbers such that prime(k)-2 and prime(k)^2-2 are both prime numbers. 1
3, 4, 6, 8, 14, 18, 27, 34, 65, 82, 99, 141, 172, 177, 191, 202, 216, 226, 319, 333, 337, 445, 470, 476, 496, 552, 559, 564, 578, 602, 637, 672, 829, 850, 863, 871, 949, 1005, 1065, 1075, 1190, 1199, 1231, 1239, 1306, 1329, 1446, 1450, 1529, 1619, 1635, 1643 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This sequence is a subsequence of A107770.
LINKS
EXAMPLE
6 is in the sequence since prime(6)=13 and 13-2=11 and 13^2-2=167 are both prime numbers.
PROG
(PARI) lista(n) = {my(l=List, k=1); while(#l<n, k++; if(isprime(prime(k)-2) && isprime(prime(k)^2-2), listput(l, k))); return(l)};
CROSSREFS
Sequence in context: A356081 A004713 A050475 * A242870 A025073 A325432
KEYWORD
nonn,easy
AUTHOR
François Marques, Jan 20 2021
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 March 28 09:04 EDT 2024. Contains 371240 sequences. (Running on oeis4.)