login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A141764 Column 4 of triangle A141760. 3
1, 1, 5, 36, 336, 3863, 52944, 844777, 15411547, 316888806, 7258887646, 183464090374, 5074934980977, 152584140132667, 4956824851572271, 173086933804868142, 6467223731119047195, 257524741272166890188 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
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.
PROG
(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
Sequence in context: A000806 A278990 A127132 * A075744 A277610 A261899
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jul 18 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified November 28 13:32 EST 2023. Contains 367419 sequences. (Running on oeis4.)