OFFSET
1,1
EXAMPLE
a(3) = 13 as 13 =3*4 + 1 is the smallest such Fibonacci number.
MAPLE
with(combinat, fibonacci):a[1] := 2:for n from 2 to 75 do j := 3:while((fibonacci(j) mod n)<>1)do j := j+1:od:a[n] := fibonacci(j):od:seq(a[k], k=1..75);
CROSSREFS
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Oct 25 2002
EXTENSIONS
More terms from Sascha Kurz, Jan 26 2003
STATUS
approved