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!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Riesel Primes with k = 3^8 = 6561.
Checked up to n = 1053627.
LINKS
C. K. Caldwell, 6561*2^1053481-1
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
CROSSREFS
Sequence in context: A162887 A231370 A246755 * A262741 A351562 A316153
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 | 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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)