A367293 Main diagonal of the extended Wythoff array (A287870).
0, 3, 6, 15, 32, 60, 118, 212, 398, 733, 1275, 2296, 4092, 6998, 12310, 20905, 36409, 63092, 106266, 182888, 306865, 525175, 896119, 1496319, 2542488, 4310250, 7170549, 12116421, 20119010, 33899511, 57028870, 94452959, 158530985, 265735987, 439197324, 734794015, 1213079508, 2026049861
Offset: 0
Keywords
Programs
-
PARI
a(n) = (1 + n + sqrtint(5*(n+1)^2))\2*fibonacci(n) + n*fibonacci(n-1)
Comments
Examples
References
Links
Crossrefs
Programs
Maple
Mathematica
PARI
Python
Python
Formula
Extensions