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!)
A214712 a(n) is the least m > 0 such that Fibonacci(n)-m and n-m are relatively prime. 2
2, 1, 1, 1, 4, 1, 2, 1, 1, 2, 4, 5, 4, 1, 2, 1, 4, 1, 2, 2, 3, 2, 2, 1, 2, 1, 2, 1, 6, 3, 6, 2, 1, 2, 4, 1, 4, 1, 1, 2, 2, 3, 4, 1, 1, 1, 2, 1, 2, 2, 1, 2, 4, 1, 2, 1, 1, 2, 4, 7, 4, 4, 1, 1, 2, 1, 2, 1, 1, 2, 2, 5, 6, 1, 2, 1, 4, 1, 2, 2, 3, 2, 4, 1, 2, 1, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
gcd(89-1,11-1) = 2, gcd(89-2,11-2) = 3, gcd(89-3,11-3) = 2, gcd(89-4,11-4) = 1, so a(11) = 4.
MATHEMATICA
Table[m = 1; While[GCD[Fibonacci[n] - m, n - m] != 1, m++]; m, {n, 1, 140}]
CROSSREFS
Cf. A214713.
Sequence in context: A156141 A174555 A157113 * A213330 A139320 A174204
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jul 27 2012
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)