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 A351747 #5 Mar 23 2023 07:37:45 %S A351747 0,4,27,16,3125,93312,823543,4096,729,20000000000,285311670611, %T A351747 8916103434240,302875106592253,22224013651116032,875787780761718750, %U A351747 4294967296,827240261886336764177,39346408075296571587648,1978419655660313589123979,104857600000010240000000000 %N A351747 a(n) = Sum_{p|n, p prime} n^lcm(p,n/p). %H A351747 <a href="/index/Lc#lcm">Index entries for sequences related to lcm's</a> %e A351747 a(6) = 93312; a(6) = Sum_{p|6, p prime} 6^lcm(p,6/p) = 6^lcm(2,6/2) + 6^lcm(3,6/3) = 6^6 + 6^6 = 93312. %Y A351747 Cf. A345302. %K A351747 nonn %O A351747 1,2 %A A351747 _Wesley Ivan Hurt_, Feb 17 2022