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!)
A193293 Sum of odd divisors of Fibonacci(n). 2
1, 1, 1, 4, 6, 1, 14, 32, 18, 72, 90, 13, 234, 420, 372, 1536, 1598, 360, 4332, 12096, 5908, 18000, 28658, 2496, 93062, 122148, 106920, 473760, 514230, 142848, 1349244, 3391488, 1782180, 5708056, 11924808, 1555200, 24664200, 40504200, 31758948, 209212416 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..1000
FORMULA
a(n) = A000593(A000045(n)). - Michel Marcus, Jan 14 2014
EXAMPLE
a(9) = 18 because Fibonacci(9) = 34 = 2*17 and the sum of the odd divisors
{1, 17}= 18.
MATHEMATICA
Table[Total[Select[Divisors[Fibonacci[n]], OddQ[ # ]&]], {n, 75}]
PROG
(PARI) a(n)=n=fibonacci(n); sigma(n>>valuation(n, 2)) \\ Charles R Greathouse IV, Jul 31 2011
CROSSREFS
Sequence in context: A230256 A362296 A333668 * A258220 A158391 A016491
KEYWORD
nonn
AUTHOR
Michel Lagneau, Jul 21 2011
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 August 25 10:40 EDT 2024. Contains 375437 sequences. (Running on oeis4.)