The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A102130 Primes of the form 8*n^2 + 4*n + 1. 1

%I #16 Sep 08 2022 08:45:16

%S 13,41,313,421,1013,1201,1861,2113,2381,3613,5101,7321,9941,10513,

%T 13613,14281,16381,20201,21013,21841,24421,30013,34061,41761,47741,

%U 51521,52813,54121,59513,60901,82013,83641,90313,97241,99013,100801,106261

%N Primes of the form 8*n^2 + 4*n + 1.

%t Select[Table[8n^2+4n+1,{n,0,200}],PrimeQ] (* _Harvey P. Dale_, Jul 24 2012 *)

%o (Magma) [ a: n in [0..400] | IsPrime(a) where a is 8*n^2 +4*n + 1]; // _Vincenzo Librandi_, Nov 17 2010

%Y Primes in A102083.

%K easy,nonn

%O 1,1

%A _Jonathan Vos Post_, Feb 14 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 May 23 18:59 EDT 2024. Contains 372765 sequences. (Running on oeis4.)