cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A367135 E.g.f. satisfies A(x) = 1/(2 - exp(x*A(x)^3)).

This page as a plain text file.
%I A367135 #13 Nov 07 2023 11:11:46
%S A367135 1,1,9,166,4719,182326,8927301,529922002,36988772211,2969132797966,
%T A367135 269488306924833,27291375956851546,3050923148547318039,
%U A367135 373187615576953777510,49580088565083198922845,7109665420655116517351458,1094492388113416460752513851
%N A367135 E.g.f. satisfies A(x) = 1/(2 - exp(x*A(x)^3)).
%F A367135 a(n) = (1/(3*n+1)!) * Sum_{k=0..n} (3*n+k)! * Stirling2(n,k).
%F A367135 a(n) ~ 3^(4*n) * LambertW(2*exp(1/3)/3)^(3*n + 1) * n^(n-1) / (sqrt(1 + LambertW(2*exp(1/3)/3)) * 2^(3*n + 1) * exp(n) * (3*LambertW(2*exp(1/3)/3) - 1)^(4*n + 1)). - _Vaclav Kotesovec_, Nov 07 2023
%t A367135 Table[1/(3*n+1)! * Sum[(3*n+k)! * StirlingS2[n,k], {k,0,n}], {n,0,20}] (* _Vaclav Kotesovec_, Nov 07 2023 *)
%o A367135 (PARI) a(n) = sum(k=0, n, (3*n+k)!*stirling(n, k, 2))/(3*n+1)!;
%Y A367135 Cf. A000670, A052894, A367134.
%Y A367135 Cf. A367137, A367139.
%K A367135 nonn
%O A367135 0,3
%A A367135 _Seiichi Manyama_, Nov 06 2023