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!)
A088758 Numbers k such that (4*k + 1)^2 + (4*k + 2)^2 is prime. 2
0, 1, 2, 4, 6, 7, 16, 17, 21, 24, 27, 34, 37, 39, 46, 47, 54, 56, 57, 71, 72, 74, 87, 89, 92, 97, 102, 109, 119, 122, 126, 131, 136, 137, 144, 146, 147, 152, 156, 162, 164, 176, 177, 182, 187, 189, 191, 204, 211, 214, 221, 226, 232, 234, 237, 239, 254, 256, 261, 267 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Numbers k such that 32*k^2 + 24*k + 5 is prime. - Vincenzo Librandi, Dec 11 2011
LINKS
MATHEMATICA
Select[Range[0, 9000], PrimeQ[32#^2+24#+5]&] (* Vincenzo Librandi, Dec 11 2011 *)
PROG
(Magma) [n: n in [0..300] | IsPrime((4*n+1)^2 + (4*n+2)^2)]; // Vincenzo Librandi, Dec 11 2011
(PARI) is(n)=isprime((4*n+1)^2+(4*n+2)^2) \\ Charles R Greathouse IV, Jun 05 2017
CROSSREFS
Cf. A087871.
Sequence in context: A050053 A272634 A084591 * A105176 A061937 A065804
KEYWORD
nonn,easy
AUTHOR
Ray Chandler, Oct 19 2003
EXTENSIONS
a(1)=0 inserted by Vincenzo Librandi, Dec 11 2011
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 June 10 10:32 EDT 2024. Contains 373264 sequences. (Running on oeis4.)