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.

A054614 a(n) = Sum_{d|n} phi(d)*7^(n/d).

This page as a plain text file.
%I A054614 #19 Jul 11 2021 04:44:20
%S A054614 0,7,56,357,2464,16835,118104,823585,5767328,40354335,282492280,
%T A054614 1977326813,13841410464,96889010491,678223896728,4747561544985,
%U A054614 33232936339456,232630513987319,1628413638500376,11398895185373269
%N A054614 a(n) = Sum_{d|n} phi(d)*7^(n/d).
%H A054614 Seiichi Manyama, <a href="/A054614/b054614.txt">Table of n, a(n) for n = 0..1000</a>
%F A054614 a(n) = Sum_{k=1..n} 7^gcd(n,k). - _Ilya Gutkovskiy_, Apr 16 2021
%o A054614 (PARI) a(n) = sumdiv(n, d, eulerphi(d)*7^(n/d)); \\ _Michel Marcus_, Jul 11 2021
%Y A054614 Column k=7 of A185651.
%Y A054614 Cf. A054626.
%K A054614 nonn
%O A054614 0,2
%A A054614 _N. J. A. Sloane_, Apr 16 2000