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!)
A201707 Primes of the form 9n^2 + 7. 1

%I #6 Sep 08 2022 08:46:01

%S 7,43,151,331,907,1303,2311,3607,4363,6091,13003,14407,17431,19051,

%T 20743,26251,34603,36871,46663,51991,66571,72907,79531,90007,108907,

%U 129607,133963,156823,161611,166471,171403,219031,224683,311371

%N Primes of the form 9n^2 + 7.

%H Vincenzo Librandi, <a href="/A201707/b201707.txt">Table of n, a(n) for n = 1..5000</a>

%t Select[Table[9n^2+7,{n,0,1000}],PrimeQ]

%o (Magma) [a: n in [0..300] | IsPrime(a) where a is 9*n^2+7];

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Dec 04 2011

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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)