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!)
A134138 Alternating row sums of triangle A046089 (S1p(3)). 1
1, 2, 4, 2, -74, -916, -8672, -73564, -542852, -2595016, 18348496, 906083672, 21021502984, 406255974032, 7157641045696, 116383645516784, 1681549859135248, 18311613681506336, -3332917116147392 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = Sum_{m=1..n} A046089(n,m)*(-1)^(m-1), n >= 1.
E.g.f.: 1 - exp(-x*(2-x)/(2*(1-x)^2)). Cf. e.g.f. first column of A046089.
a(n) = (3*n-4)*a(n-1) - 3*(n-2)*(n-1)*a(n-2) + (n-3)*(n-2)*(n-1)*a(n-3). - Vaclav Kotesovec, Oct 09 2013
Lim sup n->infinity |a(n)|/(2*n^(n-1/6)*exp(-n^(1/3)/4+3*n^(2/3)/4-n+1/3)/sqrt(3)) = 1. - Vaclav Kotesovec, Oct 09 2013
MATHEMATICA
Rest[CoefficientList[Series[1-E^(-x*(2-x)/(2*(1-x)^2)), {x, 0, 20}], x]* Range[0, 20]!] (* Vaclav Kotesovec, Oct 09 2013 *)
CROSSREFS
Cf. A049377 (row sums of A046089).
Sequence in context: A303320 A029589 A121819 * A351427 A201911 A048644
KEYWORD
sign,easy
AUTHOR
Wolfdieter Lang Oct 12 2007
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 10 01:42 EDT 2024. Contains 372354 sequences. (Running on oeis4.)