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.

Showing 1-3 of 3 results.

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

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

A135290 Row 11 of A038207.

Original entry on oeis.org

2048, 11264, 28160, 42240, 42240, 29568, 14784, 5280, 1320, 220, 22, 1
Offset: 0

Views

Author

Zerinvary Lajos, Dec 03 2007

Keywords

Comments

Sequence lists number of vertices, edges, squares, cubes, 4-cubes, 5-cubes, 6-cubes, 7-cubes, 8-cubes, 9-cubes, 10-cubes contained in an 11-cube.

Crossrefs

Programs

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

Formula

G.f.: (x+2)^11.
Showing 1-3 of 3 results.