|
Search: id:A060774
|
|
|
| A060774 |
|
a(n)= number of lattice paths from (0,0,0) to (n,n,n) along the cracks on the surface of a Rubik-ized n X n X n cube so that no step increases distance from goal. |
|
+0 1
|
|
| 6, 54, 384, 2550, 16506, 105840, 677088, 4335606, 27829230, 179161554, 1156987728, 7493841264, 48672149064, 316920674880, 2068273848384, 13525486999542, 88612412883030, 581503640659830, 3821691744347400
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
3-dimensional version of block-walking (0,0) to (n,n) in binomial(2n,n) ways.
|
|
REFERENCES
|
W. Li and E.T.H. Wang, "A Bug's Shortest Path on a Cube", Mathematics Magazine, vol. 58, no. 4, Sept. 1985
|
|
FORMULA
|
6*(binomial(3n, n)-binomial(2n, n))
|
|
EXAMPLE
|
a(1)=6: XYZ, XZY, YXZ, YZX, ZXY, ZYX
|
|
PROGRAM
|
(PARI) j=[]; for(n=1, 50, j=concat(j, 6*(binomial(3*n, n)-binomial(2*n, n)))); j
|
|
CROSSREFS
|
Adjacent sequences: A060771 A060772 A060773 this_sequence A060775 A060776 A060777
Sequence in context: A097645 A072368 A116138 this_sequence A043026 A125837 A065088
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
Len Smiley (smiley(AT)math.uaa.alaska.edu), Apr 25 2001
|
|
EXTENSIONS
|
More terms from Jason Earls (zevi_35711(AT)yahoo.com), Jul 03 2001
Corrected by Franklin T. Adams-Watters and T. D. Noe (noe(AT)sspectra.com), Oct 25 2006
|
|
|
Search completed in 0.002 seconds
|