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.

A118260 Number of weakly carefree couples (a,b) with a,b<=n.

Original entry on oeis.org

1, 3, 7, 11, 19, 23, 35, 43, 51, 59, 79, 87, 111, 123, 139, 153, 185, 197, 233, 247, 271, 291, 335, 351, 377, 401, 427, 445, 501, 517, 577, 603, 643, 675, 723, 745, 817, 853, 901, 929, 1009, 1033, 1117, 1151, 1187, 1231, 1323, 1353, 1405, 1439, 1503, 1541
Offset: 1

Views

Author

Eric W. Weisstein, Apr 20 2006

Keywords

Comments

(a, b) is a weakly carefree couple if gcd(a, b) = 1 and either a or b is squarefree (A005117). - Amiram Eldar, Mar 03 2021

References

  • Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 2.5.1 Carefree Couples, p. 110.

Crossrefs

Formula

From Amiram Eldar, Mar 03 2021: (Start)
a(n) = 2*A118258(n) - A118259(n).
a(n) ~ A118261 * n^2 + O(n*log(n)). (End)