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.

A192085 Number of ones in the binary expansion of n^3.

Original entry on oeis.org

0, 1, 1, 4, 1, 6, 4, 6, 1, 6, 6, 6, 4, 5, 6, 8, 1, 6, 6, 8, 6, 6, 6, 9, 4, 7, 5, 8, 6, 9, 8, 10, 1, 6, 6, 11, 6, 10, 8, 12, 6, 8, 6, 9, 6, 11, 9, 10, 4, 9, 7, 7, 5, 8, 8, 10, 6, 10, 9, 7, 8, 11, 10, 12, 1, 6, 6, 11, 6, 9, 11, 11, 6, 13, 10, 14, 8, 13, 12, 13
Offset: 0

Views

Author

Carl R. White, Jun 23 2011

Keywords

Comments

The binary weight of n^3.

Crossrefs

Programs

Formula

a(n) = A000120(A000578(n)).
a(n) = [x^(n^3)] (1/(1 - x))*Sum_{k>=0} x^(2^k)/(1 + x^(2^k)). - Ilya Gutkovskiy, Mar 27 2018