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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A147625 Octo-factorial numbers(4). 3
1, 5, 65, 1365, 39585, 1464645, 65909025, 3493178325, 213083877825, 14702787569925, 1132114642884225, 96229744645159125, 8949366251999798625, 903885991451979661125, 98523573068265783062625 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(n+1)=Sum_{k, 0<=k<=n}A132393(n,k)*5^k*8^(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, 4, 2*5!, 8}]; lst

CROSSREFS

Sequence in context: A056245 A195886 A079482 * A157097 A046881 A195196

Adjacent sequences:  A147622 A147623 A147624 * A147626 A147627 A147628

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 17 04:21 EST 2012. Contains 205978 sequences.