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!)
A155737 Primes of the form 4*n^2 + 2*n -1. 3
5, 19, 41, 71, 109, 271, 419, 599, 701, 811, 929, 1481, 1979, 2161, 2351, 2549, 2969, 3191, 3659, 4159, 4421, 4691, 4969, 5851, 7481, 8929, 9311, 10099, 13109, 14519, 16001, 17029, 18089, 19181, 19739, 20879, 22051, 23869, 25121, 25759, 27059 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

Primes in A125202. - Klaus Purath, Dec 09 2020

LINKS

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

MATHEMATICA

Select[Table[4n^2+2n-1, {n, 0, 200}], PrimeQ] (* Vincenzo Librandi, Jul 23 2012 *)

PROG

(Magma) [a: n in [0..100] | IsPrime(a) where a is 4*n^2+2*n-1]; // Vincenzo Librandi, Jul 23 2012

(PARI) (for (n=0, 100, if (isprime (k=4*n^2+2*n-1), print1 (k, ", ")))); // Vincenzo Librandi, Jul 23 2012

CROSSREFS

Cf. A155736, A155738, A125202.

Sequence in context: A031379 A125202 A024841 * A100572 A119534 A306190

Adjacent sequences: A155734 A155735 A155736 * A155738 A155739 A155740

KEYWORD

nonn,easy

AUTHOR

Vincenzo Librandi, Jan 26 2009

EXTENSIONS

Incorrect formula deleted by N. J. A. Sloane, Jun 16 2010

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 March 20 20:37 EDT 2023. Contains 361391 sequences. (Running on oeis4.)