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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A051620 (4*n+8)(!^4)/8(!^4), related to A034177(n+1) ((4*n+4)(!^4) quartic, or 4-factorials). 0
1, 12, 192, 3840, 92160, 2580480, 82575360, 2972712960, 118908518400, 5231974809600, 251134790860800, 13059009124761600, 731304510986649600, 43878270659198976000, 2808209322188734464000, 190958233908833943552000 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,2

COMMENTS

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

LINKS

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

FORMULA

a(n) = ((4*n+8)(!^4))/8(!^4)= A034177(n+2)/8; e.g.f.: 1/(1-4*x)^3.

G.f.: G(0)/2, where G(k)= 1 + 1/(1 - 2*x/(2*x + 1/(2*k+6)/G(k+1))); (continued fraction). - Sergei N. Gladkovskii, Jun 02 2013

MAPLE

restart: G(x):=(1-4*x)^(n-4): f[0]:=G(x): for n from 1 to 29 do f[n]:=diff(f[n-1], x) od:x:=0:seq(f[n], n=0..15); # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 04 2009]

MATHEMATICA

s=1; lst={s}; Do[s+=n*s; AppendTo[lst, s], {n, 11, 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-A051622 (rows m=0..10).

Sequence in context: A196716 A086948 A212596 * A144347 A095351 A061065

Adjacent sequences:  A051617 A051618 A051619 * A051621 A051622 A051623

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 June 19 23:42 EDT 2013. Contains 226416 sequences.