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!)
A173514 a(n) = 2*a(n-1) + a(n-2) - [a(n-2)/2] - [a(n-4)/2] - [a(n-5)/2]. 0
1, 1, 3, 7, 16, 36, 79, 172, 373, 806, 1742, 3762, 8123, 17538, 37864, 81745, 176480, 381003, 822545, 1775788, 3833737, 8276627, 17868350, 38575848, 83281109, 179794961, 388157989, 837991360, 1809133237, 3905724120, 8432038385 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
The limiting ratio a(n+1)/a(n) is:2.1588924674387395
LINKS
FORMULA
a(n) = 2*a(n - 1) + a(n - 2) - Floor[a(n - 2)/2] - Floor[a) n - 4]/2] - Floor[a(n - 5)/2].
MATHEMATICA
a[-3] = 0; a[-2] = 0; a[-1] = 0; a[0] = 1; a[1] = 1;
a[n_] := a[n] =
2*a[n - 1] + a[n - 2] - Floor[a[n - 2]/2] - Floor[a[n - 4]/2] -
Floor[a[n - 5]/2]
Table[a[n], {n, 0, 30}]
CROSSREFS
Sequence in context: A065979 A106463 A238441 * A045891 A081037 A019489
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Nov 23 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 April 17 22:02 EDT 2024. Contains 371767 sequences. (Running on oeis4.)