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!)
A111069 Numbers k such that 3*k^2 + 25 is prime. 4
2, 4, 12, 14, 18, 24, 26, 28, 38, 46, 56, 66, 74, 84, 96, 98, 102, 112, 124, 126, 128, 144, 152, 164, 168, 182, 186, 212, 214, 236, 238, 252, 254, 262, 266, 268, 278, 284, 304, 306, 312, 324, 332, 334, 338, 352, 362, 378, 388, 392, 396 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
If k=96 then 3*k^2 + 25 = 27673 (prime).
MATHEMATICA
Select[Range[0, 400], PrimeQ[3*#^2 + 25] &] (* Stefan Steinerberger, Mar 03 2006 *)
PROG
(PARI) is(n)=isprime(3*n^2+25) \\ Charles R Greathouse IV, Jun 06 2017
CROSSREFS
Cf. A111068.
Sequence in context: A316634 A039587 A194368 * A107295 A039564 A297064
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Oct 08 2005
EXTENSIONS
More terms from Stefan Steinerberger, Mar 03 2006
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 16 20:35 EDT 2024. Contains 372555 sequences. (Running on oeis4.)