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”).
%I #6 May 07 2023 13:54:45
%S 1,102,103,10204,10307,1020411,1030718,102041129,103071847,
%T 10204112976,10307184823,1020411297799,1030718482622,102041129780421,
%U 103071848263043,10204112978043464,10307184826306507,1020411297804349971,1030718482630656478,102041129780435006449
%N Row sums of generalized Lucas-Pascal triangle: A164855
%H <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (1,101,-100,-100).
%F 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
%t LinearRecurrence[{1,101,-100,-100},{1,102,103,10204},20] (* _Harvey P. Dale_, May 07 2023 *)
%Y A164855, A164849, A000032
%K nonn,easy
%O 0,2
%A _Mark Dols_, Aug 29 2009
%E More terms from _Harvey P. Dale_, May 07 2023