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!)
A111040 Numbers n such that 2*n^2 + 9 is prime. 0

%I #10 Aug 15 2019 07:27:54

%S 1,2,4,5,7,8,11,13,14,16,17,20,22,25,26,31,35,38,40,41,44,46,50,52,58,

%T 59,61,68,71,73,77,79,80,82,88,92,94,95,101,103,106,107,112,115,116,

%U 125,130,137,139,140,146,154,157,158,163,167,169,170,176,178,179,193,205

%N Numbers n such that 2*n^2 + 9 is prime.

%e If n=26 then (2*n^2) + 9 = 1361 (prime).

%p a:=proc(n) if isprime(2*n^2+9)=true then n else fi end: seq(a(n),n=0..280); # _Emeric Deutsch_, Oct 06 2005

%o (PARI) is(n)=isprime(2*n^2+9) \\ _Charles R Greathouse IV_, Jun 13 2017

%K nonn,easy

%O 1,2

%A _Parthasarathy Nambi_, Oct 05 2005

%E More terms from _Emeric Deutsch_, Oct 06 2005

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 24 14:23 EDT 2024. Contains 371960 sequences. (Running on oeis4.)