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.

A317940 Numerators of sequence whose Dirichlet convolution with itself yields A046644.

Original entry on oeis.org

1, 1, 1, 7, 1, 1, 1, 9, 7, 1, 1, 7, 1, 1, 1, 427, 1, 7, 1, 7, 1, 1, 1, 9, 7, 1, 9, 7, 1, 1, 1, 471, 1, 1, 1, 49, 1, 1, 1, 9, 1, 1, 1, 7, 7, 1, 1, 427, 7, 7, 1, 7, 1, 9, 1, 9, 1, 1, 1, 7, 1, 1, 7, 4099, 1, 1, 1, 7, 1, 1, 1, 63, 1, 1, 7, 7, 1, 1, 1, 427, 427, 1, 1, 7, 1, 1, 1, 9, 1, 7, 1, 7, 1, 1, 1, 471, 1, 7, 7, 49, 1, 1, 1, 9, 1
Offset: 1

Views

Author

Antti Karttunen, Aug 14 2018

Keywords

Comments

Multiplicative because A046644 is.
No negative terms among the first 2^20 terms. Is the sequence nonnegative?

Crossrefs

Cf. A005187, A046644, A317934 (denominators), A317941.

Programs

  • PARI
    up_to = 65537;
    DirSqrt(v) = {my(n=#v, u=vector(n)); u[1]=1; for(n=2, n, u[n]=(v[n]/v[1] - sumdiv(n, d, if(d>1&&dA317937.
    A005187(n) = { my(s=n); while(n>>=1, s+=n); s; };
    A046644(n) = factorback(apply(e -> 2^A005187(e),factor(n)[,2]));
    v317940aux = DirSqrt(vector(up_to, n, A046644(n)));
    A317940(n) = numerator(v317940aux[n]);

Formula

a(n) = numerator of f(n), where f(1) = 1, f(n) = (1/2) * (A046644(n) - Sum_{d|n, d>1, d 1.