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!)
A126895 Numbers n such that (1365n)^12+4094 is prime. 3

%I #8 Aug 03 2018 13:16:42

%S 125,133,171,359,361,405,433,471,649,675,925,995,1085,1277,1281,1393,

%T 1487,1511,1519,1553,1607,1687,1855,2023,2025,2031,2207,2259,2387,

%U 2495,2673,2749,2851,2957,3057,3067,3251,3271,3277,3355,3401,3599,3701,3763

%N Numbers n such that (1365n)^12+4094 is prime.

%C A126894(n)/1365

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

%t Select[Range[1,3801,2],PrimeQ[(1365#)^12+4094]&] (* _Harvey P. Dale_, Aug 03 2018 *)

%o (PARI) is(n)=isprime((1365*n)^12+4094) \\ _Charles R Greathouse IV_, May 22 2017

%Y Cf. A066386, A126893, A126894.

%K nonn

%O 1,1

%A _Artur Jasinski_, Dec 31 2006

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 May 10 01:53 EDT 2024. Contains 372354 sequences. (Running on oeis4.)