login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A224499
Numbers k such that if 2*k+1 divides 2^k+1 then 2*(k+1)+1 divides 2^(k+1)+1.
2
1, 5, 29, 53, 89, 113, 173, 209, 329, 413, 509, 545, 713, 725, 809, 833, 893, 965, 1013, 1133, 1169, 1625, 1649, 1685, 1733, 1769, 1925, 2009, 2045, 2129, 2273, 2393, 2465, 2549, 2825, 2933, 3065, 3149, 3329, 3389, 3413, 3473, 3605, 3653, 3665, 3773
OFFSET
1,2
COMMENTS
First of a pair of consecutive Curzon numbers, where Curzon numbers are given by A224486.
LINKS
MATHEMATICA
CuQ[n_] := IntegerQ[(2^n + 1)/(2*n + 1)]; Select[Range[4000], CuQ[#] && CuQ[# + 1] &]
CROSSREFS
Sequence in context: A329151 A201712 A271923 * A107003 A141374 A147153
KEYWORD
nonn
AUTHOR
Jayanta Basu, Apr 08 2013
STATUS
approved