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!)
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. 2
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, 18772741, 31721202, 52672252, 88750072, 149303520, 247281057, 415039507, 695705846 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Clark Kimberling, The first column of an interspersion, Fibonacci Quarterly 32 (1994), pp. 301-314.
Clark Kimberling, Interspersions
N. J. A. Sloane, Classic Sequences
MATHEMATICA
Table[Floor[n*GoldenRatio]Fibonacci[n+1]+(n-1)Fibonacci[n], {n, 40}] (* Harvey P. Dale, Mar 09 2015 *)
PROG
(PARI) a(n) = floor(n*(1+sqrt(5))/2)*fibonacci(n+1) + (n-1)*fibonacci(n) \\ Michel Marcus, Mar 21 2013
CROSSREFS
Sequence in context: A169877 A286710 A036834 * A318750 A024625 A055553
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Harvey P. Dale, Mar 09 2015
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 March 18 22:56 EDT 2024. Contains 370952 sequences. (Running on oeis4.)