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!)
A303205 Number of rectangles with squarefree area and dimensions p and |q-p| such that n = p + q and p < q. 1
0, 0, 1, 1, 2, 0, 3, 2, 2, 0, 3, 2, 4, 0, 3, 4, 6, 0, 5, 2, 4, 0, 7, 4, 6, 0, 6, 4, 7, 0, 8, 6, 7, 0, 6, 6, 9, 0, 8, 6, 12, 0, 13, 8, 9, 0, 12, 8, 11, 0, 9, 8, 13, 0, 9, 6, 12, 0, 15, 8, 16, 0, 12, 10, 12, 0, 17, 12, 13, 0, 18, 10, 20, 0, 14, 12, 15, 0, 21 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
FORMULA
a(n) = Sum_{i=1..floor((n-1)/2} mu(i*(n-2*i))^2, where mu is the Möbius function (A008683).
MATHEMATICA
Table[Sum[MoebiusMu[i (n - 2 i)]^2, {i, Floor[(n - 1)/2]}], {n, 100}]
PROG
(Magma) [0, 0] cat [&+[MoebiusMu(k*(n-2*k))^2: k in [1..((n-1) div 2)]]: n in [3..80]]; // Vincenzo Librandi, Apr 21 2018
(PARI) a(n) = sum(i=1, (n-1)\2, moebius(i*(n-2*i))^2); \\ Michel Marcus, Apr 21 2018
CROSSREFS
Sequence in context: A090722 A221879 A171934 * A082785 A100949 A152164
KEYWORD
nonn,easy
AUTHOR
Wesley Ivan Hurt, Apr 19 2018
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 April 16 09:52 EDT 2024. Contains 371698 sequences. (Running on oeis4.)