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!)
A319233 Numbers k such that k^2 + 1 divides 2^k + 4. 1
0, 1, 8, 28, 32, 128, 2048, 8192, 23948, 131072, 524288, 8388608, 536870912, 2147483648, 137438953472 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
This sequence corresponds to numbers k such that k^2 + 1 divides 2^k + 2^m where m = 2 (A247220 (m = 0), A319216 (m = 1)).
a(16) > 10^12. - Hiroaki Yamanouchi, Sep 17 2018
LINKS
EXAMPLE
32 = 2^5 is a term since (2^(2^5) + 2^2)/((2^5)^2 + 1) = 2^22 - 2^12 + 2^2.
PROG
(PARI) isok(n)=Mod(2, n^2+1)^n==-4;
CROSSREFS
Sequence in context: A201105 A184614 A006377 * A323198 A121739 A166729
KEYWORD
nonn,more
AUTHOR
Altug Alkan, Sep 14 2018
EXTENSIONS
a(15) from Hiroaki Yamanouchi, Sep 17 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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)