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!)
A103477 Positive integers k for which 1 + 3*2^(k+2) divides the Fermat number 1 + 2^2^k. 2
207, 157167, 213319, 382447, 2145351 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The smallest prime factor any Fermat number 2^(2^k)+1 can have is 3*2^(k+2)+1. - Jeppe Stig Nielsen, Dec 03 2018
On Keller's linked page, to find the terms, you run through the tables and find all rows with k = 3 and with n exactly 2 greater than m, then that m belongs to this sequence. - Jeppe Stig Nielsen, Dec 04 2018
LINKS
EXAMPLE
a(1)=207 because 207 is the smallest positive integer k for which 1 + 3*2^(k+2) divides the Fermat number 1 + 2^2^k.
MATHEMATICA
aQ[n_] := PowerMod[2, 2^n, 1 + 3*2^(n+2)] == 3*2^(n+2); Select[Range[100000], aQ] (* Amiram Eldar, Dec 04 2018 *)
PROG
(PARI) isOK(n) = Mod(2, 1+3*2^(n+2))^(2^n) + 1 == 0 \\ Jeppe Stig Nielsen, Dec 03 2018
CROSSREFS
Sequence in context: A223650 A232346 A052093 * A080531 A123136 A092153
KEYWORD
nonn,hard,more
AUTHOR
Serhat Sevki Dincer (mesti_mudam(AT)yahoo.com), Feb 07 2005
EXTENSIONS
Sequence name trimmed by Jeppe Stig Nielsen, Dec 03 2018
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)