The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A263072 Number of lattice paths from {10}^n to {0}^n using steps that decrement one or more components by one. 2
1, 1, 8097453, 9850349744182729, 331910222316215755702672557, 134565509066155510620216211257550349401, 399017534874989738901076297624977315332337599285373, 6213239693876579408708842528154872834110410698303331900339282569 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
In general, row r > 0 of A262809 is asymptotic to sqrt(r*Pi) * (r^(r-1)/(r-1)!)^n * n^(r*n+1/2) / (2^(r/2) * exp(r*n) * (log(2))^(r*n+1)). - Vaclav Kotesovec, Mar 23 2016
LINKS
FORMULA
a(n) ~ sqrt(10*Pi) * (10^9/9!)^n * n^(10*n+1/2) / (32 * exp(10*n) * (log(2))^(10*n+1)). - Vaclav Kotesovec, Mar 23 2016
MATHEMATICA
With[{r = 10}, Flatten[{1, Table[Sum[Sum[(-1)^i*Binomial[j, i]*Binomial[j - i, r]^k, {i, 0, j}], {j, 0, k*r}], {k, 1, 10}]}]] (* Vaclav Kotesovec, Mar 22 2016 *)
CROSSREFS
Row n=10 of A262809.
Sequence in context: A268334 A032430 A206020 * A353540 A183020 A015391
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Oct 08 2015
STATUS
approved

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 May 21 14:18 EDT 2024. Contains 372738 sequences. (Running on oeis4.)