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.
%I A161468 #7 Oct 15 2019 07:46:16 %S A161468 1,2,3,5,8,21,34,55,89,144,377,610,987,1597,2584,6765,10946,17711, %T A161468 28657,46368,196418,317811,514229,832040,2178309,3524578,5702887, %U A161468 9227465,14930352,63245986,102334155,267914296,701408733,1134903170,2971215073 %N A161468 Fibonacci numbers that are more abundant than any smaller Fibonacci number. %H A161468 Amiram Eldar, <a href="/A161468/b161468.txt">Table of n, a(n) for n = 1..1016</a> %t A161468 lst={};k=0;Do[p=Plus@@Divisors[f=Fibonacci[n]];If[p>k,AppendTo[lst,f];k=p],{n,5!}];lst %Y A161468 Cf. A002093 %K A161468 nonn %O A161468 1,2 %A A161468 _Vladimir Joseph Stephan Orlovsky_, Jun 10 2009 %E A161468 Name corrected by _T. D. Noe_, Jul 06 2010