Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A230527 Numbers n such that 3^6*2^n - 1 is prime. 3
5, 17, 23, 113, 125, 173, 199, 319, 377, 397, 785, 937, 2167, 3785, 3977, 5957, 7727, 8249, 14677, 19577, 20485, 36319, 57509, 60703, 66677, 76877, 77017, 83407, 229405, 1003373 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Riesel Primes with k = 3^6 = 729.
Checked up to n = 1003600.
LINKS
C. K. Caldwell, 729*2^229405-1
C. K. Caldwell, 729*2^1003373-1
EXAMPLE
729*2^5-1=23327 is a prime number.
MATHEMATICA
b=3^6; i=0; Table[While[i++; cp=b*2^i-1; !PrimeQ[cp]]; i, {j, 1, 15}]
PROG
(PARI) is(n)=ispseudoprime(3^6*2^n-1) \\ Charles R Greathouse IV, May 22 2017
CROSSREFS
Sequence in context: A145043 A097434 A106012 * A242178 A343594 A063588
KEYWORD
nonn,hard
AUTHOR
Lei Zhou, Oct 22 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 August 18 20:18 EDT 2024. Contains 375274 sequences. (Running on oeis4.)