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!)
A107885 Column 0 of triangle A107884. 5
1, 3, 6, 16, 63, 351, 2609, 24636, 284631, 3909926, 62459868, 1140206571, 23453446130, 537365482536, 13583603874930, 375783149051267, 11299149697288503, 367080116280553305, 12818485840320445236 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1 = Sum_{k>=0} a(k)*x^k*(1-x)^(3 + k*(k-1)/2).
EXAMPLE
1 = 1*(1-x)^3 + 3*x*(1-x)^3 + 6*x^2*(1-x)^4 +
16*x^3*(1-x)^6 + 63*x^4*(1-x)^9 + 351*x^5*(1-x)^13 +...
PROG
(PARI) {a(n)=polcoeff(1-sum(k=0, n-1, a(k)*x^k*(1-x+x*O(x^n))^(3+k*(k-1)/2)), n)}
CROSSREFS
Sequence in context: A340498 A288850 A185629 * A051271 A028405 A328276
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jun 04 2005
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 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)