A164856 Row sums of generalized Lucas-Pascal triangle: A164855.
1, 102, 103, 10204, 10307, 1020411, 1030718, 102041129, 103071847, 10204112976, 10307184823, 1020411297799, 1030718482622, 102041129780421, 103071848263043, 10204112978043464, 10307184826306507, 1020411297804349971, 1030718482630656478, 102041129780435006449
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (1,101,-100,-100).
Programs
-
Mathematica
LinearRecurrence[{1,101,-100,-100},{1,102,103,10204},20] (* Harvey P. Dale, May 07 2023 *)
Formula
G.f.: -(-1-101*x+100*x^2+101*x^3) / ( (10*x+1)*(10*x-1)*(x^2+x-1) ). - R. J. Mathar, Nov 03 2016
Extensions
More terms from Harvey P. Dale, May 07 2023
Comments