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!)
A247205 Numbers k such that 2*k^2 - 1 divides 2^k - 1. 1
1, 18480, 8388480 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(4) > 2*10^10. - Chai Wah Wu, Dec 06 2014
LINKS
EXAMPLE
1 is in this sequence because 2*1^2 - 1 = 1 divides 2^1 - 1 = 1.
PROG
(Magma) [n: n in [1..100000] | Denominator((2^n-1)/(2*n^2-1)) eq 1];
(PARI) for(n=1, 10^9, if(Mod(2, 2*n^2-1)^n==+1, print1(n, ", "))); \\ Joerg Arndt, Nov 30 2014
CROSSREFS
Sequence in context: A209895 A190110 A157738 * A173274 A237012 A031817
KEYWORD
nonn,more,bref
AUTHOR
EXTENSIONS
a(3) from Joerg Arndt, Nov 30 2014
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 July 29 15:02 EDT 2024. Contains 374734 sequences. (Running on oeis4.)