Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A111079
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A111079 GCD(F(n), product{k|n,k<n} F(k)), where F(k) is k-th Fibonacci number. +0
1
1, 1, 1, 1, 1, 2, 1, 3, 2, 5, 1, 48, 1, 13, 10, 21, 1, 136, 1, 165, 26, 89, 1, 2016, 5, 233, 34, 1131, 1, 26840, 1, 987, 178, 1597, 65, 139536, 1, 4181, 466, 47355, 1, 1269736, 1, 53133, 10370, 28657, 1, 4358592, 13, 825275, 3194, 364179, 1, 14927768, 445 (list; graph; listen)
OFFSET

1,6

EXAMPLE

The proper divisors of 16 are 1, 2, 4, 8. So a(16) = GCD(F(16), F(1)*F(2)*F(4)*F(8)) = GCD(987, 1*1*3*21) = 21.

MAPLE

with(combinat): with(numtheory): a:=proc(n) local div: div:=divisors(n): gcd(fibonacci(n), product(fibonacci(div[j]), j=1..tau(n)-1)): end: seq(a(n), n=1..65); (Deutsch)

MATHEMATICA

f[n_] := GCD[Fibonacci[n], Times @@ Fibonacci /@ Most[Divisors[n]]]; Table[ f[n], {n, 55}] (* Robert G. Wilson v *)

CROSSREFS

Cf. A000045.

Sequence in context: A030067 A105800 A105602 this_sequence A134735 A050360 A045747

Adjacent sequences: A111076 A111077 A111078 this_sequence A111080 A111081 A111082

KEYWORD

nonn

AUTHOR

Leroy Quet (qq-quet(AT)mindspring.com), Oct 11 2005

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(at)rgwv.com) and Emeric Deutsch (deutsch(AT)duke.poly.edu), Oct 12 2005

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified August 29 17:54 EDT 2008. Contains 143238 sequences.


AT&T Labs Research