The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
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 (list; graph; refs; listen; history; text; internal format)
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

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 May 28 19:55 EDT 2024. Contains 372919 sequences. (Running on oeis4.)