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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135290 Row 11 of A038207. 0

%I #12 Oct 22 2013 06:54:10

%S 2048,11264,28160,42240,42240,29568,14784,5280,1320,220,22,1

%N Row 11 of A038207.

%C 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.

%H <a href="http://perplexus.info/show.php?pid=5133&amp;cid=34701">A table of the various dimensioned hypercubes</a>

%F G.f.: (x+2)^11.

%p for i from 11 to 11 do seq(binomial(i, j)*2^(i-j), j = 0 .. i-1) od;

%o (PARI) Vec((x+2)^11+O(x^12)) \\ _Joerg Arndt_, Apr 15 2013

%Y Cf. A038207, A135269, A135270, A135271, A135272, A135273, A135289.

%K easy,fini,nonn,full

%O 0,1

%A _Zerinvary Lajos_, Dec 03 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)