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.

A074726 Numbers k such that sigma(F(k)) > 2*F(k) where F(k) is the k-th Fibonacci number.

Original entry on oeis.org

12, 18, 24, 30, 36, 40, 42, 48, 54, 60, 72, 80, 84, 90, 96, 108, 120, 126, 132, 140, 144, 150, 156, 160, 162, 168, 180, 192, 198, 200, 204, 210, 216, 225, 228, 234, 240, 252, 264, 270, 276, 280, 288, 294, 300, 306, 312, 315, 320
Offset: 1

Views

Author

Benoit Cloitre, Sep 04 2002

Keywords

Comments

Conjecture: sigma(F(n)) > 2*F(n) if and only if F(n) is a Zumkeller number except for n = 12. Verified for n <= 371. - M. Farrokhi D. G., Aug 16 2020
The asymptotic density of this sequence is larger than 184/1225 = 0.1502... (Wall, 1982). - Amiram Eldar, Feb 05 2022

Crossrefs

Programs

  • Mathematica
    Select[ Range[256], DivisorSigma[1, Fibonacci[ #1]] > 2*Fibonacci[ #1] & ]
  • PARI
    isok(k) = my(f=fibonacci(k)); sigma(f) > 2*f; \\ Michel Marcus, Feb 05 2022

Formula

It seems that a(n) is asymptotic to c*n with 6 < c < 6.5.

Extensions

Edited and extended by Robert G. Wilson v, Sep 06 2002