login
This site is supported by donations 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. 0
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

Table of n, a(n) for n=0..27.

Index to sequences with linear recurrences with constant coefficients, signature (8, -28, 56, -70, 56, -28, 8, -1).

FORMULA

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.

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: A012151 A012156 A193479 * A113906 A208394 A196425

Adjacent sequences:  A071168 A071169 A071170 * A071172 A071173 A071174

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 | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified June 19 05:40 EDT 2013. Contains 226390 sequences.