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!)
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. 10
-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; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
Branko Dragovich, On Summation of p-Adic Series, arXiv:1702.02569 [math.NT], 2017.
Branko Dragovich, Andrei Yu. Khrennikov, and Natasa Z. Misic, Summation of p-Adic Functional Series in Integer Points, arXiv:1508.05079 [math.NT], 2015.
B. Dragovich and N. Z. Misic, p-Adic invariant summation of some p-adic functional series, P-Adic Numbers, Ultrametric Analysis, and Applications, October 2014, Volume 6, Issue 4, pp 275-283.
FORMULA
E.g.f. A(x) = y satisfies y'' + y'(2-exp(-x)) + y = 0. - Michael Somos, Mar 11 2004
a(n) = Sum_{k = 0..n} (-1)^(n-k+1)*Stirling2(n+1, k+1)*A003422(k). - Vladeta Jovovic, 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
MATHEMATICA
a[n_] := Sum[(-1)^(n - k + 1) * StirlingS2[n + 1, k + 1] * ((-1)^k * k! * Subfactorial[-k - 1] - Subfactorial[-1]), {k, 0, n}]; Table[a[n] // FullSimplify, {n, 1, 26}] (* Jean-François Alcover, Jan 09 2014, after Vladeta Jovovic *)
PROG
(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: A318960 A097336 A365104 * A205140 A097016 A183257
KEYWORD
sign
AUTHOR
EXTENSIONS
More terms from Jason Earls, Jun 28 2001
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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)