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.

A005067 Sum of cubes of odd primes dividing n.

Original entry on oeis.org

0, 0, 27, 0, 125, 27, 343, 0, 27, 125, 1331, 27, 2197, 343, 152, 0, 4913, 27, 6859, 125, 370, 1331, 12167, 27, 125, 2197, 27, 343, 24389, 152, 29791, 0, 1358, 4913, 468, 27, 50653, 6859, 2224, 125, 68921, 370, 79507, 1331, 152, 12167, 103823, 27, 343, 125, 4940, 2197, 148877, 27, 1456, 343, 6886, 24389, 205379, 152
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

Formula

Additive with a(p^e) = 0 if p = 2, p^3 otherwise.
G.f.: Sum_{k>=2} prime(k)^3*x^prime(k)/(1 - x^prime(k)). - Ilya Gutkovskiy, Jan 06 2017
From Antti Karttunen, Jul 10 2017: (Start)
a(1) = 0; after which, for even n: a(n) = a(n/2), for odd n: a(n) = A020639(n)^3 + a(A028234(n)).
a(n) = A005064(A000265(n)).
(End)

Extensions

More terms from Antti Karttunen, Jul 10 2017