login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A020941 Main diagonal of Wythoff array: w(n,n)=[ n*tau ]F(n+1)+(n-1)F(n), where tau=(1+sqrt(5))/2, F(n) = Fibonacci numbers. 1
1, 7, 16, 39, 84, 157, 309, 555, 1042, 1919, 3338, 6011, 10713, 18321, 32228, 54730, 95320, 165177, 278208, 478807, 803383, 1374926, 2346070, 3917414, 6656320, 11284381 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

LINKS

Table of n, a(n) for n=1..26.

C. Kimberling, The first column of an interspersion, Fibonacci Quarterly 32 (1994), pp. 301-314.

C. Kimberling, Interspersions

N. J. A. Sloane, Classic Sequences

PROG

(PARI) a(n) = floor(n*(1+sqrt(5))/2)*fibonacci(n+1) + (n-1)*fibonacci(n) \\ Michel Marcus, Mar 21 2013

CROSSREFS

Cf. A000045, A001622, A035513.

Sequence in context: A176449 A169877 A036834 * A024625 A055553 A066009

Adjacent sequences:  A020938 A020939 A020940 * A020942 A020943 A020944

KEYWORD

nonn

AUTHOR

Clark Kimberling

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 25 06:53 EDT 2013. Contains 225646 sequences.