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!)
A217033 Expansion of e.g.f. 1/(1 - log(1 - log(1-x))). 4
1, 1, 2, 7, 33, 198, 1432, 12136, 117772, 1287718, 15658052, 209568126, 3061140398, 48454548452, 826155841924, 15094511153752, 294206836405288, 6093273074402848, 133628182522968752, 3093469935389714928, 75384936371166307872, 1928960833317580172688 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ n! * exp(2-exp(1))/(1-exp(1-exp(1)))^(n+1). - Vaclav Kotesovec, Feb 12 2013
a(n) = Sum_{k=0..n} |Stirling1(n,k)| * A006252(k). - Seiichi Manyama, May 11 2023
EXAMPLE
E.g.f.: A(x) = 1 + x + 2*x^2/2! + 7*x^3/3! + 33*x^4/4! + 198*x^5/5! +...
MATHEMATICA
CoefficientList[Series[1/(1-Log[1-Log[1-x]]), {x, 0, 20}], x]* Range[0, 20]! (* Vaclav Kotesovec, Feb 12 2013 *)
PROG
(PARI) {a(n)=n!*polcoeff(1/(1-log(1-log(1-x +x*O(x^n)))), n)}
for(n=0, 25, print1(a(n), ", "))
CROSSREFS
Sequence in context: A337058 A006595 A179525 * A059099 A020103 A014623
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Sep 24 2012
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 March 28 16:11 EDT 2024. Contains 371254 sequences. (Running on oeis4.)