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!)
A215540 Least k such that (2*n-1)*2^k + 1 is a prime factor of a Fermat number 2^(2^m) + 1 for some m, or 0 if no such value exists. 0
1, 41, 7, 14, 67, 18759, 20, 229, 147, 6838, 41 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
(2*n-1)*2^a(n) + 1 is in A023394.
a(n) >= 7 for n > 1.
a(39279) = 0. No n < 39279 with a(n)=0 is known.
a(12)>2500000, a(13)>2500000, a(14)=455, a(15)=57 (see Ballinger and Keller link).
No, a(13)=2141884, found in 2011. - Jeppe Stig Nielsen, Sep 07 2019
LINKS
Ray Ballinger and Wilfrid Keller, List of primes k.2^n + 1 for k < 300
Fermat factoring status, Prime factors of Fermat numbers
FermatSearch, Home page
PrimeGrid, Announcement of 25*2^2141884+1, related to a(13).
Eric Weisstein's World of Mathematics, Fermat Number
MATHEMATICA
lst = {}; Do[k = 1; While[True, p = n*2^k + 1; If[PrimeQ[p] && IntegerQ@Log[2, MultiplicativeOrder[2, p]], AppendTo[lst, k]; Break[]]; k++], {n, 1, 9, 2}]; lst
CROSSREFS
Sequence in context: A106424 A126636 A095188 * A107813 A198162 A304581
KEYWORD
nonn,hard,more
AUTHOR
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)