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!)
A011845 a(n) = floor( binomial(n,8)/9). 2
0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 18, 55, 143, 333, 715, 1430, 2701, 4862, 8398, 13996, 22610, 35530, 54479, 81719, 120175, 173586, 246675, 345345, 476905, 650325, 876525, 1168700, 1542684, 2017356, 2615091, 3362260, 4289780, 5433721, 6835972, 8544965, 10616471 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,11
LINKS
Index entries for linear recurrences with constant coefficients, signature (8, -28, 56, -70, 56, -28, 8, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -8, 28, -56, 70, -56, 28, -8, 1).
FORMULA
a(n) = floor(binomial(n+1,9)/(n+1)). [Gary Detlefs, Nov 23 2011]
MATHEMATICA
Table[Floor[Binomial[n, 8] / 9], {n, 1, 50}] (* Vincenzo Librandi, Oct 15 2015 *)
PROG
(PARI) a(n) = binomial(n, 8)\9; \\ Michel Marcus, Oct 14 2015
(Magma) [Binomial(n, 8) div 9: n in [0..45]]; // Vincenzo Librandi, Oct 15 2015
CROSSREFS
A column of triangle A011847.
Sequence in context: A272558 A081492 A263318 * A099450 A360191 A344847
KEYWORD
nonn
AUTHOR
EXTENSIONS
Definition corrected by Pedro Antonio, Oct 14 2015
More terms from Vincenzo Librandi, Oct 15 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 27 23:22 EDT 2024. Contains 372020 sequences. (Running on oeis4.)