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!)
A154306 a(n) = (n+1)^3*(3+n)!/6. 3
1, 32, 540, 7680, 105000, 1451520, 20744640, 309657600, 4849891200, 79833600000, 1381360780800, 25107347865600, 478826764416000, 9568689242112000, 200074178304000000, 4370687116443648000, 99607063051431936000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row 3 of square array A152818.
LINKS
FORMULA
E.g.f.: (1 + 25*x + 67*x^2 + 27*x^3)/(1-x)^7. - R. J. Mathar, Dec 21 2011
MATHEMATICA
Table[(n+1)^3*(3+n)!/6, {n, 0, 20}] (* Vincenzo Librandi, Mar 27 2012 *)
PROG
(Magma) [(n+1)^3*Factorial(3+n)/6: n in [0..20]]; // Vincenzo Librandi, Mar 27 2012
(PARI) a(n) = (n+1)^3*(n+3)!/6 \\ Charles R Greathouse IV, Sep 10 2016
CROSSREFS
Sequence in context: A010984 A022596 A130609 * A004417 A283688 A233683
KEYWORD
nonn,easy
AUTHOR
Omar E. Pol, Jan 06 2009
EXTENSIONS
More terms from Sean A. Irvine, Dec 01 2009
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 3 22:01 EST 2023. Contains 367540 sequences. (Running on oeis4.)