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

Logo
Hints
(Greetings fromThe On-Line Encyclopedia of Integer Sequences!)
A299260 Partial sums ofA299254. 51
1, 8, 29, 74, 153, 275, 450, 687, 996, 1387, 1869, 2452, 3145, 3958, 4901, 5983, 7214, 8603, 10160, 11895, 13817, 15936, 18261, 20802, 23569, 26571, 29818, 33319, 37084, 41123, 45445, 50060, 54977, 60206, 65757, 71639, 77862, 84435, 91368, 98671, 106353 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
FromColin Barker,Feb 09 2018: (Start)
G.f.: (1 + x)*(1 + x + x^2)*(1 + 3*x + 3*x^3 + x^4) / ((1 - x)^4*(1 + x + x^2 + x^3 + x^4)).
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) + a(n-5) - 3*a(n-6) + 3*a(n-7) - a(n-8) for n>7.
(End)
a(n) = (1/5)*(8*n^3 + 12*n^2 + 14*n + 5 + [n == 1 (mod 5)] - [n == 3 (mod 5)]). -Eric Simon Jacob,Feb 14 2023
PROG
(PARI) Vec((1 + x)*(1 + x + x^2)*(1 + 3*x + 3*x^3 + x^4) / ((1 - x)^4*(1 + x + x^2 + x^3 + x^4)) + O(x^60)) \\Colin Barker,Feb 09 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane,Feb 07 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 20:04 EDT 2024. Contains 375685 sequences. (Running on oeis4.)