Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A097204
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A097204 Binomial transform of A033312. +0
2
0, 0, 1, 8, 49, 294, 1893, 13572, 109345, 985898, 9863077, 108503064, 1302057249, 16926789294, 236975148421, 3554627439308, 56874039487681, 966858672273618, 17403456103022277, 330665665961879712, 6613313319247031425 (list; graph; listen)
OFFSET

0,4

COMMENT

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: A089383 A028443 A001108 this_sequence A037539 A037483 A024106

Adjacent sequences: A097201 A097202 A097203 this_sequence 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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 10 12:37 EST 2009. Contains 170569 sequences.


AT&T Labs Research