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.

A330570 Partial sums of A097988 (d_3(n)^2).

Original entry on oeis.org

1, 10, 19, 55, 64, 145, 154, 254, 290, 371, 380, 704, 713, 794, 875, 1100, 1109, 1433, 1442, 1766, 1847, 1928, 1937, 2837, 2873, 2954, 3054, 3378, 3387, 4116, 4125, 4566, 4647, 4728, 4809, 6105, 6114, 6195, 6276, 7176, 7185, 7914, 7923, 8247, 8571, 8652, 8661, 10686, 10722, 11046, 11127, 11451, 11460, 12360
Offset: 1

Views

Author

N. J. A. Sloane, Jan 08 2020

Keywords

Comments

This and the following sequences (and continuing in A331071) were inspired by the papers of Hooley, Indlekofer, Motohashi, Redmond, Titchmarsh, etc.

Crossrefs

Programs

  • Mathematica
    Accumulate[a[n_]:=DivisorSum[n, DivisorSigma[0, #]&]^2; Array[a, 60]] (* Vincenzo Librandi, Jan 11 2020 *)
  • PARI
    lista(nmax) = {my(s = 0); for(n = 1, nmax, s += vecprod(apply(e -> (e+1)*(e+2)/2, factor(n)[,2]))^2; print1(s, ", "));} \\ Amiram Eldar, Apr 19 2024

Formula

a(n) ~ c * n * log(n)^8 /8!, where c = Product_{p prime} ((1-1/p)^4 * (1 + 4/p + 1/p^2)) = 0.049321673579400091761... (Titchmarsh, 1942). - Amiram Eldar, Apr 19 2024