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!)
A293334 Greatest integer k such that k/2^n < sqrt(1/5). 3
0, 0, 1, 3, 7, 14, 28, 57, 114, 228, 457, 915, 1831, 3663, 7327, 14654, 29308, 58617, 117234, 234468, 468937, 937874, 1875749, 3751499, 7502999, 15005998, 30011996, 60023992, 120047985, 240095970, 480191941, 960383883, 1920767766, 3841535533, 7683071067 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = floor(r*2^n), where r = sqrt(1/5).
a(n) = A293335(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: A089074 A125176 A153234 * A266625 A151754 A192065
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)