cp's OEIS Frontend

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.

A351748 a(n) = Sum_{p|n, p prime} n^gcd(p,n/p).

This page as a plain text file.
%I A351748 #4 Feb 17 2022 21:49:53
%S A351748 0,2,3,16,5,12,7,64,729,20,11,156,13,28,30,256,17,5850,19,420,42,44,
%T A351748 23,600,9765625,52,19683,812,29,90,31,1024,66,68,70,47952,37,76,78,
%U A351748 1640,41,126,43,1980,91170,92,47,2352,678223072849,312500050,102,2756,53,157518,110
%N A351748 a(n) = Sum_{p|n, p prime} n^gcd(p,n/p).
%e A351748 a(12) = 156; a(12) = Sum_{p|12, p prime} 12^gcd(p,12/p) = 12^gcd(2,12/2) + 12^gcd(3,12/3) = 12^2 + 12^1 = 156.
%Y A351748 Cf. A345266.
%K A351748 nonn
%O A351748 1,2
%A A351748 _Wesley Ivan Hurt_, Feb 17 2022