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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A097204 Binomial transform of A033312. 2
0, 0, 1, 8, 49, 294, 1893, 13572, 109345, 985898, 9863077, 108503064, 1302057249, 16926789294, 236975148421, 3554627439308, 56874039487681, 966858672273618, 17403456103022277, 330665665961879712, 6613313319247031425 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

COMMENTS

a(n) = Sum[n!(k!-1) / k!(n-k)! {k=0...n}]

FORMULA

a(n) = Sum[P(n, k) - C(n, k) {k=0...n}]

EXAMPLE

a(2) = 1 because P(2,0) = 1, P(2,1) = 2, P(2,2) = 2 while C(2,0) = 1, C(2,1) = 2, C(2,2) = 1 and 1 - 1 + 2 - 2 + 2 - 1 = 1.

MAPLE

A033312 := proc(n) factorial(n)-1; end: A097204 := proc(n) add( binomial(n, k)*A033312(k), k=1..n) ; end: seq(A097204(n), n=0..30) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 05 2007

CROSSREFS

Cf. A033312.

Sequence in context: A200660 A028443 A001108 * A037539 A037483 A188708

Adjacent sequences:  A097201 A097202 A097203 * A097205 A097206 A097207

KEYWORD

nonn

AUTHOR

Ross La Haye (rlahaye(AT)new.rr.com), Sep 16 2004

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 05 2007

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 16:21 EST 2012. Contains 205823 sequences.