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.

A066293 a(n) = A000203(n)^2 - A001157(n) = sigma(n)^2 - sigma_2(n).

This page as a plain text file.
%I A066293 #23 Mar 17 2024 03:15:26
%S A066293 0,4,6,28,10,94,14,140,78,194,22,574,26,326,316,620,34,1066,38,1218,
%T A066293 524,686,46,2750,310,914,780,2086,58,3884,62,2604,1084,1466,1004,6370,
%U A066293 74,1790,1436,5890,82,6716,86,4494,3718,2534,94,11966,798,5394,2284
%N A066293 a(n) = A000203(n)^2 - A001157(n) = sigma(n)^2 - sigma_2(n).
%H A066293 Amiram Eldar, <a href="/A066293/b066293.txt">Table of n, a(n) for n = 1..10000</a>
%F A066293 For p prime, a(p) = 2p.
%F A066293 From _Amiram Eldar_, Mar 17 2024: (Start)
%F A066293 a(n) = A072861(n) - A001157(n).
%F A066293 Sum_{k=1..n} a(k) ~ c * n^3, where c = zeta(3)/2 = 0.601028451579... . (End)
%t A066293 a[n_] := DivisorSigma[1, n]^2 - DivisorSigma[2, n]; Array[a, 50] (* _Amiram Eldar_, Jul 31 2019 *)
%o A066293 (PARI) a(n) = sigma(n)^2 - sigma(n, 2); \\ _Michel Marcus_, Mar 22 2020
%Y A066293 Cf. A000203, A001157, A002117, A072861.
%K A066293 nonn
%O A066293 1,2
%A A066293 _Labos Elemer_, Dec 12 2001