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!)
A179331 E.g.f. satisfies: A(x) = (1-x)/(1-3*x) * A(x*(1-x)^2). 1
1, 3, 21, 234, 3540, 66564, 1469412, 36584784, 998692416, 29407250880, 934026603840, 32655607021440, 1292780225168640, 57672298842359040, 2712127097197728000, 122155073614867507200, 5128063415272020787200 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = -(-1)^n*A179330(n)/2; see A179330 for more formulas. First negative term is a(22).
PROG
(PARI) {a(n)=local(M=matrix(n+1, n+1, r, c, if(r>=c, polcoeff(((1-x)^2+x*O(x^n))^c, r-c))), LOG, ID=M^0); LOG=sum(m=1, n+1, -(ID-M)^m/m); -n!*LOG[n+1, 1]/2}
CROSSREFS
Cf. A179330.
Sequence in context: A008545 A005373 A078586 * A138903 A302703 A334262
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jul 21 2010
EXTENSIONS
Corrected formula by Paul D. Hanna, Jul 21 2010
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 7 09:00 EDT 2024. Contains 372300 sequences. (Running on oeis4.)