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 A165852 #13 Sep 08 2022 08:45:48 %S A165852 1,31,31,961,31,961,31,29791,961,961,31,29791,31,961,961,923521,31, %T A165852 29791,31,29791,961,961,31,923521,961,961,29791,29791,31,29791,31, %U A165852 28629151,961,961,961,923521,31,961,961,923521,31,29791,31,29791,29791 %N A165852 Totally multiplicative sequence with a(p) = 31. %H A165852 G. C. Greubel, <a href="/A165852/b165852.txt">Table of n, a(n) for n = 1..10000</a> %F A165852 a(n) = A009975(A001222(n)) = 31^bigomega(n) = 31^A001222(n). %t A165852 31^PrimeOmega[Range[100]] (* _G. C. Greubel_, Apr 13 2016 *) %o A165852 (PARI) a(n) = 31^bigomega(n); \\ _Michel Marcus_, Apr 14 2016 %o A165852 (Magma) [n eq 1 select 1 else 31^(&+[p[2]: p in Factorization(n)]): n in [1..100]]; // _Vincenzo Librandi_, Apr 14 2016 %Y A165852 Cf. A001222, A009975. %K A165852 nonn,mult %O A165852 1,2 %A A165852 _Jaroslav Krizek_, Sep 28 2009