The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A260354 Numbers n such that 2*n^2+11, 2*(n+1)^2+11 and 2*(n+2)^2+11 are prime. 1
0, 1, 2, 3, 4, 5, 6, 7, 8, 18, 28, 29, 41, 69, 94, 151, 189, 276, 277, 290, 367, 497, 578, 579, 580, 617, 618, 619, 620, 744, 810, 887, 903, 939, 1048, 1049, 1108, 1124, 1125, 1172, 1303, 1304, 1305, 1399, 1420, 1449, 1614, 1761, 1790, 1838, 1861, 1865, 1971 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
n, n+1 and n+2 are terms in A092968, i.e., n and n+1 are terms in A260352.
LINKS
MATHEMATICA
Select[Range[0, 2000], PrimeQ[2 #^2 + 11] && PrimeQ[2 (# + 1)^2 + 11] && PrimeQ[2 (# + 2)^2 + 11] &] (* Vincenzo Librandi, Jul 26 2015 *)
PROG
(Magma) [n: n in [0..3000]| IsPrime( 2*n^2+11) and IsPrime(2*(n+1)^2+11) and IsPrime(2*(n+2)^2+11)]; // Vincenzo Librandi, Jul 26 2015
CROSSREFS
Subsequence of A260352 and A092968.
Sequence in context: A039050 A250043 A366103 * A114799 A055557 A173577
KEYWORD
nonn,easy
AUTHOR
Zak Seidov, Jul 23 2015
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 15 14:34 EDT 2024. Contains 372540 sequences. (Running on oeis4.)