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!)
A098863 Numbers k such that (6^k)*(2^k - 1) - 1 is prime. 1
1, 2, 3, 7, 8, 152, 206, 686, 1194, 1610, 10886, 20516 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
All terms under 5000 correspond to certified primes. (Primo 2.2.0 beta). - Ryan Propper, Apr 03 2006
a(11) > 9500. - Jinyuan Wang, Mar 19 2020
LINKS
PROG
(PARI) is(n)=ispseudoprime((6^n)*(2^n-1)-1) \\ Charles R Greathouse IV, Jun 13 2017
(Magma) [k: k in [1..300] | IsPrime((6^k)*(2^k-1)-1)]; // Jinyuan Wang, Mar 19 2020
CROSSREFS
Cf. A098864 ((6^k)*(2^k - 1) + 1 is prime).
Sequence in context: A068342 A038034 A103173 * A053960 A114056 A168222
KEYWORD
nonn,more
AUTHOR
Pierre CAMI, Oct 12 2004
EXTENSIONS
a(11)-a(12) from Michael S. Branicky, Mar 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 18 03:01 EDT 2024. Contains 371767 sequences. (Running on oeis4.)