editing
approved
editing
approved
Giovanni Resta, <a href="/A072523/b072523.txt">Table of n, a(n) for n = 1..1000</a>
approved
editing
editing
approved
Table[Total[Mod[Fibonacci[n], Fibonacci[Range[n-1]]]], {n, 40}] (* Harvey P. Dale, Mar 18 2015 *)
approved
editing
_Amarnath Murthy (amarnath_murthy(AT)yahoo.com), _, Jul 31 2002
Conjecture: lim n->inf F(n)/a(n) = sqrt(5)/2 where F(n) is the n-th Fibonacci number and therefore lim n->inf a(n)/a(n-1) = Phi (i.e. (sqrt(5)+1)/2 or lim n->inf F(n)/F(n-1)) - Gerald McGarvey (_Gerald. McGarvey(AT)comcast.net), _, Jul 14 2004
Edited and extended by _Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), _, Aug 02 2002
Conjecture: lim n->inf F(n)/a(n) = sqrt(5)/2 where F(n) is the nth n-th Fibonacci number and therefore lim n->inf a(n)/a(n-1) = Phi (i.e. (sqrt(5)+1)/2 or lim n->inf F(n)/F(n-1)) - Gerald McGarvey (Gerald.McGarvey(AT)comcast.net), Jul 14 2004
nonn,new
nonn
Conjecture: lim n->inf F(n)/a(n) = sqrt(5)/2 where F(n) is the nth Fibonacci number and therefore lim n->inf a(n)/a(n-1) = Phi (i.e. (sqrt(5)+1)/2 or lim n->inf F(n)/F(n-1)) - Gerald McGarvey (Gerald.McGarvey(AT)comcast.net), Jul 14 2004
nonn,new
nonn
(PARI) for(n=1, 38, s=0; for(j=3, n-1, s=s+fibonacci(n)%fibonacci(j)); print1(s, ", "))
nonn,new
nonn