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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A034908 One half of octo-factorial numbers. 9
1, 10, 180, 4680, 159120, 6683040, 334152000, 19380816000, 1279133856000, 94655905344000, 7761784238208000, 698560581438720000, 68458936980994560000, 7256647319985423360000, 827257794478338263040000 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Index entries for sequences related to factorial numbers

FORMULA

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

G.f.: x/(1-10x/(1-8x/(1-18x/(1-16x/(1-26x/(1-24x/(1-34x/(1-32x/(1-... (continued fraction). - DELEHAM Philippe, Jan 07 2012

MATHEMATICA

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

CROSSREFS

Cf. A045755, A034909-A039412.

Sequence in context: A067416 A113671 A001762 * A030048 A054918 A095807

Adjacent sequences:  A034905 A034906 A034907 * A034909 A034910 A034911

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 17 23:08 EST 2012. Contains 206085 sequences.