login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A161468 Fibonacci numbers that are more abundant than any smaller Fibonacci number. 0
1, 2, 3, 5, 8, 21, 34, 55, 89, 144, 377, 610, 987, 1597, 2584, 6765, 10946, 17711, 28657, 46368, 196418, 317811, 514229, 832040, 2178309, 3524578, 5702887, 9227465, 14930352, 63245986, 102334155, 267914296, 701408733, 1134903170, 2971215073 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

lst={}; k=0; Do[p=Plus@@Divisors[f=Fibonacci[n]]; If[p>k, AppendTo[lst, f]; k=p], {n, 5!}]; lst

CROSSREFS

Cf. A002093

Sequence in context: A102016 A002363 A041457 * A143873 A117774 A053056

Adjacent sequences:  A161465 A161466 A161467 * A161469 A161470 A161471

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Jun 10 2009

EXTENSIONS

Name corrected by T. D. Noe (noe(AT)sspectra.com), Jul 06 2010

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 20:50 EST 2012. Contains 206085 sequences.