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 A383629 #9 Aug 18 2025 04:40:16 %S A383629 1,11,146,2156,34166,569426,9854436,175552696,3199485331,59384374841, %T A383629 1118636310726,21329345218236,410804181673996,7978922735099756, %U A383629 156074211110053016,3071360731347145776,60752572593061028911,1207041376109801598421,24073933939936470329806 %N A383629 Expansion of 1/( Product_{k=0..4} (1 - (5*k+1) * x) )^(1/5). %F A383629 a(n) ~ 3^(n + 3/5) * 7^(n + 4/5) / (Gamma(1/5) * 2^(3/5) * 5^(4/5) * n^(4/5)). - _Vaclav Kotesovec_, Aug 18 2025 %o A383629 (PARI) my(N=20, x='x+O('x^N)); Vec(1/prod(k=0, 4, 1-(5*k+1)*x)^(1/5)) %Y A383629 Cf. A383627, A383628, A383630, A383631, A383632, A383633. %Y A383629 Cf. A383635. %K A383629 nonn %O A383629 0,2 %A A383629 _Seiichi Manyama_, May 03 2025