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!)
A111041 Numbers n such that 2*n^2 + 25 is prime. 0
3, 6, 12, 18, 21, 27, 33, 36, 39, 51, 54, 63, 66, 69, 81, 96, 114, 138, 159, 168, 177, 183, 204, 216, 219, 228, 231, 234, 237, 252, 258, 276, 279, 282, 312, 324, 369, 381, 393, 402, 411, 423, 426, 429, 432, 447, 462, 483, 492, 507, 516, 531, 546, 561, 564, 573 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Necessarily n = 0 (mod 3) because: (a) if n = 3k+1 then 2*n^2 + 25 = 2*(3k+1)^2 + 25 = 2*(9*k^2 + 6*k + 1) + 25 = 18*k^2 + 12*k + 27 = 0 mod 3; (b) if n = 3k-1 then 2*n^2 + 25 = 2*(3k-1)^2 + 25 = 2*(9*k^2 - 6*k + 1) + 25 = 18*k^2 - 12*k + 27 = 0 mod 3; (c) while n = 3k then 2*n^2 + 25 = 2*(3k)^2 + 25 = 18*k^2 + 25 = 1 mod 3, which can be prime. - Jonathan Vos Post, Oct 06 2005
LINKS
EXAMPLE
If n=96 then (2*n^2) + 25 = 18457 (prime).
PROG
(Magma) [n: n in [0..600] | IsPrime(2*n^2+25)]; - Vincenzo Librandi, Nov 13 2010
(PARI) is(n)=isprime(2*n^2+25) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A162845 A239708 A038588 * A079830 A160744 A160738
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Oct 05 2005
EXTENSIONS
More terms from Jonathan Vos Post, Oct 06 2005
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 19 16:38 EDT 2024. Contains 371794 sequences. (Running on oeis4.)