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.
%I A094822 #14 Jan 30 2020 21:29:15 %S A094822 1,4,19,118,1021,12088,183727,3389242,73156249,1804349548,50009179819, %T A094822 1537920654526,51952155415381,1911990785926432,76137201611236999, %U A094822 3261400435090171522,149530099101901409713,7305923490645888605908,378947686822932957638851 %N A094822 E.g.f.: exp(3x)/(1-3x)^(1/3). %C A094822 Sum_{k = 0..n} A046716(n,k)*x^k give A000522(n), A081367(n) for x = 1, 2 respectively. %F A094822 a(n) = Sum_{k = 0..n} A046716(n, k)*3^k. %F A094822 a(n) ~ Gamma(2/3)*3^(n+1/2)*n^(n-1/6)/(sqrt(2*Pi)*exp(n-1)). - _Vaclav Kotesovec_, Jun 15 2013 %F A094822 Conjecture: D-finite with recurrence: a(n) +(-3*n-1)*a(n-1) +9*(n-1)*a(n-2)=0. - _R. J. Mathar_, Nov 14 2019 %t A094822 With[{nn=20},CoefficientList[Series[Exp[3x]/Surd[1-3x,3],{x,0,nn}],x] Range[0,nn]!] (* _Harvey P. Dale_, Jul 28 2018 *) %K A094822 nonn %O A094822 0,2 %A A094822 _Philippe Deléham_, Jun 12 2004 %E A094822 Corrected and extended by _Harvey P. Dale_, Jul 28 2018