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.

A369893 a(n) = Sum_{p|n, p prime} n^tau(n/p).

This page as a plain text file.
%I A369893 #7 Jun 26 2024 15:07:19
%S A369893 0,2,3,16,5,72,7,512,81,200,11,22464,13,392,450,65536,17,110808,19,
%T A369893 168000,882,968,23,191434752,625,1352,19683,636608,29,2430000,31,
%U A369893 33554432,2178,2312,2450,4353564672,37,2888,3042,4098560000,41,9335088,43,3833280
%N A369893 a(n) = Sum_{p|n, p prime} n^tau(n/p).
%F A369893 a(p^k) = p^(k^2), for prime p and k >= 1. - _Wesley Ivan Hurt_, Jun 26 2024
%t A369893 Table[DivisorSum[n, n^DivisorSigma[0, n/#] &, PrimeQ[#] &], {n, 60}]
%Y A369893 Cf. A000005 (tau), A062799, A319131.
%K A369893 nonn,easy
%O A369893 1,2
%A A369893 _Wesley Ivan Hurt_, Feb 04 2024