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!)
A247101 Primes p such that 2*(p^2-1) - 1 and 2*(p^2-1) + 1 are also primes. 2
2, 11, 41, 59, 181, 379, 571, 659, 1429, 1439, 1721, 1879, 2029, 2239, 2351, 2381, 2579, 2671, 3209, 3581, 4159, 4229, 4271, 4969, 4999, 6299, 6451, 6551, 7349, 7841, 10391, 10399, 11059, 11551, 12841, 13049, 13159, 13619, 14071, 15329, 15581, 15889, 16811, 17231, 17749, 18719, 20219 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Subsequence of prime terms of A249446.
LINKS
EXAMPLE
2 is in this sequence because 2, 2*(2^2-1) - 1 = 5 and 2*(2^2-1) + 1 = 7 are all primes.
MATHEMATICA
Select[Range[25000], PrimeQ[#] && PrimeQ[2 #^2 - 3] && PrimeQ[2 #^2 - 1] &] (* Vincenzo Librandi, Nov 19 2014 *)
PROG
(Magma) [ n: n in [1..22000] | IsPrime(n) and IsPrime(2*(n^2-1)-1) and IsPrime(2*(n^2-1)+1) ];
CROSSREFS
Cf. A249446.
Sequence in context: A290175 A154813 A168367 * A080093 A175447 A078746
KEYWORD
nonn
AUTHOR
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 18 04:56 EDT 2024. Contains 371767 sequences. (Running on oeis4.)