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 A347654 #19 Sep 10 2021 06:03:08 %S A347654 1,2,2574,517035762467311, %T A347654 11296895312655297284351876487257601933458562000884410 %N A347654 Number of partitions of 10^n into distinct odd parts. %C A347654 The next term a(5) = 5.5425352720...*10^171 is too large to include. %H A347654 Seiichi Manyama, <a href="/A347654/b347654.txt">Table of n, a(n) for n = 0..6</a> %F A347654 a(n) = A000700(10^n). %o A347654 (PARI) a(n) = polcoef(prod(k=0, 10^n\2, 1+x^(2*k+1)+x*O(x^(10^n))), 10^n); %Y A347654 Row 10 of A347630. %Y A347654 Cf. A000700, A011557, A069878, A070177, A347626. %K A347654 nonn %O A347654 0,2 %A A347654 _Seiichi Manyama_, Sep 10 2021