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!)
A098864 Numbers k such that (6^k)*(2^k - 1) + 1 is prime. 1
1, 2, 4, 8, 15, 46, 58, 74, 262, 898, 13110, 20256, 21632 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(11) > 11200. - 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. A098863 ((6^k)*(2^k - 1) - 1 is prime).
Sequence in context: A108693 A371351 A026096 * A002546 A289089 A010745
KEYWORD
nonn,more
AUTHOR
Pierre CAMI, Oct 12 2004
EXTENSIONS
a(11)-a(13) from Michael S. Branicky, Apr 22 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 10:39 EDT 2024. Contains 371967 sequences. (Running on oeis4.)