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.

Showing 1-1 of 1 results.

A383792 Denominators of the sequence whose Dirichlet convolution with itself yields fourth powers (A000583).

Original entry on oeis.org

1, 1, 2, 1, 2, 1, 2, 1, 8, 1, 2, 1, 2, 1, 4, 1, 2, 1, 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, 1, 4, 1, 2, 2, 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
Offset: 1

Views

Author

Vaclav Kotesovec, May 10 2025

Keywords

Comments

Denominators of Dirichlet g.f.: Sum_{n>=1} a(n)/n^s = zeta(s-4)^(1/2).
First differs from A318658 at n = 54.

Crossrefs

Programs

  • PARI
    for(n=1, 100, print1(denominator(direuler(p=2, n, 1/(1-p^4*X)^(1/2))[n]), ", "))
Showing 1-1 of 1 results.