A290902 p-INVERT of the positive integers, where p(S) = 1 - 3*S.
3, 15, 72, 345, 1653, 7920, 37947, 181815, 871128, 4173825, 19997997, 95816160, 459082803, 2199597855, 10538906472, 50494934505, 241935766053, 1159183895760, 5553983712747, 26610734667975, 127499689627128, 610887713467665, 2926938877711197, 14023806675088320
Offset: 0
Examples
s = (1,2,3,4,...), p(S) = 1-3*S; S(x) = x + 2 x^2 + 3 x^3 + ... ; p(S(x)) = 1 - 3(x + 2 x^2 + 3 x^3 + ...); 1/p(S(x)) = 1 + 3 x + 15 x^2 + 72 x^3 + ... ; (-p(0) + 1/p(S(x)))/x = 3 + 15 x + 72 x^2 + ... ; t(s) = (3, 15, 72, ...), with offset 0.
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (5, -1)
Comments