[go: up one dir, main page]

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!)
A247132 Numbers k such that 2k - 1 divides 2^k + 1. 1
1, 194997, 1463649, 1957025, 4657005, 6464145, 17214725, 70930629, 76938345, 319359365, 336837501, 429872625, 486213525, 1343289717, 1831683645, 2163016845, 2430979425, 2950546137, 3463374005, 5031564525, 5608791441, 8993704797, 9596401485, 12556945401, 13492461125, 14559291285, 18429009725 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
1 is in this sequence because (2^1 + 1)/(2*1 - 1) = 3.
MATHEMATICA
Select[Range[200000], IntegerQ[(2^# + 1) / (2 # - 1)] &] (* Vincenzo Librandi, Nov 20 2014 *)
PROG
(Magma) [n: n in [1..2000000] | Denominator((2^n + 1)/(2*n - 1)) eq 1];
(PARI) is(n)=Mod(2, 2*n-1)^n==-1 \\ Charles R Greathouse IV, Nov 20 2014
CROSSREFS
Sequence in context: A206052 A237088 A172790 * A069305 A129486 A203047
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(5)-a(27) from Charles R Greathouse IV, Nov 20 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 August 30 02:56 EDT 2024. Contains 375521 sequences. (Running on oeis4.)