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 A294120 #13 Oct 24 2017 09:30:24 %S A294120 1,9,99,1233,16929,251829,4012011,67876461,1211592897,22700600001, %T A294120 444567396051,9068604811209,192115381719969,4216003141209453, %U A294120 95631348748295259,2237799925576748709,53928909429116324481,1336410276724468307961 %N A294120 E.g.f.: exp(3*((1+x)^3 - 1)). %H A294120 Seiichi Manyama, <a href="/A294120/b294120.txt">Table of n, a(n) for n = 0..511</a> %F A294120 a(n) ~ 3^(2*n/3 - 1/2) * n^(2*n/3) * exp(-2 + 3^(1/3)*n^(1/3) + 3^(2/3)*n^(2/3) - 2*n/3). - _Vaclav Kotesovec_, Oct 23 2017 %t A294120 nmax = 20; CoefficientList[Series[E^(3*((1+x)^3 - 1)), {x, 0, nmax}], x] * Range[0, nmax]! (* _Vaclav Kotesovec_, Oct 23 2017 *) %o A294120 (PARI) N=66; x='x+O('x^N); Vec(serlaplace(exp(3*((1+x)^3-1)))) %Y A294120 Column k=3 of A294118. %K A294120 nonn %O A294120 0,2 %A A294120 _Seiichi Manyama_, Oct 23 2017