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 A369905 #8 Jun 26 2024 22:09:56 %S A369905 0,1,1,4,1,12,1,8,9,20,1,156,1,28,30,16,1,342,1,420,42,44,1,600,25,52, %T A369905 27,812,1,2700,1,32,66,68,70,2592,1,76,78,1640,1,5292,1,1980,2070,92, %U A369905 1,2352,49,2550,102,2756,1,2970,110,3192,114,116,1,223200,1,124,4032 %N A369905 a(n) = Sum_{p|n, p prime} n^omega(n/p). %F A369905 a(p^k) = 1 for p prime and k = 1, else p^k if k >= 2. - _Wesley Ivan Hurt_, Jun 26 2024 %t A369905 Table[DivisorSum[n, n^PrimeNu[n/#] &, PrimeQ[#] &], {n, 100}] %Y A369905 Cf. A001221 (omega), A345354, A345355. %K A369905 nonn,easy %O A369905 1,4 %A A369905 _Wesley Ivan Hurt_, Feb 05 2024