OFFSET
1,2
COMMENTS
REFERENCES
A. I. Shirshov: On the equation binomial(n,m)=binomial(n+1,m-1), pp. 83-86, in: Kvant Selecta: Algebra and Analysis, I, ed. S. Tabachnikov, Am.Math.Soc., 1999.
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..1000
Wikipedia, Singmaster's conjecture
Index entries for linear recurrences with constant coefficients, signature (8, -8, 1).
FORMULA
EXAMPLE
MATHEMATICA
Rest[CoefficientList[Series[x*(1 + 6*x - x^2)/((1 - x)*(1 - 7*x + x^2)), {x, 0, 50}], x]] (* G. C. Greubel, Dec 18 2017 *)
PROG
(PARI) x='x+O('x^30); Vec(x*(1 + 6*x - x^2)/((1 - x)*(1 - 7*x + x^2))) \\ G. C. Greubel, Dec 18 2017
(Magma) [Fibonacci(2*n)*Fibonacci(2*n+1) - 1: n in [1..30]]; // G. C. Greubel, Dec 18 2017
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Dec 01 2003
STATUS
approved