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 A292631 #8 Sep 20 2017 20:01:52 %S A292631 1,2,10,75,758,9660,148772,2688420,55784710,1307378358,34158527852, %T A292631 984547901051,31034429035260,1062081192039140,39218355263626632, %U A292631 1554260970293874135,65803396940022289734,2964120950479432183950,141548149894016562758300,7143010414313948156920665,379821534884560034711455956 %N A292631 a(n) = n! * [x^n] exp(n*x)*(BesselI(0,2*x) + BesselI(1,2*x)). %C A292631 The n-th term of the n-th binomial transform of A001405. %H A292631 N. J. A. Sloane, <a href="/transforms.txt">Transforms</a> %F A292631 a(n) = A292630(n,n). %F A292631 a(n) ~ (BesselI(0,2) + BesselI(1,2)) * n^n. - _Vaclav Kotesovec_, Sep 20 2017 %t A292631 Table[n!*SeriesCoefficient[E^(n*x)*(BesselI[0,2*x] + BesselI[1,2*x]),{x,0,n}], {n,0,20}] (* _Vaclav Kotesovec_, Sep 20 2017 *) %Y A292631 Main diagonal of A292630. %Y A292631 Cf. A001405, A186925, A292629, A292632. %K A292631 nonn %O A292631 0,2 %A A292631 _Ilya Gutkovskiy_, Sep 20 2017