login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A367293 Main diagonal of the extended Wythoff array (A287870). 0
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A287870(n+1, n+1).
a(n) = n*Fibonacci(n-1) + Fibonacci(n)*floor(((1 + sqrt(5))*(1 + n))/2), for n > 0.
a(n) = A099920(n-1) + A000045(n)*A000201(n+1) for n > 0.
a(n) = A035513(n+1, n-1) for n >= 2.
PROG
(PARI) a(n) = (1 + n + sqrtint(5*(n+1)^2))\2*fibonacci(n) + n*fibonacci(n-1)
CROSSREFS
Sequence in context: A006961 A316219 A034740 * A323936 A305839 A322110
KEYWORD
nonn
AUTHOR
Thomas Scheuerle, Nov 12 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 26 21:53 EDT 2024. Contains 372004 sequences. (Running on oeis4.)