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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A144661 a(n) = Sum_{i=0..n} Sum_{j=0..n} Sum_{k=0..n} Sum_{l=0..n} (i+j+k+l)!/(i!*j!*k!*l!). 2
1, 65, 7365, 1107697, 191448941, 35899051101, 7101534312685, 1458965717496881, 308290573348183629, 66577182435768923245, 14629025943480502591445, 3260160391173522631759533, 735119604833362632050789701, 167408468505328518543519208949, 38448088693846486556578015883325 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

MAPLE

f:=n->add( add( add( add( (i+j+k+l)!/(i!*j!*k!*l!), i=0..n), j=0..n), k=0..n), l=0..n); [seq(f(n), n=0..20)];

CROSSREFS

Cf. A030662, A144660, A144662.

Sequence in context: A116104 A116121 A118707 * A176370 A093265 A120801

Adjacent sequences:  A144658 A144659 A144660 * A144662 A144663 A144664

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Feb 01 2009

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 07:07 EST 2012. Contains 205871 sequences.