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!)
A349505 E.g.f. satisfies: A(x) = (1 + x)^(A(x)^3). 7
1, 1, 6, 81, 1668, 46740, 1659102, 71386602, 3611376360, 210083758704, 13817649943440, 1013979735381888, 82134894774767832, 7279520816638839600, 700730732176038359208, 72803537907677356262760, 8120227815636769492383168 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} (3*k+1)^(k-1) * Stirling1(n,k).
E.g.f. A(x) = Sum_{k>=0} (3*k+1)^(k-1) * (log(1+x))^k / k!.
From Vaclav Kotesovec, Nov 20 2021: (Start)
E.g.f.: (-LambertW(-3*log(1 + x)) / (3*log(1 + x)))^(1/3).
a(n) ~ n^(n-1) / (sqrt(3) * (exp(exp(-1)/3) - 1)^(n - 1/2) * exp(n + exp(-1)/6 - 5/6)). (End)
MATHEMATICA
nmax = 20; CoefficientList[Series[(-LambertW[-3*Log[1 + x]]/(3*Log[1 + x]))^(1/3), {x, 0, nmax}], x]*Range[0, nmax]! (* Vaclav Kotesovec, Nov 20 2021 *)
PROG
(PARI) a(n) = sum(k=0, n, (3*k+1)^(k-1)*stirling(n, k, 1));
(PARI) N=20; x='x+O('x^N); Vec(serlaplace(sum(k=0, N, (3*k+1)^(k-1)*log(1+x)^k/k!)))
CROSSREFS
Sequence in context: A197076 A234872 A064341 * A052756 A349651 A193265
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 20 2021
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 23 14:49 EDT 2024. Contains 371914 sequences. (Running on oeis4.)