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 A165826 #18 Feb 28 2023 05:26:48 %S A165826 1,5,5,25,5,25,5,125,25,25,5,125,5,25,25,625,5,125,5,125,25,25,5,625, %T A165826 25,25,125,125,5,125,5,3125,25,25,25,625,5,25,25,625,5,125,5,125,125, %U A165826 25,5,3125,25,125 %N A165826 Totally multiplicative sequence with a(p) = 5. %H A165826 G. C. Greubel, <a href="/A165826/b165826.txt">Table of n, a(n) for n = 1..10000</a> %F A165826 a(n) = A000351(A001222(n)) = 5^bigomega(n) = 5^A001222(n). %F A165826 Dirichlet g.f.: Product_{p prime} 1 / (1 - 5 * p^(-s)). - _Ilya Gutkovskiy_, Oct 30 2019 %t A165826 5^PrimeOmega[Range[100]] (* _G. C. Greubel_, Apr 09 2016 *) %o A165826 (PARI) for(n=1, 100, print1(direuler(p=2, n, 1/(1-5*X))[n], ", ")) \\ _Vaclav Kotesovec_, Feb 28 2023 %Y A165826 Cf. A000351, A001222, A061142, A165824, A165825. %K A165826 nonn,mult %O A165826 1,2 %A A165826 _Jaroslav Krizek_, Sep 28 2009