|
Search: id:A014619
|
|
|
| A014619 |
|
Exponential generating function is -f(x) * int(exp(exp(-t)-1),t,0,x) where f(x) = exp(1-x-exp(-x)) is an exponential generating function for A014182. |
|
+0 3
|
|
| -1, 1, 1, -5, 5, 21, -105, 141, 777, -5513, 13209, 39821, -527525, 2257425, -41511, -70561285, 531862173, -1559180499, -8858267353, 147780183829, -936560917615, 1352130196615, 38710924110081, -487251979381019, 2846575686392251, 872653153712201
(list; graph; listen)
|
|
|
OFFSET
|
1,4
|
|
|
COMMENT
|
E.g.f. A(x)=y satisfies y''+y'(2-exp(-x))+y=0. - Michael Somos Mar 11 2004
|
|
FORMULA
|
a(n) = Sum_{k=0..n} (-1)^(n-k+1)*Stirling2(n+1, k+1)*A003422(k). - Vladeta Jovovic (vladeta(AT)eunet.rs), Jan 06 2005
The sequence b(n) = (-1)^n*a(n) satisfies the recurrence: b(n) = -Sum[i=1..n, b(i-1)*C(n, i) ], b(0)=-1. - Ralf Stephan, Feb 24 2005
|
|
PROGRAM
|
(PARI) a(n)=local(A, B); if(n<0, 0, A=exp(-x+x*O(x^n)); B=exp(A-1); n!*polcoeff(-intformal(B)*A/B, n))
|
|
CROSSREFS
|
Sequence in context: A147254 A007028 A097336 this_sequence A097016 A090936 A145764
Adjacent sequences: A014616 A014617 A014618 this_sequence A014620 A014621 A014622
|
|
KEYWORD
|
sign
|
|
AUTHOR
|
Noam Elkies (elkies(AT)math.harvard.edu)
|
|
EXTENSIONS
|
More terms from Jason Earls (zevi_35711(AT)yahoo.com), Jun 28 2001
|
|
|
Search completed in 0.002 seconds
|