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.

A383769 Denominators of the sequence whose Dirichlet convolution with itself yields cubes (A000578).

Original entry on oeis.org

1, 1, 2, 1, 2, 1, 2, 1, 8, 1, 2, 1, 2, 1, 4, 1, 2, 2, 2, 1, 4, 1, 2, 1, 8, 1, 16, 1, 2, 1, 2, 1, 4, 1, 4, 1, 2, 1, 4, 1, 2, 1, 2, 1, 16, 1, 2, 1, 8, 2, 4, 1, 2, 4, 4, 1, 4, 1, 2, 1, 2, 1, 16, 1, 4, 1, 2, 1, 4, 1, 2, 1, 2, 1, 16, 1, 4, 1, 2, 1, 128, 1, 2, 1, 4, 1, 4
Offset: 1

Views

Author

Vaclav Kotesovec, May 09 2025

Keywords

Crossrefs

Cf. A000578, A299149, A299150, A318649, A318512, A383768 (numerators).

Programs

  • PARI
    for(n=1, 100, print1(denominator(direuler(p=2, n, 1/(1-p^3*X)^(1/2))[n]), ", "))