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!)
A256239 Sum of all the parts in the partitions of 6n into 6 parts. 3
0, 6, 132, 1044, 4776, 15960, 43416, 102144, 215712, 419040, 761520, 1310628, 2155752, 3412656, 5228076, 7784910, 11307648, 16068264, 22392504, 30666570, 41344080, 54953640, 72106452, 93504798, 119950416, 152353650, 191742720, 239273514, 296239776, 364083690 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (3,-1,-5,5,3,-9,3,10,-10,-3,9,-3,-5,5,1,-3,1).
FORMULA
a(n) = 6*n*A256226(n).
G.f.: -6*x*(9*x^13 +77*x^12 +247*x^11 +485*x^10 +744*x^9 +990*x^8 +1109*x^7 +1029*x^6 +809*x^5 +551*x^4 +301*x^3 +109*x^2 +19*x +1) / ((x -1)^7*(x +1)^2*(x^4 +x^3 +x^2 +x +1)^2).
EXAMPLE
For n=2 there are 11 partitions of 6*2 = 12, so a(2) = 11*12 = 132.
MATHEMATICA
Plus @@ Total /@ IntegerPartitions[6 #, {6}] & /@ Range[0, 29] (* Michael De Vlieger, Mar 20 2015 *)
CoefficientList[Series[- 6 x (9 x^13 + 77 x^12 + 247 x^11 + 485 x^10 + 744 x^9 + 990 x^8 + 1109 x^7 + 1029 x^6 + 809 x^5 + 551 x^4 + 301 x^3 + 109 x^2 + 19 x + 1) / ((x - 1)^7 (x + 1)^2 (x^4 + x^3 + x^2 + x + 1)^2), {x, 0, 40}], x] (* Vincenzo Librandi, Mar 20 2015 *)
PROG
(PARI)
concat(0, Vec(-6*x*(9*x^13 +77*x^12 +247*x^11 +485*x^10 +744*x^9 +990*x^8 +1109*x^7 +1029*x^6 +809*x^5 +551*x^4 +301*x^3 +109*x^2 +19*x +1) / ((x -1)^7*(x +1)^2*(x^4 +x^3 +x^2 +x +1)^2) + O(x^100)))
CROSSREFS
Sequence in context: A024276 A137037 A101131 * A174250 A277305 A328889
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Mar 20 2015
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 28 17:25 EDT 2024. Contains 371254 sequences. (Running on oeis4.)