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!)
A294275 Sum of the eighth powers of the parts in the partitions of n into two parts. 1
0, 2, 257, 7074, 72354, 469540, 2142595, 7972932, 24684612, 68121958, 167731333, 383769830, 812071910, 1633567432, 3103591687, 5683259528, 9961449608, 16980253770, 27957167625, 45040730666, 70540730666, 108577948908, 163239463563, 241980430540, 351625763020 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,9,-9,-36,36,84,-84,-126,126,126,-126,-84,84,36,-36,-9,9,1,-1).
FORMULA
a(n) = Sum_{i=1..floor(n/2)} i^8 + (n-i)^8.
From Colin Barker, Nov 20 2017: (Start)
G.f.: x^2*(2 + 255*x + 6799*x^2 + 62985*x^3 + 335905*x^4 + 1094715*x^5 + 2500907*x^6 + 3982845*x^7 + 4690633*x^8 + 3982845*x^9 + 2489581*x^10 + 1094715*x^11 + 331859*x^12 + 62985*x^13 + 6553*x^14 + 255*x^15 + x^16) / ((1 - x)^10*(1 + x)^9).
a(n) = a(n-1) + 9*a(n-2) - 9*a(n-3) - 36*a(n-4) + 36*a(n-5) + 84*a(n-6) - 84*a(n-7) - 126*a(n-8) + 126*a(n-9) + 126*a(n-10) - 126*a(n-11) - 84*a(n-12) + 84*a(n-13) + 36*a(n-14) - 36*a(n-15) - 9*a(n-16) + 9*a(n-17) + a(n-18) - a(n-19) for n>19.
(End)
MATHEMATICA
Table[Sum[i^8 + (n - i)^8, {i, Floor[n/2]}], {n, 40}]
PROG
(PARI) concat(0, Vec( x^2*(2 + 255*x + 6799*x^2 + 62985*x^3 + 335905*x^4 + 1094715*x^5 + 2500907*x^6 + 3982845*x^7 + 4690633*x^8 + 3982845*x^9 + 2489581*x^10 + 1094715*x^11 + 331859*x^12 + 62985*x^13 + 6553*x^14 + 255*x^15 + x^16) / ((1 - x)^10*(1 + x)^9) + O(x^40))) \\ Colin Barker, Nov 20 2017
CROSSREFS
Sequence in context: A003380 A259310 A060890 * A085316 A006686 A100269
KEYWORD
nonn,easy
AUTHOR
Wesley Ivan Hurt, Oct 26 2017
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 March 29 04:59 EDT 2024. Contains 371264 sequences. (Running on oeis4.)