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!)
A329059 3-parking triangle T(r, i, 3) read by rows: T(r, i, k) = (r + 1)^(i-1)*binomial(k*(r + 1) + r - i - 1, r - i) with k = 3 and 0 <= i <= r. 5
1, 3, 1, 15, 9, 3, 91, 78, 48, 16, 612, 680, 600, 375, 125, 4389, 5985, 6840, 6156, 3888, 1296, 32890, 53130, 74382, 86779, 79233, 50421, 16807, 254475, 475020, 786240, 1123200, 1331200, 1228800, 786432, 262144, 2017356, 4272048, 8155728, 13762791, 19978245, 23973894, 22320522, 14348907, 4782969 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The k-parking numbers interpolate between the generalized Fuss-Catalan numbers and the number of parking functions (see Yip).
LINKS
Martha Yip, A Fuss-Catalan variation of the caracol flow polytope, arXiv:1910.10060 [math.CO], 2019.
FORMULA
T(r, i, k) = (r + 1)^(i-1)*binomial(k*(r + 1) + r - i - 1, r - i).
T(r, 0, 3) = A006632(r + 1).
T(r, r, 3) = A000272(r + 1).
EXAMPLE
r/i| 0 1 2 3 4
———————————————————————————————————————
0 | 1
1 | 3 1
2 | 15 9 3
3 | 91 78 48 16
4 | 612 680 600 375 125
...
MATHEMATICA
T[r_, i_, k_] := (r + 1)^(i-1)*Binomial[k*(r + 1) + r - i - 1, r - i]; Flatten[Table[T[r, i, 3], {r, 0, 8}, {i, 0, r}]]
CROSSREFS
Sequence in context: A035342 A039815 A318392 * A147453 A147020 A134685
KEYWORD
nonn,tabl
AUTHOR
Stefano Spezia, Nov 03 2019
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 15 01:22 EDT 2024. Contains 372536 sequences. (Running on oeis4.)