login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A051622 (4*n+10)(!^4)/10(!^4), related to A000407 ((4*n+2)(!^4) quartic, or 4-factorials). 4
1, 14, 252, 5544, 144144, 4324320, 147026880, 5587021440, 234654900480, 10794125422080, 539706271104000, 29144138639616000, 1690360041097728000, 104802322548059136000, 6916953288171902976000, 484186730172033208320000 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,2

COMMENTS

Row m=10 of the array A(5; m,n) := ((4*n+m)(!^4))/m(!^4), m >= 0, n >= 0.

a(n)=A001813(n+4)/120 and a(n)=A051618(n+1)/10 - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Feb 15 2008

LINKS

Table of n, a(n) for n=0..15.

FORMULA

a(n) = ((4*n+10)(!^4))/10(!^4)= A000407(n+2)/(6*10); e.g.f.: 1/(1-4*x)^(7/2).

MAPLE

seq(mul((n+k), k=1..n)/120, n=3..18); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Feb 15 2008

MATHEMATICA

s=1; lst={s}; Do[s+=n*s; AppendTo[lst, s], {n, 13, 5!, 4}]; lst [From Vladimir Joseph Stephan Orlovsky, Nov 08 2008]

CROSSREFS

Cf. A047053, A007696(n+1), A000407, A034176(n+1), A034177(n+1), A051617-A051621 (rows m=0..9).

Sequence in context: A055477 A123774 A074815 * A113377 A159516 A005611

Adjacent sequences:  A051619 A051620 A051621 * A051623 A051624 A051625

KEYWORD

easy,nonn

AUTHOR

Wolfdieter Lang

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 24 06:29 EDT 2013. Contains 225617 sequences.