login

Revision History for A152677

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Subsequence of odd terms in A000203 (sum-of-divisors function sigma), in the order in which they occur and with repetitions.
(history; published version)
#35 by Amiram Eldar at Tue Nov 28 11:00:41 EST 2023
COMMENTS

Equivalently: subsequence of A000203 (sigma) with indices equal to a square or twice a square (A028982).

CROSSREFS

Equivalently: subsequence of Cf. A000203 (sigma = sum-of-divisors function) with indices equal to a square or twice a square , A152678 (even terms in A000203), A028982 (squares and twice the squares).

Cf. A152678 (even terms in A000203).

STATUS

editing

approved

#34 by Amiram Eldar at Tue Nov 28 11:00:23 EST 2023
COMMENTS

Equivalently: subsequence of A000203 (sigma) with indices equal to a square or twice a square (A028982).

CROSSREFS

Cf. Equivalently: subsequence of A000203 (sigma = sum-of-divisors function), A152678 with indices equal to a square or twice a square (even terms in A000203), A028982 (squares and twice the squares).

Cf. A152678 (even terms in A000203).

STATUS

approved

editing

#33 by OEIS Server at Tue Nov 28 11:00:16 EST 2023
LINKS

Amiram Eldar, <a href="/A152677/b152677_1.txt">Table of n, a(n) for n = 1..10000</a>

#32 by Michael De Vlieger at Tue Nov 28 11:00:16 EST 2023
STATUS

reviewed

approved

Discussion
Tue Nov 28
11:00
OEIS Server: Installed first b-file as b152677.txt.
#31 by Joerg Arndt at Tue Nov 28 10:29:18 EST 2023
STATUS

proposed

reviewed

Discussion
Tue Nov 28
10:56
Michel Marcus: transform 1st comment into a xref ?
#30 by Amiram Eldar at Tue Nov 28 00:58:06 EST 2023
STATUS

editing

proposed

#29 by Amiram Eldar at Tue Nov 28 00:28:09 EST 2023
FORMULA

Sum_{k=1..n} a(k) ~ c * n^3, where c = (16-10*sqrt(2))*zeta(3)/Pi^2 = 0.226276... . - Amiram Eldar, Nov 28 2023

MATHEMATICA

With[{max = 1000}, DivisorSigma[1, Union[Range[Sqrt[max]]^2, 2*Range[Sqrt[max/2]]^2]]] (* Amiram Eldar, Nov 28 2023 *)

CROSSREFS

Cf. A002117.

#28 by Amiram Eldar at Tue Nov 28 00:26:51 EST 2023
LINKS

Amiram Eldar, <a href="/A152677/b152677_1.txt">Table of n, a(n) for n = 1..10000</a>

STATUS

approved

editing

#27 by Charles R Greathouse IV at Thu Sep 08 08:45:39 EDT 2022
PROG

(MAGMAMagma) [d:k in [1..1000]|IsOdd(d) where d is DivisorSigma(1, k)]; // Marius A. Burtea, Jan 09 2020

Discussion
Thu Sep 08
08:45
OEIS Server: https://oeis.org/edit/global/2944
#26 by M. F. Hasler at Fri Jan 24 18:15:31 EST 2020
STATUS

proposed

approved