Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A088594
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A088594 Number of 3-dimensional lattice paths running from (0,0,0) to (n,n,n), lying in {(x,y,z) : 0<=x<=y<=z} and using the steps (1,0,0), (0,1,0), (0,0,1), (1,1,0), (1,0,1), (0,1,1), (1,1,1). +0
2
1, 4, 44, 788, 18372, 505156, 15553372, 520065572, 18518471492, 692900847812, 26985709712524, 1086313382608436, 44960426477218436, 1905328431907938180, 82405332511166288572, 3627806131038258219076, 162218975410046793174404 (list; graph; listen)
OFFSET

0,2

COMMENT

These are the 3-dimensional analogues of the large Schroeder numbers, A006318.

R(3,n) = 4*A105124(n) for n>0, where A105124 is the three-dimensional small Schroeder numbers. - Paul D. Hanna (pauldhanna(AT)juno.com), Apr 19 2005

REFERENCES

R. A. Sulanke, Generalizing Narayana and Schroeder Numbers to Higher Dimensions, Electron. J. Combin. 11 (2004), Research Paper 54, 20 pp.

LINKS

R. A. Sulanke, Three-dimensional Narayana and Schr\"oder numbers

FORMULA

For n => 1, R(3, n) := Sum[2^(k+2)*Sum[2*(-1)^(k-j)*C(3*n+1, k-j)* C(n+j, n)*C(n+j+1, n)*C(n+j+2, n)/(n+1)^2/(n+2), {j, 0, k}], {k, 0, 2*n-2}]. For n => 4, (3n-4)(n+2)(n+1)^2 R(3, n)(t) = (3n-2)(n+1)( 4(1+t+t^2) - 5(1+7t+t^2)n+3(1+7t+t^2)n^2 )R(3, n-1) - (n-2)( -12 +29n -30n^2 +9n^3)(1-t)^4 R(3, n-2) + (3n-1)(n-2)(n-3)(n-4) (1-t)^6 R(3, n-3)

MAPLE

1, seq( add( add(2*(-1)^(k-j)*binomial(3*n+1, k-j)* binomial(n+j, n)*binomial(n+j+1, n)*binomial(n+j+2, n)/(n+1)^2/(n+2), j = 0 .. k) *2^(k+2), k = 0 .. 2*n-2), n = 1 ..20 );

PROGRAM

(PARI) {alias(C, binomial); R3(n)=if(n==0, 1, sum(k=0, 2*n-2, 2^(k+2)*sum(j=0, k, 2*(-1)^(k-j)*C(3*n+1, k-j)*C(n+j, n)*C(n+j+1, n)*C(n+j+2, n)/(n+1)^2/(n+2))))} (Hanna)

CROSSREFS

Cf. A006318, A001003, A087647.

Adjacent sequences: A088591 A088592 A088593 this_sequence A088595 A088596 A088597

Sequence in context: A103870 A056063 A053332 this_sequence A144004 A053333 A137783

KEYWORD

nonn

AUTHOR

Robert A. Sulanke (sulanke(AT)math.boisestate.edu), Nov 20 2003

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 13 20:18 EDT 2008. Contains 145016 sequences.


AT&T Labs Research