login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A157605 a(2)=1. a(n) = the largest integer coprime to a(n-1) and less than the n-th Fibonacci number. 2
1, 1, 2, 3, 7, 12, 19, 33, 53, 88, 141, 232, 375, 608, 985, 1596, 2581, 4180, 6763, 10945, 17709, 28655, 46367, 75024, 121391, 196417, 317809, 514228, 832037, 1346268, 2178307, 3524577, 5702885, 9227464, 14930349, 24157816, 39088167, 63245984 (list; graph; refs; listen; history; internal format)
OFFSET

2,3

MATHEMATICA

a[n_] := a[n] = Block[{k = Fibonacci@n - 1}, While[ GCD[k, a[n - 1]] > 1, k-- ]; k]; a[1] = a[2] = 1; Table[ a[n], {n, 2, 40}] [From Robert G. Wilson v (rgwv(AT)rgwv.com), May 04 2009]

CROSSREFS

A157420, A157604, A157606

Sequence in context: A006488 A121430 A023606 * A056179 A184696 A027675

Adjacent sequences:  A157602 A157603 A157604 * A157606 A157607 A157608

KEYWORD

nonn

AUTHOR

Leroy Quet, Mar 02 2009

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), May 04 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 09:06 EST 2012. Contains 205746 sequences.