A292483 p-INVERT of the odd positive integers, where p(S) = (1 - S)^3.
3, 15, 61, 240, 912, 3376, 12240, 43632, 153360, 532656, 1831248, 6240240, 21100176, 70858800, 236510928, 785115504, 2593432080, 8528565168, 27932538960, 91144257264, 296391022992, 960802812720, 3105562639824, 10010945435760, 32189993590032, 103264606820016
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (9, -27, 27)
Programs
Formula
G.f.: -(((1 + x) (3 - 15 x + 22 x^2 - 7 x^3 + x^4))/(-1 + 3 x)^3).
a(n) = 9*a(n-1) - 27*a(n-2) + 27*a(n-3) for n >= 6.
a(n) = 16*3^(n-5)*(51 + 22*n + 2*n^2) for n>2. - Colin Barker, Oct 03 2017
Comments