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!)
A141762 Column 2 of triangle A141760. 4
1, 1, 3, 13, 77, 594, 5737, 67216, 931584, 14968423, 274312910, 5657512947, 129866646887, 3287152235160, 91025011377693, 2738909774003719, 89027345548731677, 3110096516555803509, 116244489639439112395 (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+1)*(n+2)/2 - 1].
a(n) = 1 - Sum_{j=0..n-1} a(j) * (-1)^(n-j) * C((j+1)(j+2)/2 + n-j-2, 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+1)*(j+2)/2-1+n-j-1, n-j)))}
CROSSREFS
Sequence in context: A273953 A127127 A043301 * A062872 A288954 A215915
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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)