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
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, 59, 61, 68, 71, 73, 77, 79, 80, 82, 88, 92, 94, 95, 101, 103, 106, 107, 112, 115, 116, 125, 130, 137, 139, 140, 146, 154, 157, 158, 163, 167, 169, 170, 176, 178, 179, 193, 205 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
If n=26 then (2*n^2) + 9 = 1361 (prime).
MAPLE
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
PROG
(PARI) is(n)=isprime(2*n^2+9) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A262978 A112886 A282429 * A191324 A147807 A022559
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Oct 05 2005
EXTENSIONS
More terms from Emeric Deutsch, 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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)