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.

A135270 Row 6 of A038207.

Original entry on oeis.org

64, 192, 240, 160, 60, 12, 1
Offset: 0

Views

Author

Zerinvary Lajos, Dec 02 2007

Keywords

Comments

A hexeract is a name for a six-dimensional hypercube with 64 vertices, 192 edges, 240 square faces, 160 cubic cells, 60 tesseract 4-faces and 12 penteract 5-faces.

Crossrefs

Programs

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