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!)
A071171 L_2 norm of vertices of Permuto-Associahedron in R^n. 1
0, 0, 5, 122, 1022, 5122, 18847, 56332, 144924, 332844, 699369, 1367894, 2522234, 4426526, 7449091, 12090616, 19017016, 29097336, 43447053, 63477138, 90949238, 128037338, 177396263, 242237380, 326411860, 434501860, 571919985, 745017390 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
REFERENCES
G. M. Ziegler, Lectures on Polytopes, Springer-Verlag, NY, 1995, p. 311.
LINKS
FORMULA
a(n) = binomial(n+1, 3)*(30*n^4-33*n^2+2)/70.
G.f.: (5*x^2+82*x^3+186*x^4+82*x^5+5*x^6)/(1-x)^8.
EXAMPLE
For n=3, the vertices are (9,5,4) and (8,7,3) of norm 122.
MATHEMATICA
Table[Binomial[n+1, 3] (30n^4-33n^2+2)/70, {n, 0, 30}] (* or *) LinearRecurrence[ {8, -28, 56, -70, 56, -28, 8, -1}, {0, 0, 5, 122, 1022, 5122, 18847, 56332}, 30] (* Harvey P. Dale, Dec 25 2020 *)
PROG
(PARI) {a(n) = polcoeff( (5*x^2 + 82*x^3 + 186*x^4 + 82*x^5 + 5*x^6) / (1 - x)^8 + x * O(x^n), n)} /* Michael Somos, Mar 04 2012 */
CROSSREFS
Sequence in context: A290167 A193479 A324089 * A113906 A264456 A267914
KEYWORD
nonn,easy
AUTHOR
Michael Somos, Jun 10 2002
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 April 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)