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.

A369167 a(n) = A000688(n + A000688(n)).

Original entry on oeis.org

1, 1, 2, 1, 1, 1, 3, 1, 1, 1, 2, 1, 1, 1, 5, 1, 2, 2, 2, 1, 1, 1, 3, 3, 3, 3, 1, 1, 1, 1, 7, 1, 1, 1, 4, 3, 1, 1, 3, 1, 1, 1, 2, 1, 1, 1, 5, 1, 1, 2, 2, 3, 3, 1, 3, 1, 1, 1, 2, 1, 1, 2, 1, 2, 1, 1, 2, 1, 1, 1, 6, 1, 1, 2, 1, 1, 1, 1, 5, 1, 1, 1, 2, 1, 1, 1, 3
Offset: 1

Views

Author

Amiram Eldar, Jan 15 2024

Keywords

References

  • József Sándor, Dragoslav S. Mitrinovic, Borislav Crstici, Handbook of Number Theory I, Springer Science & Business Media, 2005, Chapter XIII, page 478.

Crossrefs

Programs

  • Mathematica
    Table[FiniteAbelianGroupCount[n + FiniteAbelianGroupCount[n]], {n, 1, 100}]
  • PARI
    A000688(n) = vecprod(apply(numbpart, factor(n)[, 2]));
    a(n) = A000688(n + A000688(n));

Formula

Sum_{k=1..n} a(k) = c * n + O(n^(k+eps)) for any eps > 0, where c > 0 is a constant and k = 11/12 (Ivić, 1992), 3/4 (Fan and Zhai, 2023), or 2/3 (Fan and Zhai, 2022).