cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A155977 a(n) = n^5 + n^3.

Original entry on oeis.org

0, 2, 40, 270, 1088, 3250, 7992, 17150, 33280, 59778, 101000, 162382, 250560, 373490, 540568, 762750, 1052672, 1424770, 1895400, 2482958, 3208000, 4093362, 5164280, 6448510, 7976448, 9781250, 11898952, 14368590, 17232320, 20535538
Offset: 0

Views

Author

Vincenzo Librandi, Feb 01 2009

Keywords

Comments

Sequence occurs in the binomial identity Sum_{k = 0..n} a(k)* binomial(n,k)/binomial(n+k,k) = n^3. - Peter Bala, Feb 12 2019

Crossrefs

Programs

Formula

a(n) = 2*A168178(n).
a(n) = A000578(n)*A002522(n). - Vincenzo Librandi, Feb 03 2012
G.f.: 2*x*(1 + 14*x + 30*x^2 + 14*x^3 + x^4)/(1-x)^6. - Vincenzo Librandi, Feb 05 2013
E.g.f.: x*(2 + 18*x + 26*x^2 + 10*x^3 + x^4)*exp(x). - G. C. Greubel, Sep 02 2019