|
Search: id:A039959
|
|
|
| A039959 |
|
Number of ways of numbering the vertices of a cube so sum of the 8 numbers is n. |
|
+0 2
|
|
| 1, 1, 4, 7, 21, 37, 85, 151, 292, 490, 848, 1346, 2157, 3260, 4925, 7148, 10327, 14477, 20177, 27483, 37194, 49431, 65277, 84945, 109873, 140394, 178377, 224334, 280647, 348040, 429526, 526108, 641524, 777127, 937513, 1124461
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
REFERENCES
|
J. H. Redfield, The theory of group-reduced distributions, Amer. J. Math., 49 (1927), 433-435; reprinted in P. A. MacMahon, Coll. Papers I, pp. 805-827.
|
|
FORMULA
|
G.f.: (x^12-x^11+x^10+6*x^8+x^7+8*x^6+x^5+6*x^4+x^2-x+1)/((1-x)(1-x^2)(1-x^3)(1-x^4))^2. - Michael Somos Mar 05 2004
|
|
EXAMPLE
|
For n=2 the 4 ways are: {0000 0002}, {0000 0011}, {0001 0100}, {0001 1000}.
|
|
MAPLE
|
1/24/(1-x)^8+3/8/(1-x^2)^4+1/3/(1-x^3)^2/(1-x)^2+1/4/(1-x^4)^2;
|
|
PROGRAM
|
(PARI) a(n)=if(n<-4, -a(-8-n), polcoeff(subst(Pol([1, -1, -5, 5, 11, -4, -4]), x, x+1/x)*x^6/prod(k=1, 4, 1-x^k)^2+x*O(x^n), n))
|
|
CROSSREFS
|
Sequence in context: A066345 A026570 A111955 this_sequence A010363 A119561 A026548
Adjacent sequences: A039956 A039957 A039958 this_sequence A039960 A039961 A039962
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
njas
|
|
|
Search completed in 0.002 seconds
|