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.

A258914 Numbers k such that A258913(k) > k.

Original entry on oeis.org

12, 18, 24, 31, 32, 42, 48, 54, 56, 60, 72, 80, 84, 90, 96, 98, 104, 108, 114, 120, 126, 128, 132, 140, 144, 152, 156, 168, 180, 182, 186, 192, 210, 216, 224, 228, 234, 240, 248, 252, 264, 270, 272, 280, 288, 294, 308, 312, 320, 324, 336, 342, 360, 372, 384
Offset: 1

Views

Author

Jeppe Stig Nielsen, Jun 14 2015

Keywords

Comments

The first k of the form k = 6m-1 in this sequence is 86831.
What can be said about the asymptotic distribution of this set? If f(x) is the count of members not exceeding x, how does f behave as x tends to infinity?

Crossrefs

Programs

  • PARI
    is_a(n)=sum(k=1,n,if(sigma(k)==n,k))>n
    
  • PARI
    is(k) = vecsum(invsigma(k)) > k; \\ Amiram Eldar, Dec 19 2024, using Max Alekseyev's invphi.gp