Divinacci Sequence – codegolf.stackexchange.com 08:04 Posted by Unknown No Comments Divinacci (OEIS) Perform the Fibonacci sequence but instead of using: f(n) = f(n-1)+f(n-2) Use: f(n) = sum(divisors(f(n-1))) + sum(divisors(f(n-2))) For an input of n, output the nth term, your ... from Hot Questions - Stack Exchange OnStackOverflow via Blogspot Share this Google Facebook Twitter More Digg Linkedin Stumbleupon Delicious Tumblr BufferApp Pocket Evernote Unknown Artikel TerkaitCan US ask for Julian Assange's extradition without official charges? – politics.stackexchange.comHow to "clean code" too many if else if else if – softwareengineering.stackexchange.comBackup document root and mysql in Linux – codereview.stackexchange.comSimple graph with 6 vertices and 11 edges – math.stackexchange.comWhat is quantum algebra? – mathoverflow.netWhy do all planes have life jackets? – aviation.stackexchange.com
0 Comment to "Divinacci Sequence – codegolf.stackexchange.com"
Post a Comment