Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)

Revision History for A294304

(Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A294304 Sum of the ninth powers of the parts of the partitions of n into two distinct parts.
(history; published version)
#16 by Bruno Berselli at Mon Feb 05 03:00:05 EST 2018
STATUS

reviewed

approved

#15 by Michel Marcus at Mon Feb 05 01:45:41 EST 2018
STATUS

proposed

reviewed

#14 by Wesley Ivan Hurt at Sun Feb 04 21:17:13 EST 2018
STATUS

editing

proposed

#13 by Wesley Ivan Hurt at Sat Feb 03 14:45:46 EST 2018
LINKS

<a href="/index/Par#part">Index entries for sequences related to partitions</a>

STATUS

approved

editing

#12 by Alois P. Heinz at Mon Nov 20 12:29:39 EST 2017
STATUS

proposed

approved

#11 by Colin Barker at Mon Nov 20 11:59:27 EST 2017
STATUS

editing

proposed

#10 by Colin Barker at Mon Nov 20 11:59:01 EST 2017
LINKS

Colin Barker, <a href="/A294304/b294304.txt">Table of n, a(n) for n = 1..1000</a>

<a href="/index/Rec#order_21">Index entries for linear recurrences with constant coefficients</a>, signature (1,10,-10,-45,45,120,-120,-210,210,252,-252,-210,210,120,-120,-45,45,10,-10,-1,1).

FORMULA

From Colin Barker, Nov 20 2017: (Start)

G.f.: x^3*(513 + 19171*x + 257526*x^2 + 1741732*x^3 + 7493904*x^4 + 21619738*x^5 + 45264042*x^6 + 69257104*x^7 + 80125470*x^8 + 69325060*x^9 + 45264042*x^10 + 21693364*x^11 + 7493904*x^12 + 1755838*x^13 + 257526*x^14 + 19672*x^15 + 513*x^16 + x^17) / ((1 - x)^11*(1 + x)^10).

a(n) = a(n-1) + 10*a(n-2) - 10*a(n-3) - 45*a(n-4) + 45*a(n-5) + 120*a(n-6) - 120*a(n-7) - 210*a(n-8) + 210*a(n-9) + 252*a(n-10) - 252*a(n-11) - 210*a(n-12) + 210*a(n-13) + 120*a(n-14) - 120*a(n-15) - 45*a(n-16) + 45*a(n-17) + 10*a(n-18) - 10*a(n-19) - a(n-20) + a(n-21) for n>21.

(End)

PROG

(PARI) concat(vector(2), Vec(x^3*(513 + 19171*x + 257526*x^2 + 1741732*x^3 + 7493904*x^4 + 21619738*x^5 + 45264042*x^6 + 69257104*x^7 + 80125470*x^8 + 69325060*x^9 + 45264042*x^10 + 21693364*x^11 + 7493904*x^12 + 1755838*x^13 + 257526*x^14 + 19672*x^15 + 513*x^16 + x^17) / ((1 - x)^11*(1 + x)^10) + O(x^40))) \\ Colin Barker, Nov 20 2017

STATUS

approved

editing

#9 by N. J. A. Sloane at Wed Nov 08 12:13:33 EST 2017
STATUS

proposed

approved

#8 by Michel Marcus at Wed Nov 08 09:40:56 EST 2017
STATUS

editing

proposed

#7 by Michel Marcus at Wed Nov 08 09:40:51 EST 2017
PROG

(PARI) a(n) = sum(i=1, (n-1)\2, i^9 + (n-i)^9); \\ Michel Marcus, Nov 08 2017

STATUS

proposed

editing

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 September 11 16:18 EDT 2024. Contains 375836 sequences. (Running on oeis4.)