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!)
A158033 a(n) = sigma_(Fibonacci(n)) (n). 0
1, 3, 10, 73, 3126, 1686434, 96889010408, 9223376434903384065, 278128389443693527934467475898331, 10000000000000000277555756156289135105943945819724042094 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MAPLE
a:= n-> numtheory[sigma][combinat[fibonacci](n)](n):
seq(a(n), n=1..10); # Alois P. Heinz, Feb 10 2020
MATHEMATICA
Table[DivisorSigma[Fibonacci[n], n], {n, 10}] (* Harvey P. Dale, Nov 24 2013 *)
PROG
(Sage) [sigma(n, fibonacci(n))for n in range(1, 11)] # Zerinvary Lajos, Jun 04 2009
(PARI) a(n) = sigma(n, fibonacci(n)); \\ Michel Marcus, Feb 09 2020
CROSSREFS
Sequence in context: A086846 A277614 A082245 * A027159 A236696 A262259
KEYWORD
nonn
AUTHOR
EXTENSIONS
Name edited by Michel Marcus, Feb 09 2020
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 16 17:36 EDT 2024. Contains 371749 sequences. (Running on oeis4.)