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!)
A298415 a(n) = a(n-1) + 2*a(n-2) + a([n/2]), where a(0) = 1, a(1) = 1, a(2) = 1. 1
1, 1, 1, 4, 7, 16, 34, 70, 145, 292, 598, 1198, 2428, 4858, 9784, 19570, 39283, 78568, 157426, 314854, 630304, 1260610, 2522416, 5044834, 10092094, 20184190, 40373236, 80746474, 161502730, 323005462, 646030492, 1292060986, 2584161253, 5168322508, 10336723582 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
MATHEMATICA
a[0] = 1; a[1] = 1; a[2] = 1;
a[n_] := a[n] = a[n - 1] + 2 a[n - 2] + a[Floor[n/2]];
Table[a[n], {n, 0, 30}] (* A298415 *)
CROSSREFS
Cf. A298338.
Sequence in context: A298344 A285654 A051049 * A373653 A108122 A192800
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 31 04:10 EDT 2024. Contains 374774 sequences. (Running on oeis4.)