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!)
A281580 a(n) = binomial(9*n, n-9). 3
1, 90, 4851, 204156, 7413705, 244222650, 7511839335, 219683466288, 6183023199255, 168899639028120, 4505395859893071, 117891537949758600, 3036500678480436531, 77190387796530738576, 1940723247304668029175, 48339506285032758609456, 1194448077521704400002650 (list; graph; refs; listen; history; text; internal format)
OFFSET
9,2
COMMENTS
Row 9*n, column n-9 of A007318. - Felix Fröhlich, Feb 05 2017
LINKS
MATHEMATICA
Table[Binomial[9 n, n - 9], {n, 9, 25}]
PROG
(Magma) [Binomial(9*n, n-9): n in [9..30]];
(PARI) a(n) = binomial(9*n, n-9) \\ Felix Fröhlich, Feb 05 2017
CROSSREFS
Cf. sequences with formula binomial(k*n, n-k): A002694 (k=2), A004321 (k=3), A004334 (k=4), A004347 (k=5), A004361 (k=6), A004375 (k=7), A004389 (k=8), this sequence (k=9).
Sequence in context: A017753 A221893 A197194 * A369144 A111599 A111783
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Feb 02 2017
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 23 09:59 EDT 2024. Contains 372760 sequences. (Running on oeis4.)