login
This site is supported by donations 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; 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 (jvospost3(AT)gmail.com), Oct 06 2005

EXAMPLE

If n=96 then (2*n^2) + 25 = 18457 (prime).

PROG

(MAGMA) [n: n in [0..600] | IsPrime(2*n^2+25)]; [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Nov 13 2010]

CROSSREFS

Sequence in context: A038046 A162845 A038588 * A079830 A160744 A160738

Adjacent sequences:  A111038 A111039 A111040 * A111042 A111043 A111044

KEYWORD

nonn

AUTHOR

Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Oct 05 2005

EXTENSIONS

More terms from Jonathan Vos Post (jvospost3(AT)gmail.com), Oct 06 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 00:09 EST 2012. Contains 205978 sequences.