login
The OEIS is supported bythe many generous donors to the OEIS Foundation.

Logo
Hints
(Greetings fromThe On-Line Encyclopedia of Integer Sequences!)
A299288 Partial sums ofA299287. 51
1, 11, 44, 116, 242, 438, 719, 1101, 1599, 2229, 3006, 3946, 5064, 6376, 7897, 9643, 11629, 13871, 16384, 19184, 22286, 25706, 29459, 33561, 38027, 42873, 48114, 53766, 59844, 66364, 73341, 80791, 88729, 97171, 106132, 115628, 125674, 136286, 147479, 159269 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
FromColin Barker,Feb 11 2018: (Start)
G.f.: (1 + 8*x + 13*x^2 + 8*x^3 + x^4) / ((1 - x)^4*(1 + x)).
a(n) = (62*n^3 + 93*n^2 + 82*n + 24) / 24 for n even.
a(n) = (62*n^3 + 93*n^2 + 82*n + 27) / 24 for n odd.
a(n) = 3*a(n-1) - 2*a(n-2) - 2*a(n-3) + 3*a(n-4) - a(n-5) for n>4.
(End)
PROG
(PARI) Vec((1 + 8*x + 13*x^2 + 8*x^3 + x^4) / ((1 - x)^4*(1 + x)) + O(x^60)) \\Colin Barker,Feb 11 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane,Feb 10 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 byThe OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 4 22:32 EDT 2024. Contains 375685 sequences. (Running on oeis4.)