login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A201474 Primes of the form 2n^2 + 5. 1
5, 7, 13, 23, 37, 103, 167, 293, 397, 653, 727, 887, 1063, 2053, 3533, 3877, 4423, 5413, 5623, 6277, 6733, 6967, 10663, 10957, 11863, 12487, 13127, 14797, 15493, 16567, 19213, 20407, 23333, 23767, 25997, 29287, 30757, 33287, 34327 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 1..5000

MATHEMATICA

Select[Table[2n^2+5, {n, 0, 700}], PrimeQ]

PROG

(MAGMA) [a: n in [0..400] | IsPrime(a) where a is 2*n^2+5];

CROSSREFS

Sequence in context: A105904 A038901 A155006 * A078724 A191022 A155757

Adjacent sequences:  A201471 A201472 A201473 * A201475 A201476 A201477

KEYWORD

nonn,easy

AUTHOR

Vincenzo Librandi, Dec 02 2011

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 24 10:23 EDT 2013. Contains 225618 sequences.