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 A022750 #13 Aug 17 2023 08:14:58 %S A022750 1,26,403,4706,45539,383630,2899936,20071012,129029953,778729224, %T A022750 4448625272,24212010550,126207077867,632795395052,3062954205181, %U A022750 14356406110410,65330892459924,289297563109646 %N A022750 Expansion of 1/Product_{m>=1} (1 - m*q^m)^26. %C A022750 This sequence is obtained from the generalized Euler transform in A266964 by taking f(n) = 26, g(n) = n. - _Seiichi Manyama_, Aug 17 2023 %H A022750 Seiichi Manyama, <a href="/A022750/b022750.txt">Table of n, a(n) for n = 0..5000</a> %F A022750 a(0) = 1; a(n) = (26/n) * Sum_{k=1..n} A078308(k) * a(n-k). - _Seiichi Manyama_, Aug 17 2023 %Y A022750 Column k=26 of A297328. %Y A022750 Cf. A078308. %K A022750 nonn %O A022750 0,2 %A A022750 _N. J. A. Sloane_