cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A135273 Row 9 of A038207.

Original entry on oeis.org

512, 2304, 4608, 5376, 4032, 2016, 672, 144, 18, 1
Offset: 0

Views

Author

Zerinvary Lajos, Dec 02 2007

Keywords

Comments

A 9-cube or enneract is a nine-dimensional hypercube with 512 vertices, 2304 edges, 4608 square faces, 5376 cubic cells, 4032 tesseract 4-faces, 2016 penteract 5-faces, 672 hexeract 6-faces, 144 hepteract 7-faces and 18 octeract 8-faces.

Crossrefs

Programs

  • Maple
    for i from 9 to 9 do seq(binomial(i, j)*2^(i-j), j = 0 .. i-1) od;
  • PARI
    Vec((x+2)^9+O(x^10)) \\ Joerg Arndt, Apr 15 2013