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

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

%S 11,37,353,739,2207,6869,117659,132661,226991,250057,328519,389027,

%T 493049,804367,1601623,1860877,2685629,3176533,4019689,4330757,

%U 10218323,11089577,12008999,15069233,16194287,17373989,19034173,20346427,21253943

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

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

%t Select[Range[0,8000]^3+10,PrimeQ]

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

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Dec 01 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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)