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!)
A126894 Numbers k such that k^12 + 4094 is prime. 4

%I #19 Sep 08 2022 08:45:29

%S 170625,181545,233415,490035,492765,552825,591045,642915,885885,

%T 921375,1262625,1358175,1481025,1743105,1748565,1901445,2029755,

%U 2062515,2073435,2119845,2193555,2302755,2532075,2761395,2764125,2772315

%N Numbers k such that k^12 + 4094 is prime.

%D Ribenboim P., 1996. The Little Book of Big Primes. Springer Verlag.

%t Select[Range[1000000], PrimeQ[#^12 + 4094] &]

%o (Magma) [n: n in [0..4000] | IsPrime(n^12+4094)] // _Vincenzo Librandi_, Nov 23 2010

%o (PARI) is(n)=isprime(n^12+4094) \\ _Charles R Greathouse IV_, Feb 20 2017

%Y Cf. A066386, A126893, A126895.

%K nonn

%O 1,1

%A _Artur Jasinski_, Dec 31 2006

%E More terms from _Vincenzo Librandi_, Mar 26 2010

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 23 09:48 EDT 2024. Contains 371905 sequences. (Running on oeis4.)