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 A270597 #8 Mar 20 2016 11:36:32 %S A270597 1,2,5,21,98,575,3979,31304,277248,2739141,29898743,355083014, %T A270597 4584190984,63680965127,949202526375,15102175351080,255427113948896, %U A270597 4573909845546233,86542053988578763,1723504067599805402,36054646740337797072,790412592781303448523 %N A270597 E.g.f.: 1/(1-x) * Product_{k>0} (1 + sinh(x^k/k)). %H A270597 Vaclav Kotesovec, <a href="/A270597/b270597.txt">Table of n, a(n) for n = 0..446</a> %F A270597 a(n) ~ n * A130263(n). %t A270597 nn=25; Range[0, nn]!*CoefficientList[Series[1/(1-x)*Product[1+Sinh[x^k/k], {k, 1, nn}], {x, 0, nn}], x] %Y A270597 Cf. A130263, A130268, A218504, A270598. %K A270597 nonn %O A270597 0,2 %A A270597 _Vaclav Kotesovec_, Mar 20 2016