A105082 Expansion of (5+4x)/(1-2x-x^2).
5, 14, 33, 80, 193, 466, 1125, 2716, 6557, 15830, 38217, 92264, 222745, 537754, 1298253, 3134260, 7566773, 18267806, 44102385, 106472576, 257047537, 620567650, 1498182837, 3616933324, 8732049485, 21081032294, 50894114073
Offset: 0
Links
- Reinhard Zumkeller, Table of n, a(n) for n = 0..1000
- A. F. Horadam, Pell Identities, Fib. Quart., Vol. 9, No. 3, 1971, pp. 245-252.
- Tanya Khovanova, Recursive Sequences
- Index entries for linear recurrences with constant coefficients, signature (2,1).
Programs
-
Haskell
a105082 n = a105082_list !! n a105082_list = scanl (+) 5 $ tail a048696_list -- Reinhard Zumkeller, Dec 15 2013
Comments