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.

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.