login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A345128 Number of squarefree products s*t from all positive integer pairs (s,t), such that s + t = n, s <= t. 0
0, 1, 1, 1, 1, 1, 2, 2, 1, 1, 2, 2, 3, 2, 2, 3, 4, 3, 3, 3, 2, 4, 4, 4, 4, 4, 4, 3, 5, 4, 5, 5, 4, 6, 4, 5, 7, 6, 5, 6, 8, 5, 9, 7, 6, 7, 8, 7, 8, 7, 5, 8, 10, 7, 6, 8, 7, 10, 9, 7, 11, 10, 8, 10, 8, 8, 11, 10, 9, 10, 11, 10, 13, 13, 9, 12, 10, 10, 14, 12, 12, 12, 13, 11, 12 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,7
LINKS
FORMULA
a(n) = Sum_{k=1..floor(n/2)} mu(k*(n-k))^2, where mu is the Möbius function (A008683).
EXAMPLE
a(13) = 3; The partitions of 13 into two positive integer parts (s,t) where s <= t are (1,12), (2,11), (3,10), (4,9), (5,8), (6,7). The corresponding products are 1*12, 2*11, 3*10, 4*9, 5*8, and 6*7; 3 of which are squarefree.
MATHEMATICA
Table[Sum[MoebiusMu[k (n - k)]^2, {k, Floor[n/2]}], {n, 100}]
CROSSREFS
Cf. A008683 (mu).
Sequence in context: A269982 A329462 A153864 * A112399 A349040 A165123
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, Jun 08 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 14 15:53 EDT 2024. Contains 375165 sequences. (Running on oeis4.)