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!)
A174883 Largest odd divisors of Fibonacci numbers. 2
1, 1, 1, 3, 5, 1, 13, 21, 17, 55, 89, 9, 233, 377, 305, 987, 1597, 323, 4181, 6765, 5473, 17711, 28657, 1449, 75025, 121393, 98209, 317811, 514229, 104005, 1346269, 2178309, 1762289, 5702887, 9227465, 933147, 24157817, 39088169, 31622993 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) = F(n) / A060865(n). - Franklin T. Adams-Watters, Jan 24 2012
MATHEMATICA
f[n_]:=Module[{x=n}, While[EvenQ[x], x/=2]; x]; Table[f[Fibonacci[n]], {n, 1, 5!}]
lod[n_]:=Module[{fib=Fibonacci[n]}, fib/2^IntegerExponent[fib, 2]]; Array[lod, 40] (* Harvey P. Dale, Dec 14 2011 *)
Table[Select[Divisors[Fibonacci[n]], OddQ][[-1]], {n, 40}] (* Harvey P. Dale, Mar 07 2023 *)
CROSSREFS
Sequence in context: A344437 A143250 A221494 * A084833 A204020 A265649
KEYWORD
nonn
AUTHOR
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 26 21:53 EDT 2024. Contains 372004 sequences. (Running on oeis4.)