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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A034176 One third of quartic factorial numbers. 15
1, 7, 77, 1155, 21945, 504735, 13627845, 422463195, 14786211825, 576662261175, 24796477230525, 1165434429834675, 59437155921568425, 3269043575686263375, 192873570965489539125, 12151034970825840964875 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

3*a(n) = (4*n-1)(!^4) := product(4*j-1, j=1..n) = (4*n-1)!!/A007696(n) = (4*n)!/(4^n*(2*n)!*A007696(n)), A007696(n)=(4*n-3)(!^4), n >= 1; E.g.f. (-1+(1-4*x)^(-3/4))/3.

a(n) ~ 4/3*2^(1/2)*pi^(1/2)*Gamma(3/4)^-1*n^(5/4)*2^(2*n)*e^-n*n^n*{1 + 71/96*n^-1 + ...}. - Joe Keane (jgk(AT)jgk.org), Nov 23 2001

MATHEMATICA

s=1; lst={s}; Do[s+=n*s; AppendTo[lst, s], {n, 6, 5!, 4}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 08 2008]

CROSSREFS

Cf. A007696, A034177, A034256, A025749.

Sequence in context: A002281 A097983 A107866 * A001765 A093980 A077706

Adjacent sequences:  A034173 A034174 A034175 * A034177 A034178 A034179

KEYWORD

easy,nonn

AUTHOR

Wolfdieter Lang (wolfdieter.lang(AT)physik.uni-karlsruhe.de)

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 February 14 13:08 EST 2012. Contains 205623 sequences.