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.

A329728 Partial sums of A092261.

Original entry on oeis.org

1, 4, 8, 9, 15, 27, 35, 36, 37, 55, 67, 71, 85, 109, 133, 134, 152, 155, 175, 181, 213, 249, 273, 277, 278, 320, 321, 329, 359, 431, 463, 464, 512, 566, 614, 615, 653, 713, 769, 775, 817, 913, 957, 969, 975, 1047, 1095, 1099, 1100, 1103, 1175, 1189, 1243
Offset: 1

Views

Author

Amiram Eldar, Nov 19 2019

Keywords

References

  • Steven R. Finch, Mathematical Constants II, Encyclopedia of Mathematics and Its Applications, Cambridge University Press, Cambridge, 2018, p. 50.

Crossrefs

Programs

  • Mathematica
    Accumulate[Table[Plus @@ Select[Divisors@ n, Max @@ Last /@ FactorInteger@ # == 1 && GCD[#, n/#] == 1 &], {n, 1, 53}]] (* after Michael De Vlieger at A092261 *)

Formula

Lim_{n->oo} a(n)/n^2 = 1/2 * Product_{p prime}(1 - 1/(p^2*(p+1))) = 1/2 * A065465.