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!)
A298417 a(n) = 2*a(n-1) + 2*a(n-2) + a([n/2]), where a(0) = 1, a(1) = 1, a(2) = 1. 2
1, 1, 1, 5, 13, 37, 105, 289, 801, 2193, 6025, 16473, 45101, 123253, 336997, 920789, 2516373, 6875125, 18785189, 51322821, 140222045, 383095757, 1046652077, 2859512141, 7812373537, 21343816457, 58312503241, 159312762649, 435250868777, 1189127599849 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
a(n)/a(n-1) -> 1+sqrt(3).
LINKS
MATHEMATICA
a[0] = 1; a[1] = 1; a[2] = 1;
a[n_] := a[n] = 2 a[n - 1] + 2 a[n - 2] + a[Floor[n/2]];
Table[a[n], {n, 0, 30}] (* A298417 *)
CROSSREFS
Sequence in context: A083413 A232879 A269803 * A193642 A220709 A182312
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Feb 11 2018
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 September 6 13:38 EDT 2024. Contains 375712 sequences. (Running on oeis4.)