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.

A343514 a(n) = Sum_{k=1..n} (k/gcd(n, k))^4.

This page as a plain text file.
%I A343514 #7 Apr 17 2021 18:11:16
%S A343514 1,2,18,84,355,645,2276,3192,7413,9400,25334,18395,60711,52747,88760,
%T A343514 106688,243849,137790,432346,275570,499867,522513,1151404,561415,
%U A343514 1542125,1214436,1907502,1569673,3756719,1344999,5274000,3451216,4970577,4690778,7499154,4217504,12948595,8207261,11565572
%N A343514 a(n) = Sum_{k=1..n} (k/gcd(n, k))^4.
%F A343514 a(n) = Sum_{d|n} A053820(d).
%t A343514 Table[Sum[(k/GCD[n, k])^4, {k, 1, n}], {n, 1, 39}]
%o A343514 (PARI) a(n) = sum(k=1, n, (k/gcd(n, k))^4); \\ _Michel Marcus_, Apr 17 2021
%Y A343514 Cf. A053820, A057661, A332654, A343498, A343513.
%K A343514 nonn
%O A343514 1,2
%A A343514 _Ilya Gutkovskiy_, Apr 17 2021