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 A022741 #12 Aug 16 2023 08:12:26 %S A022741 1,17,187,1598,11594,74477,435268,2355265,11950456,57389960,262741086, %T A022741 1153256370,4875584955,19928324460,79000508546,304554050669, %U A022741 1144374191351,4199521413019,15076785650771 %N A022741 Expansion of 1/Product_{m>=1} (1 - m*q^m)^17. %C A022741 This sequence is obtained from the generalized Euler transform in A266964 by taking f(n) = 17, g(n) = n. - _Seiichi Manyama_, Aug 16 2023 %H A022741 Seiichi Manyama, <a href="/A022741/b022741.txt">Table of n, a(n) for n = 0..5000</a> %F A022741 a(0) = 1; a(n) = (17/n) * Sum_{k=1..n} A078308(k) * a(n-k). - _Seiichi Manyama_, Aug 16 2023 %Y A022741 Column k=17 of A297328. %Y A022741 Cf. A078308. %K A022741 nonn %O A022741 0,2 %A A022741 _N. J. A. Sloane_