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

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

%S 19,6571,323443,1193869,1339903,3501163,4437361,11655271,23142187,

%T 24170581,29771551,37559539,55156393,60761431,84545389,105273757,

%U 119808487,125977699,145748503,179122609,199692379,212759137,245438119,250363153

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

%H Vincenzo Librandi, <a href="/A201303/b201303.txt">Table of n, a(n) for n = 1..3000</a>

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

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

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Nov 30 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 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)