login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A074283 Sum of the aliquot divisors of n-th Fibonacci number. 3
0, 0, 1, 1, 1, 7, 1, 11, 20, 17, 1, 259, 1, 43, 506, 549, 1, 2816, 151, 5331, 6778, 289, 1, 110880, 18037, 755, 124342, 155949, 1, 1310680, 2975, 1213179, 1821962, 5169, 2697343, 33280848, 506383, 1416031, 32030858, 106878261, 62159, 295708904, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..1408 (terms 1..250 from Paolo P. Lava)
FORMULA
a(n) = A001065(A000045(n)). - Omar E. Pol, Dec 20 2008
a(n) = A063477(n) - A000045(n). - Amiram Eldar, Aug 27 2020
EXAMPLE
a(6) = 7 because the sum of the aliquot divisors of the 6th Fibonacci number (i.e. 8) is 1 + 2 + 4 = 7.
MATHEMATICA
Table[Total[Most[Divisors[n]]], {n, Fibonacci[Range[50]]}] (* Harvey P. Dale, Dec 12 2013 *)
CROSSREFS
Cf. A000045, A001065, A063477. - Omar E. Pol, Dec 20 2008
Sequence in context: A124886 A061195 A232111 * A331337 A211836 A165949
KEYWORD
nonn
AUTHOR
Shyam Sunder Gupta, Sep 21 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)