login
This site is supported by donations 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

Table of n, a(n) for n=1..63.

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); (Deutsch)

CROSSREFS

Sequence in context: A188298 A206285 A112886 * A191324 A147807 A022559

Adjacent sequences:  A111037 A111038 A111039 * A111041 A111042 A111043

KEYWORD

nonn

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 | 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 May 23 13:35 EDT 2013. Contains 225590 sequences.