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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A049211 - Product(9*k-1,k=0..n); 9-factorial numbers. 7
1, 8, 136, 3536, 123760, 5445440, 288608320, 17893715840, 1270453824640, 1011636305971200, 9045631231436800, 886471860680806400, 94852489092846284800, 11002888734770169036800 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

a(n)= 8*A035022(n) = (9*n-1)(!^9), n >= 1, a(0) := 1.

MATHEMATICA

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

CROSSREFS

Cf. A008543, A049210, A049212.

Sequence in context: A131927 A132869 A036915 * A024283 A134053 A136472

Adjacent sequences:  A049208 A049209 A049210 * A049212 A049213 A049214

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 13 22:36 EST 2012. Contains 205567 sequences.