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!)
A293335 Least integer k such that k/2^n > sqrt(1/5). 3
1, 1, 2, 4, 8, 15, 29, 58, 115, 229, 458, 916, 1832, 3664, 7328, 14655, 29309, 58618, 117235, 234469, 468938, 937875, 1875750, 3751500, 7503000, 15005999, 30011997, 60023993, 120047986, 240095971, 480191942, 960383884, 1920767767, 3841535534, 7683071068 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = ceiling(r*2^n), where r = sqrt(1/5).
a(n) = A293336(n) + 1.
MATHEMATICA
z = 120; r = Sqrt[1/5];
Table[Floor[r*2^n], {n, 0, z}]; (* A293334 *)
Table[Ceiling[r*2^n], {n, 0, z}]; (* A293335 *)
Table[Round[r*2^n], {n, 0, z}]; (* A293336 *)
CROSSREFS
Sequence in context: A000078 A176503 A262333 * A344687 A301480 A217777
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Oct 10 2017
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 April 25 16:39 EDT 2024. Contains 371989 sequences. (Running on oeis4.)