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

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A219779 G.f.: 1 = Sum_{n>=0} a(n) * x^n * (1 - (n+1)*x)^3. 1
1, 3, 15, 100, 819, 7890, 86995, 1077150, 14767575, 221751010, 3615510375, 63552101550, 1197196399675, 24048396026850, 512872089970875, 11569027674987550, 275113466366738175, 6876716833964911650, 180206071050892236175, 4939209747546747991950, 141294422480371952482275
(list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Compare to: 1 = Sum_{n>=0} n! * x^n * (1 - (n+1)*x).
Compare to: 1 = Sum_{n>=0} A002720(n) * x^n * (1 - (n+1)*x)^2, where A002720(n) is the number of partial permutations of an n-set.
LINKS
EXAMPLE
E.g.f.: A(x) = 1 + 3*x + 15*x^2/2! + 100*x^3/3! + 819*x^4/4! + 7890*x^5/5! +...
By definition, the terms satisfy:
1 = (1-x)^3 + 3*x*(1-2*x)^3 + 15*x^2*(1-3*x)^3 + 100*x^3*(1-4*x)^3 + 819*x^4*(1-5*x)^3 + 7890*x^5*(1-6*x)^3 + 86995*x^6*(1-7*x)^3 +...
PROG
(PARI) {a(n)=polcoeff(x-sum(m=1, n-1, a(m)*x^m*(1-m*x+x*O(x^n))^3), n)}
for(n=1, 25, print1(a(n), ", "))
CROSSREFS
Sequence in context: A135883 A372157 A147664 * A303651 A350954 A196962
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Nov 27 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 19 03:32 EDT 2024. Contains 376004 sequences. (Running on oeis4.)