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!)
A293319 Greatest integer k such that k/2^n < tau^2, where tau = (1+sqrt(5))/2 = golden ratio. 3
2, 5, 10, 20, 41, 83, 167, 335, 670, 1340, 2680, 5361, 10723, 21446, 42893, 85787, 171575, 343150, 686301, 1372603, 2745207, 5490415, 10980830, 21961660, 43923321, 87846643, 175693286, 351386573, 702773147, 1405546295, 2811092590, 5622185180, 11244370361 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = floor((r*2^n)), where r = (3+sqrt(5))/2.
a(n) = A293320(n) - 1.
MATHEMATICA
z = 120; r = 1+GoldenRatio;
Table[Floor[r*2^n], {n, 0, z}]; (* A293319 *)
Table[Ceiling[r*2^n], {n, 0, z}]; (* A293320 *)
Table[Round[r*2^n], {n, 0, z}]; (* A293321 *)
PROG
(Magma) [Floor((2^n*(3+Sqrt(5)))/2): n in [0..33]]; // Vincenzo Librandi, Oct 08 2017
CROSSREFS
Sequence in context: A002460 A266613 A266462 * A267589 A006836 A129847
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Oct 07 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 19 02:12 EDT 2024. Contains 371782 sequences. (Running on oeis4.)