login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A145127 a(n) = 1 + (144 + (50 + (35 + (10 + n)*n)*n)*n)*n/120. 6
1, 3, 9, 25, 61, 132, 259, 470, 801, 1297, 2013, 3015, 4381, 6202, 8583, 11644, 15521, 20367, 26353, 33669, 42525, 53152, 65803, 80754, 98305, 118781, 142533, 169939, 201405, 237366, 278287, 324664, 377025, 435931, 501977, 575793, 658045, 749436 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
(1 + 3x + 9x^2 + ...) = (1 + 3x + 6x^2 + 10x^3 + ...) * (1 + 3x^2 + 6x^3 + 10x^4 + ...). - Gary W. Adamson, Jul 27 2010
LINKS
FORMULA
G.f.: (x^4 - 4*x^3 + 6*x^2 - 3*x + 1) / (1-x)^6.
MAPLE
a := n-> 1+ (144+ (50+ (35+ (10+ n) *n) *n) *n) *n/120: seq (a(n), n=0..40);
PROG
(Magma) [1 + (144 + (50 + (35 + (10 + n)*n)*n)*n)*n/120: n in [0..40]]; // Vincenzo Librandi, May 19 2011
CROSSREFS
6th row of A145153. See row 6 of A145140/A145141 for rational coefficients and A145142 for 120 * coefficients of polynomial.
Sequence in context: A101357 A004255 A065971 * A096260 A292326 A195417
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Oct 03 2008
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 December 9 23:06 EST 2023. Contains 367696 sequences. (Running on oeis4.)