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!)
A098857 Numbers k such that 4^k*(2^k - 1) - 1 is prime. 1
1, 2, 18, 40, 50, 60, 62, 2688, 2880, 23678 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) is(n)=ispseudoprime(4^n*(2^n-1)-1) \\ Charles R Greathouse IV, Jun 13 2017
(Magma) [k: k in [1..100] | IsPrime(4^k*(2^k-1)-1)]; // Jinyuan Wang, Mar 19 2020
CROSSREFS
Cf. A098856 ((4^k)*(2^k - 1) + 1 is prime).
Sequence in context: A099904 A137308 A050594 * A189333 A072278 A296266
KEYWORD
nonn,more
AUTHOR
Pierre CAMI, Oct 11 2004
EXTENSIONS
a(10) from Ray G. Opao, Sep 19 2005
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 20 03:59 EDT 2024. Contains 371798 sequences. (Running on oeis4.)