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 A322201 #9 Jun 18 2019 07:32:57 %S A322201 0,2,10,26,90,262,994,3446,13050,48698,185310,705454,2706354,10400626, %T A322201 40123534,155118406,601106490,2333606254,9075235522,35345263838, %U A322201 137846899790,538257884918,2104100374694,8233430727646,32247609134418,126410606439062,495918553749434,1946939425794206,7648690681007998,30067266499541098,118264581875657214,465428353255261150 %N A322201 Main diagonal of square table A322200. %H A322201 Paul D. Hanna, <a href="/A322201/b322201.txt">Table of n, a(n) for n = 0..400</a> %F A322201 a(n) = coefficient of x^n*y^n/(2*n) in Sum_{n>=1} -log(1 - (x^n + y^n)) for n>=0. %F A322201 a(n) ~ 4^n / sqrt(Pi*n). - _Vaclav Kotesovec_, Jun 18 2019 %e A322201 L.g.f.: L(x) = 2*x + 10*x^2/2 + 26*x^3/3 + 90*x^4/4 + 262*x^5/5 + 994*x^6/6 + 3446*x^7/7 + 13050*x^8/8 + 48698*x^9/9 + 185310*x^10/10 + 705454*x^11/11 + 2706354*x^12/12 + ... %e A322201 such that %e A322201 exp( L(x) ) = 1 + 2*x + 7*x^2 + 20*x^3 + 63*x^4 + 190*x^5 + 613*x^6 + 1976*x^7 + 6604*x^8 + 22368*x^9 + 77270*x^10 + 270208*x^11 + 956780*x^12 + ... %o A322201 (PARI) %o A322201 {L = sum(n=1,61, -log(1 - (x^n + y^n) +O(x^61) +O(y^61)) );} %o A322201 {a(n) = polcoeff( 2*n*polcoeff( L,n,x),n,y)} %o A322201 for(n=0,35, print1( a(n),", ") ) %Y A322201 Cf. A322200, A322202, A322203, A322205, A322207, A322209. %K A322201 nonn %O A322201 0,2 %A A322201 _Paul D. Hanna_, Nov 30 2018