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!)
A011855 a(n) = floor(binomial(n,9)/9). 1
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 24, 79, 222, 556, 1271, 2701, 5402, 10264, 18662, 32658, 55268, 90798, 145278, 226997, 347172, 520758, 767433, 1112778, 1589683, 2240008, 3116533, 4285233, 5827917, 7845273 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,12
LINKS
Index entries for linear recurrences with constant coefficients, signature (10, -45, 120, -210, 252, -210, 120, -45, 9, 9, -45, 120, -210, 252, -210, 120, -45, 9, 9, -45, 120, -210, 252, -210, 120, -45, 9, 9, -45, 120, -210, 252, -210, 120, -45, 9, 9, -45, 120, -210, 252, -210, 120, -45, 9, 9, -45, 120, -210, 252, -210, 120, -45, 9, 9, -45, 120, -210, 252, -210, 120, -45, 9, 9, -45, 120, -210, 252, -210, 120, -45, 9, 9, -45, 120, -210, 252, -210, 120, -45, 10, -1).
MATHEMATICA
Floor[Binomial[Range[0, 80], 9]/9] (* Harvey P. Dale, Aug 30 2016 *)
PROG
(Sage) [floor(binomial(n, 9)/9) for n in range(0, 36)] # Zerinvary Lajos, Dec 01 2009
(PARI) a(n) = binomial(n, 9)\9; \\ Michel Marcus, Jan 29 2018
CROSSREFS
A column of triangle A011857.
Sequence in context: A058809 A140088 A359133 * A173031 A350413 A361474
KEYWORD
nonn
AUTHOR
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 13 11:22 EDT 2024. Contains 372504 sequences. (Running on oeis4.)