OFFSET
0,1
REFERENCES
R. Tijdeman, Some applications of Diophantine approximation, pp. 261-284 of Surveys in Number Theory (Urbana, May 21, 2000), ed. M. A. Bennett et al., Peters, 2003.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (4,-6,4,-1).
FORMULA
Sum_{n>=0} 1/a(n) is transcendental (cf. Tijdeman).
G.f.: 15*(1 + 28*x + 21*x^2)/(1-x)^4. - Colin Barker, Apr 28 2012
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4). - Vincenzo Librandi, Jun 23 2012
MATHEMATICA
Times@@@(#+{1, 3, 5}&/@(5*Range[0, 50])) (* Harvey P. Dale, Jan 01 2011 *)
LinearRecurrence[{4, -6, 4, -1}, {15, 480, 2145, 5760}, 40] (* Vincenzo Librandi, Jun 23 2012 *)
PROG
(Magma) I:=[15, 480, 2145, 5760]; [n le 4 select I[n] else 4*Self(n-1)-6*Self(n-2)+4*Self(n-3)-Self(n-4): n in [1..40]]; // Vincenzo Librandi, Jun 23 2012
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jan 28 2003
STATUS
approved