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.

A234860 Sum of the divisors of n^3 - 1.

This page as a plain text file.
%I A234860 #16 Dec 09 2024 05:28:27
%S A234860 8,42,104,224,264,780,592,1680,1520,2880,1896,5642,2968,5808,8736,
%T A234860 9548,7200,15360,8440,19488,19032,23040,14448,49920,23560,31836,32912,
%U A234860 53312,34200,77688,38912,70812,62088,74088,67584,152320,56392,107520,99736
%N A234860 Sum of the divisors of n^3 - 1.
%H A234860 Vincenzo Librandi, <a href="/A234860/b234860.txt">Table of n, a(n) for n = 2..1001</a>
%F A234860 From _Amiram Eldar_, Dec 09 2024: (Start)
%F A234860 a(n) = A000203(A068601(n)).
%F A234860 Sum_{k=2..n} a(k) = c * n^4 + O((n*log(n))^3), where c = (83/288) * Product_{primes p == 1 (mod 3)} ((p^2+2)/(p^2-1)) * Product_{primes p == 2 (mod 3)} (p^2/(p^2-1)) = 0.4499262799... . (End)
%t A234860 Table[Total[Divisors[n^3 - 1]], {n, 2, 50}]
%o A234860 (Magma) [SumOfDivisors(n^3-1): n in [2..50]];
%o A234860 (PARI) a(n) = sigma(n^3-1); \\ _Amiram Eldar_, Dec 09 2024
%Y A234860 Cf. A000203, A062835, A065764, A068601, A175926, A193433, A333240.
%K A234860 nonn,easy
%O A234860 2,1
%A A234860 _Vincenzo Librandi_, Jan 01 2014
%E A234860 Offset corrected by _Amiram Eldar_, Dec 09 2024