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.
%I A254520 #23 Jul 26 2025 06:29:06 %S A254520 1,4,9,12,25,36,49,48,72,100,121,108,169,196,225,192,289,288,361,300, %T A254520 441,484,529,432,600,676,648,588,841,900,961,768,1089,1156,1225,864, %U A254520 1369,1444,1521,1200,1681,1764,1849,1452,1800,2116,2209,1728,2352,2400 %N A254520 Möbius transform of A034676. %C A254520 The Dirichlet convolution of a(n) and sigma(n) is sigma(n^2). %H A254520 Álvar Ibeas, <a href="/A254520/b254520.txt">Table of n, a(n) for n = 1..10000</a> %F A254520 a(n) = n^2 * Sum_{d^2 | n} (moebius(d) / d^2). %F A254520 Multiplicative with a(p) = p^2; a(p^e) = p^(2e) - p^(2e-2), for e > 1. %F A254520 Dirichlet g.f.: zeta(s-2) / zeta(2s-2). %F A254520 Sum_{k=1..n} a(k) ~ 30 * n^3 / Pi^4. - _Vaclav Kotesovec_, Jan 11 2019 %F A254520 Sum_{k>=1} 1/a(k) = Product_{primes p} (1 + 1/p^2 + 1/(p^2 - 1)^2) = 1.681923034881403168503816690236967736500606659628336043348190538886262268... - _Vaclav Kotesovec_, Sep 20 2020 %F A254520 a(n) = n*A063659(n). - _Ridouane Oudra_, Jul 26 2025 %o A254520 (PARI) a(n) = n^2*sumdiv(n, d, if (issquare(d), moebius(sqrtint(d))/d)); \\ _Michel Marcus_, Feb 10 2015 %Y A254520 Cf. A000290, A000203, A034676, A063659, A065764. %K A254520 mult,nonn %O A254520 1,2 %A A254520 _Álvar Ibeas_, Jan 31 2015