OFFSET
1,1
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
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..219 (terms 1..156 from T. D. Noe)
Hisanori Mishima, Appendix 1. Factorization results links to internal pages.
Charles R. Wall, Problem H-338, Advanced Problems and Solutions, The Fibonacci Quarterly, Vol. 20, No. 1 (1982), p. 94; Some Abundance, Solution to Problem H-338 by the proposer, ibid., Vol. 21, No. 2 (1983), pp. 159-160.
FORMULA
It seems that a(n) is asymptotic to c*n with 6 < c < 6.5.
MATHEMATICA
Select[ Range[256], DivisorSigma[1, Fibonacci[ #1]] > 2*Fibonacci[ #1] & ]
PROG
(PARI) isok(k) = my(f=fibonacci(k)); sigma(f) > 2*f; \\ Michel Marcus, Feb 05 2022
CROSSREFS
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Sep 04 2002
EXTENSIONS
Edited and extended by Robert G. Wilson v, Sep 06 2002
STATUS
approved