A130773 a(0) = 0, a(1) = 2, a(n) = 2*n + 1 for n >= 2.
0, 2, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99, 101, 103, 105, 107, 109, 111, 113, 115, 117, 119, 121, 123, 125, 127, 129, 131, 133, 135, 137, 139, 141
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (2,-1).
Crossrefs
Cf. A140139.
Programs
-
Mathematica
LinearRecurrence[{2,-1},{0,2,5,7},71] (* Stefano Spezia, Apr 20 2025 *)
Formula
O.g.f.: x*(1 + x)*(2 - x)/(1 - x)^2. - R. J. Mathar, May 11 2008
E.g.f.: exp(x)*(1 + 2*x) - 1 - x. - Stefano Spezia, Apr 20 2025
Comments