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!)
A263069 Number of lattice paths from {n}^9 to {0}^9 using steps that decrement one or more components by one. 2
1, 7087261, 4659168491711401, 7687300579969605991710001, 19133358944433370977791260580721121, 60169662022264019813634467045726478557798101, 220079308019032269943223432841210561656944209845808241, 894709632166224106718347951886305028154659386016685862593012481 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ sqrt(c) * d^n / (Pi*n)^4, where d = 7400694480.0494436216324852038000444393262965328... and c = 0.0365684849906610318536810681059888603001404... . - Vaclav Kotesovec, Mar 23 2016
MATHEMATICA
With[{k = 9}, Table[Sum[Sum[(-1)^i*Binomial[j, i]*Binomial[j - i, n]^k, {i, 0, j}], {j, 0, k*n}], {n, 0, 10}]] (* Vaclav Kotesovec, Mar 22 2016 *)
CROSSREFS
Column k=9 of A262809.
Sequence in context: A320623 A218099 A293586 * A034636 A178214 A137599
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 June 3 08:32 EDT 2024. Contains 373054 sequences. (Running on oeis4.)