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!)
A174575 a(n) = floor( (alpha^n-beta^n)/(alpha-beta) ), where alpha=(1 + 3^(1/4))/2 and beta = (1 - 3^(1/4))/2. 1

%I #15 Mar 21 2020 09:40:48

%S 0,1,1,1,1,1,1,2,2,2,3,3,4,5,5,6,7,9,10,12,14,16,19,22,25,29,34,39,46,

%T 53,62,71,83,96,111,129,149,173,200,232,268,311,360,417,483,560,648,

%U 751,869,1007,1166

%N a(n) = floor( (alpha^n-beta^n)/(alpha-beta) ), where alpha=(1 + 3^(1/4))/2 and beta = (1 - 3^(1/4))/2.

%C The sequence is designed to have alpha as the limiting ratio of a(n+1)/a(n): 1.1580370064762462304...

%t a = (1 + 3^(1/4))/2; b = (1 - 3^(1/4))/2;

%t f[n_] := Floor[FullSimplify[(a^n - b^n)/(a - b)]]

%t Table[f[n], {n, 0, 50}]

%Y Cf. A174427.

%K nonn,less

%O 0,8

%A _Roger L. Bagula_, Nov 29 2010

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 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)