|
|
A247094
|
|
Integers of the form (2^k + 1)/(2k + 1).
|
|
2
|
|
|
1, 2, 3, 5, 27, 565, 7085, 48771, 1266205, 9099507, 17602325, 128207979, 26494256091, 11147523830125, 84179432287299, 165269711096165, 281629680514649643, 4246732448623781667, 126774939137440139965, 1925041114036033717685, 14833445639443302757131
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,2
|
|
COMMENTS
|
Numbers n such that 2n + 1 divides 2^n + 1: 0, 1, 2, 5, 6, 9, 14, 18, 21, 26, 29, 30, 33, 41, 50, 53, ...
|
|
LINKS
|
|
|
EXAMPLE
|
1 is in this sequence because (2^1 + 1)/(2*1 + 1) = 1,
2 is in this sequence because (2^0 + 1)/(2*0 + 1) = 2,
3 is in this sequence because (2^5 + 1)/(2*5 + 1) = 3.
|
|
PROG
|
(PARI) s=[]; for(k=0, 100, t=(2^k + 1)/(2*k + 1); if(type(t)=="t_INT", s=concat(s, t))); s=vecsort(s, , 8) \\ Colin Barker, Nov 18 2014
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
|
|
EXTENSIONS
|
|
|
STATUS
|
approved
|
|
|
|