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!)
A298416 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, 3, 7, 19, 49, 133, 357, 973, 2641, 7209, 19651, 53671, 146511, 400231, 1093127, 2986359, 8157999, 22287743, 60888843, 166350531, 454471539, 1241636931, 3392197289, 9267648789, 25319638485, 69174520877, 188988172213, 516325239669, 1410626423533 (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}] (* A298416 *)
CROSSREFS
Sequence in context: A017926 A017927 A116903 * A151266 A147234 A171854
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 July 18 07:53 EDT 2024. Contains 374377 sequences. (Running on oeis4.)