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

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

%S 19,739,1531,3259,6571,9811,15139,16651,19891,29251,35731,42859,56179,

%T 62011,84691,110899,131779,154459,178939,199819,281971,294859,349291,

%U 363619,370891,431659,447571,488611,549091,603739,613099,804619

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

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

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

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

%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 March 28 05:02 EDT 2024. Contains 371235 sequences. (Running on oeis4.)