Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A141764
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A141764 Column 4 of triangle A141760. +0
4
1, 1, 5, 36, 336, 3863, 52944, 844777, 15411547, 316888806, 7258887646, 183464090374, 5074934980977, 152584140132667, 4956824851572271, 173086933804868142, 6467223731119047195, 257524741272166890188 (list; graph; listen)
OFFSET

0,3

FORMULA

G.f.: 1/(1-x) = Sum_{n>=0} a(n) * x^n/(1+x)^{(n+3)*(n+4)/2 - 6}.

a(n) = 1 - Sum_{j=0..n-1} a(j) * (-1)^(n-j) * C((j+3)(j+4)/2 + n-j-7, n-j) for n>0, with a(0)=1.

PROGRAM

(PARI) {a(n)=if(n==0, 1, 1 - sum(j=0, n-1, a(j)*(-1)^(n-j)*binomial((j+3)*(j+4)/2-6+n-j-1, n-j)))}

CROSSREFS

Cf. A141760, A141761, A141762, A141763.

Sequence in context: A067305 A000806 A127132 this_sequence A075744 A109186 A099391

Adjacent sequences: A141761 A141762 A141763 this_sequence A141765 A141766 A141767

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jul 18 2008

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 9 18:50 EST 2009. Contains 170568 sequences.


AT&T Labs Research