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!)
A100361 Numbers k such that 2^k - k + 1 is prime. 7
0, 1, 2, 4, 6, 16, 18, 54, 58, 100, 120, 504, 1302, 3234, 14748, 16102, 22782, 34656, 64764, 70866, 194940, 274074, 313344, 331416, 354640 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(21) > 150000. - Giovanni Resta, Mar 18 2014
a(26) > 5*10^5. - Robert Price, Oct 13 2014
LINKS
MAPLE
A100361:=n->`if`(isprime(2^n-n+1), n, NULL): seq(A100361(n), n=0..10^3); # Wesley Ivan Hurt, Oct 13 2014
MATHEMATICA
{ta={{0}}, tb={{0}}}; Do[g=n; s=2^n-n+1; If[PrimeQ[s], Print[n]; ta=Append[ta, n]; tb=Append[tb, s]], {n, 1, 10000}]; {ta, tb, g}
PROG
(PARI) is(n)=ispseudoprime(2^n-n+1) \\ Charles R Greathouse IV, Feb 20 2017
CROSSREFS
Sequence in context: A287681 A333021 A114874 * A259939 A069654 A330359
KEYWORD
nonn,hard,more
AUTHOR
Labos Elemer, Nov 19 2004
EXTENSIONS
a(15)-a(20) from Giovanni Resta, Mar 18 2014
a(21)-a(25) from Robert Price, Oct 13 2014
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 May 8 23:08 EDT 2024. Contains 372341 sequences. (Running on oeis4.)