The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A107881 Column 0 of triangle A107880. 4
1, 2, 3, 7, 26, 141, 1034, 9693, 111522, 1528112, 24372513, 444461496, 9135985760, 209223309377, 5286985099830, 146225910921737, 4395973641599418, 142794782804641965, 4985911547339049132, 186284207595651780174 (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)^(2 + k*(k-1)/2).
EXAMPLE
1 = 1*(1-x)^2 + 2*x*(1-x)^2 + 3*x^2*(1-x)^3 +
7*x^3*(1-x)^5 + 26*x^4*(1-x)^8 + 141*x^5*(1-x)^12 +...
PROG
(PARI) {a(n)=polcoeff(1-sum(k=0, n-1, a(k)*x^k*(1-x+x*O(x^n))^(2+k*(k-1)/2)), n)}
CROSSREFS
Sequence in context: A308114 A092983 A089708 * A371161 A128001 A264829
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 May 21 19:35 EDT 2024. Contains 372738 sequences. (Running on oeis4.)