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!)
A263062 Number of lattice paths from {6}^n to {0}^n using steps that decrement one or more components by one. 2
1, 1, 8989, 1538743249, 1887593866439485, 10169807398958450670001, 179349571255187154941191217629, 8508048612432263410111274212273801489, 943457762940832669626002608045124343895474045, 220079308019032269943223432841210561656944209845808241 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ sqrt(6*Pi) * (6^5/5!)^n * n^(6*n+1/2) / (8 * exp(6*n) * (log(2))^(6*n+1)). - Vaclav Kotesovec, Mar 23 2016
MATHEMATICA
With[{r = 6}, Flatten[{1, Table[Sum[Sum[(-1)^i*Binomial[j, i]*Binomial[j - i, r]^k, {i, 0, j}], {j, 0, k*r}], {k, 1, 12}]}]] (* Vaclav Kotesovec, Mar 22 2016 *)
CROSSREFS
Row n=6 of A262809.
Sequence in context: A339348 A251234 A144126 * A215198 A202531 A106770
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 April 19 14:10 EDT 2024. Contains 371792 sequences. (Running on oeis4.)