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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A147631 9-factorial numbers (6). 0
1, 7, 112, 2800, 95200, 4093600, 212867200, 12984899200, 908942944000, 71806492576000, 6318971346688000, 612940220628736000, 64971663386646016000, 7471741289464291840000, 926495919893572188160000 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(n+1)=Sum_{k, 0<=k<=n}A132393(n,k)*7^k*9^(n-k). [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Nov 09 2008]

MATHEMATICA

s=1; lst={s}; Do[s+=n*s; AppendTo[lst, s], {n, 6, 2*5!, 9}]; lst

CROSSREFS

Cf. A147630, A147629, A049211, A051232, A045756, A035012, A035013, A035017, A035018, A035020, A035022, A035023, A053116

Sequence in context: A067404 A129030 A128576 * A010795 A099153 A079296

Adjacent sequences:  A147628 A147629 A147630 * A147632 A147633 A147634

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 08 2008

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 23:53 EST 2012. Contains 205689 sequences.