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!)
A280003 Numbers k such that 7*2^k + 1 is a prime factor of a Fermat number 2^(2^m) + 1 for some m. 3
14, 120, 290, 320, 95330, 2167800 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
18233956 belongs to this sequence, but its position is currently unknown. - Jeppe Stig Nielsen, Oct 05 2020
LINKS
Eric Weisstein's World of Mathematics, Fermat Number
PROG
(Magma) IsInteger := func<k | k eq Floor(k)>; [n: n in [1..320] | IsPrime(k) and IsInteger(Log(2, Modorder(2, k))) where k is 7*2^n+1];
CROSSREFS
Subsequence of A032353.
Sequence in context: A221230 A240051 A202072 * A004312 A002056 A249980
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 May 8 18:04 EDT 2024. Contains 372340 sequences. (Running on oeis4.)