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 A119391 #11 May 29 2020 07:22:58 %S A119391 1,1,-1,4,-35,531,-12299,400534,-17277791,940844701,-61860211829, %T A119391 4667574681056,-372379676442971,24837948160750999,826269488792753097, %U A119391 -1174087941563072053454,497371695628704851927041,-188274182030170078547881991,72347643557171655842626735159 %N A119391 a(n) = n!*Sum_{k=0..n} Stirling1(n,k)/k!. %F A119391 Sum_{n>=0} a(n)*x^n/n!^2 = BesselI(0,2*sqrt(log(1+x))). %t A119391 Table[n!*Sum[StirlingS1[n, k]/k!, {k, 0, n}], {n, 0, 20}] (* _Stefan Steinerberger_, Nov 23 2007 *) %t A119391 CoefficientList[Series[BesselI[0,2*Sqrt[Log[1+x]]], {x, 0, 20}], x] * Range[0, 20]!^2 (* _Vaclav Kotesovec_, Mar 02 2014 *) %Y A119391 Cf. A001569, A119390. %K A119391 easy,sign %O A119391 0,4 %A A119391 _Vladeta Jovovic_, Jul 25 2006 %E A119391 More terms from _Stefan Steinerberger_, Nov 23 2007