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!)
A293328 Least integer k such that k/2^n > sqrt(1/3). 3
1, 2, 3, 5, 10, 19, 37, 74, 148, 296, 592, 1183, 2365, 4730, 9460, 18919, 37838, 75675, 151349, 302698, 605396, 1210792, 2421583, 4843166, 9686331, 19372661, 38745321, 77490642, 154981283, 309962566, 619925132, 1239850263, 2479700525, 4959401050, 9918802099 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = ceiling(r*2^n), where r = sqrt(1/3).
a(n) = A293327(n) + 1.
MATHEMATICA
z = 120; r = Sqrt[1/3];
Table[Floor[r*2^n], {n, 0, z}]; (* A293327 *)
Table[Ceiling[r*2^n], {n, 0, z}]; (* A293328 *)
Table[Round[r*2^n], {n, 0, z}]; (* A293329 *)
CROSSREFS
Sequence in context: A046630 A177874 A293353 * A064236 A339585 A245001
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 March 18 22:56 EDT 2024. Contains 370952 sequences. (Running on oeis4.)