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!)
A319245 Numbers k such that k^2 + 1 divides 2^k + 8. 0
0, 1, 17, 37, 77, 197, 513, 993, 1837, 2617, 2637, 4097, 5437, 65537, 261633, 364137, 437837, 2097153, 16777217, 32761917, 54644032237, 68719476737, 137438953473, 1099511627777 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Prime terms are 17, 37, 197, 2617, 5437, 65537, 437837, ...
Numbers t such that 2^t + 1 is a term are 4, 9, 12, 16, 21, 24, 36, 37, 40, 45, 49, 52, 57, 64, 69, 76, 84, 96, ...
LINKS
MATHEMATICA
Select[Range[0, 9999], Divisible[2^# + 8, #^2 + 1] &] (* Alonso del Arte, Sep 16 2018 *)
PROG
(PARI) isok(n)=Mod(2, n^2+1)^n==-8;
CROSSREFS
Sequence in context: A256517 A323603 A200865 * A093930 A048880 A075892
KEYWORD
nonn,more
AUTHOR
Altug Alkan, Sep 15 2018
EXTENSIONS
a(21)-a(24) from Hiroaki Yamanouchi, Sep 16 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 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)