login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A212311
Numbers n such that 3^8*2^n - 1 is prime.
1
1, 15, 33, 43, 61, 121, 295, 315, 367, 681, 771, 789, 1485, 4915, 5305, 33649, 81343, 85005, 116307, 154869, 230731, 279591, 287847, 329515, 545353, 1053481
OFFSET
1,2
COMMENTS
Riesel Primes with k = 3^8 = 6561.
Checked up to n = 1053627.
EXAMPLE
6561*2^1-1=13121 is a prime number.
MATHEMATICA
b=2^8; i=0; Table[While[i++; cp=b*2^i-1; !PrimeQ[cp]]; i, {j, 1, 13}]
PROG
(PARI) is(n)=ispseudoprime(3^8*2^n-1) \\ Charles R Greathouse IV, Jun 13 2017
KEYWORD
nonn,hard
AUTHOR
Lei Zhou, Oct 24 2013
EXTENSIONS
Lei Zhou, Nov 08 2013, added a Mathematica program for small elements.
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 21 15:13 EDT 2024. Contains 376087 sequences. (Running on oeis4.)