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!)
A323228 a(n) = binomial(n + 4, n - 1) + 1. 2
1, 2, 7, 22, 57, 127, 253, 463, 793, 1288, 2003, 3004, 4369, 6189, 8569, 11629, 15505, 20350, 26335, 33650, 42505, 53131, 65781, 80731, 98281, 118756, 142507, 169912, 201377, 237337, 278257, 324633, 376993, 435898, 501943, 575758, 658009, 749399, 850669 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 1 + Pochhammer(n, 5)/5!.
a(n) = [x^n] (x - (x - 1)^5)/(x - 1)^6.
MAPLE
aList := proc(len) local gf, ser:
gf := (x - (x - 1)^5)/(x - 1)^6:
ser := series(gf, x, len+2):
seq(coeff(ser, x, n), n=0..len) end: aList(38);
MATHEMATICA
Table[Binomial[n + 4, n - 1] + 1, {n, 0, 37}]
CROSSREFS
A040000 (m=1), A000027 (m=2), A000124 (m=3), A050407 (m=4), A145126 (m=5), this sequence (m=6).
Sequence in context: A153564 A153527 A153556 * A348290 A099132 A365798
KEYWORD
nonn,easy
AUTHOR
Peter Luschny, Feb 12 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 July 16 09:56 EDT 2024. Contains 374345 sequences. (Running on oeis4.)