login
a(1) = 1, a(n+1) is the largest Fibonacci number <= n*a(n).
1

%I #6 Dec 05 2013 19:55:48

%S 1,1,2,5,13,55,233,1597,10946,75025,514229,3524578,39088169,433494437,

%T 4807526976,53316291173,591286729879,6557470319842,117669030460994,

%U 2111485077978050,37889062373143906,679891637638612258

%N a(1) = 1, a(n+1) is the largest Fibonacci number <= n*a(n).

%Y Cf. A077000.

%K nonn

%O 1,3

%A _Amarnath Murthy_, Oct 26 2002

%E More terms from _Benoit Cloitre_, Nov 06 2002