The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A181090 Sum_{d|F(n)} d^3, where F(n) are the Fibonacci numbers. 0
1, 1, 9, 28, 126, 585, 2198, 9632, 44226, 167832, 704970, 3543517, 12649338, 53609220, 257397588, 1000032768, 4073003174, 19720373400, 73088555292, 323884878912, 1476102415284, 5555586582000, 23533806109394 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
a(6) = 585 is in the sequence because Fibonacci(6) = 8, and 1^3 + 2^3 + 4^3 + 8^3 = 585.
MATHEMATICA
Table[Plus@@(Transpose[DivisorSigma[3, Fibonacci[n]]][[1]]), {n, 30}]
CROSSREFS
Sequence in context: A349547 A085292 A198059 * A073706 A226976 A042501
KEYWORD
nonn
AUTHOR
Michel Lagneau, Oct 02 2010
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 June 8 07:10 EDT 2024. Contains 373207 sequences. (Running on oeis4.)