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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A147630 9-factorial numbers (5). 1
1, 6, 90, 2160, 71280, 2993760, 152681760, 9160905600, 632102486400, 49303993939200, 4289447472710400, 411786957380198400, 43237630524920832000, 4929089879840974848000, 606278055220439906304000 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

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

a(n)=n!*sum(k=1..n-1, binomial(k,n-k-1)*3^k*(-1)^(n-k-1)*binomial(n+k-1,n-1)))/n, also a(n)=n!*A097188(n). [Vladimir Kruchinin kru(AT)ie.tusur.ru, Apr 01 2011]

MATHEMATICA

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

PROG

(Maxima)

a(n):=n!*sum(binomial(k, n-k-1)*3^k*(-1)^(n-k-1)*binomial(n+k-1, n-1), k, 1, n-1))/n; [Vladimir Kruchinin kru(AT)ie.tusur.ru Apr 01 2011]

CROSSREFS

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

Sequence in context: A002896 A004996 A001499 * A177584 A177558 A177580

Adjacent sequences:  A147627 A147628 A147629 * A147631 A147632 A147633

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 15 21:56 EST 2012. Contains 205860 sequences.