A152224 a(n)=4*a(n-1)+6*a(n-2), n>1 ; a(0)=1, a(1)=6 .
1, 6, 30, 156, 804, 4152, 21432, 110640, 571152, 2948448, 15220704, 78573504, 405618240, 2093913984, 10809365376, 55800945408, 288059973888, 1487045568000, 7676542115328, 39628441869312, 204573020169216, 1056062731892736, 5451689048586240, 28143132585701376
Offset: 0
Keywords
Links
- Harvey P. Dale, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (4,6).
Crossrefs
Cf. A152223
Programs
-
Mathematica
LinearRecurrence[{4,6},{1,6},30] (* Harvey P. Dale, Feb 16 2016 *)
Formula
G.F.: (1+2x)/(1-4x-6x^2).
Extensions
Corrected and extended by Harvey P. Dale, Feb 16 2016
Comments