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!)
A098883 Numbers k such that (2^31-1)*(6^k) - 1 is prime. 0
27, 35, 69, 331, 589, 807, 1641, 1801, 2057, 2411, 4443, 4889, 4999, 5975, 11935 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(15) > 9500. - Jinyuan Wang, Mar 19 2020
LINKS
MATHEMATICA
With[{c=2^31-1}, Select[Range[2500], PrimeQ[c 6^#-1]&]] (* Harvey P. Dale, Oct 22 2011 *)
PROG
(PARI) is(n)=ispseudoprime((2^31-1)*(6^n)-1) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A025583 A134101 A226191 * A326893 A160119 A160379
KEYWORD
nonn,more
AUTHOR
Pierre CAMI, Oct 14 2004
EXTENSIONS
a(11)-a(14) from Jinyuan Wang, Mar 19 2020
a(15) from Michael S. Branicky, Apr 21 2023
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 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)