login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A135269
Row 5 of A038207.
3
32, 80, 80, 40, 10, 1
OFFSET
0,1
COMMENTS
A penteract is a name for a five-dimensional hypercube with 32 vertices, 80 edges, 80 square faces, 40 cubic cells and 10 tesseract hypercells.
The analogous sequence for the 4-dimensional cube would be 16, 32, 24, 8, 1.
MAPLE
for i from 5 to 5 do seq(binomial(i, j)*2^(i-j), j = 0 .. i-1) od;
PROG
(PARI) Vec((x+2)^5+O(x^6)) \\ Joerg Arndt, Apr 15 2013
CROSSREFS
Cf. A038207.
Sequence in context: A007797 A222546 A240054 * A234140 A362044 A086047
KEYWORD
easy,fini,nonn,full
AUTHOR
Zerinvary Lajos, Dec 02 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 23 06:29 EDT 2024. Contains 376143 sequences. (Running on oeis4.)