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!)
A174576 a(n) = Floor[(alpha^n-beta^n)(alpha-beta)], with alpha = (1 + Sqrt(a0))/2; beta = (1 - Sqrt(a0))/2; a0=(1 + Sqrt(5))/2. 1
0, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 3, 3, 4, 4, 5, 6, 6, 7, 8, 10, 11, 12, 14, 16, 19, 21, 24, 27, 31, 36, 40, 46, 52, 60, 68, 77, 88, 100, 113, 129, 146, 166, 189, 214, 244, 277, 315, 357, 406, 461 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
COMMENTS
A sequence designed to have limiting ratio:1.1360098247570344821
LINKS
MATHEMATICA
Clear[a, b, a0, f]
a0 = (1 + Sqrt[5])/2;
a = (1 + Sqrt[a0])/2; b = (1 - Sqrt[a0])/2;
f[n_] := Floor[FullSimplify[(a^n - b^n)/(a - b)]]
Table[f[n], {n, 0, 50}]
CROSSREFS
Sequence in context: A029159 A029099 A029245 * A288122 A060970 A035429
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Nov 29 2010
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 19 04:58 EDT 2024. Contains 370952 sequences. (Running on oeis4.)