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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A034724 One quarter of sextic factorial numbers. 9
1, 10, 160, 3520, 98560, 3351040, 134041600, 6165913600, 320627507200, 18596395417600, 1190169306726400, 83311851470848000, 6331700711784448000, 519199458366324736000, 45689552336236576768000 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

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

MATHEMATICA

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

CROSSREFS

Cf. A034000, A008542, A034689.

Sequence in context: A106261 A112125 A090374 * A074703 A190903 A064747

Adjacent sequences:  A034721 A034722 A034723 * A034725 A034726 A034727

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 08:24 EST 2012. Contains 205614 sequences.