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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A147629 9-factorial numbers (4). 4
1, 5, 70, 1610, 51520, 2112320, 105616000, 6231344000, 423731392000, 32627317184000, 2805949277824000, 266565181393280000, 27722778864901120000, 3132674011733826560000, 382186229431526840320000 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

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

a(n)=a(n-1)+(4+9(n-2))*a(n-1) = (9n-13)*a(n-1) = 9^(n-1)*Gamma(n-4/9)/Gamma(5/9). G.f.: z*2F0(5/9,1;;9z) [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Nov 09 2008]

MAPLE

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

CROSSREFS

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

Sequence in context: A077691 A014231 A203528 * A174486 A135438 A015502

Adjacent sequences:  A147626 A147627 A147628 * A147630 A147631 A147632

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 16 11:51 EST 2012. Contains 205908 sequences.