login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A152599
a(n) = 10*a(n-1) - 12*a(n-2) for n > 1; a(0) = 1, a(1) = 4 .
2
1, 4, 28, 232, 1984, 17056, 146752, 1262848, 10867456, 93520384, 804794368, 6925699072, 59599458304, 512886194176, 4413668442112, 37982050091008, 326856479604736, 2812780194955264, 24205524194295808, 208301879603494912, 1792552505703399424, 15425902501792055296
OFFSET
0,2
FORMULA
G.f.: (1-6*x)/(1-10*x+12*x^2).
a(n) = Sum_{k=0..n} A147703(n,k)*3^(n-k).
a(n) = 2^n*A052961(n). - R. J. Mathar, Jun 14 2016
MATHEMATICA
LinearRecurrence[{10, -12}, {1, 4}, 25] (* Paolo Xausa, Jan 19 2024 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Philippe Deléham, Dec 09 2008
STATUS
approved