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.

A325423 Numbers k such that sigma(2*k+1) >= sigma(2*k).

Original entry on oeis.org

1, 7, 31, 37, 67, 73, 97, 103, 127, 157, 199, 202, 229, 241, 247, 262, 277, 283, 307, 313, 331, 337, 346, 367, 379, 382, 397, 409, 427, 457, 472, 487, 499, 517, 547, 562, 577, 607, 619, 643, 661, 667, 682, 697, 727, 757, 769, 787
Offset: 1

Views

Author

Giuseppe Melfi, Sep 06 2019

Keywords

Comments

The function A(x) enumerating the terms not exceeding x has the property that lim_{x->oo} A(x)/x exists (Hildebrand, 1990).

Examples

			7 is in the sequence because sigma(14) = 1+2+7+14 = 24 <= sigma(15) = 1+3+5+15 = 24;
31 is in the sequence because sigma(62) = 1+2+31+62 = 96 <= sigma(63) = 1+3+7+9+21+63 = 104.
		

References

  • M. Laub, Advanced Problems: 6555. The American Mathematical Monthly, 94(8), 800 (1987). doi:10.2307/2323430.

Crossrefs

Cf. A082957.

Programs

Formula

a(n) ~ c*n with 18.2 < c < 18.6 (claimed by Kobayashi and Trudgian).