A350985 a(0)=4, a(1)=148, a(2)=5044; a(n) = 35*(a(n-1)-a(n-2))+a(n-3).
4, 148, 5044, 171364, 5821348, 197754484, 6717831124, 228208503748, 7752371296324, 263352415571284, 8946229758127348, 303908459360758564, 10323941388507663844, 350710098749899812148, 11913819416108085949204, 404719150048925022460804, 13748537282247342677718148, 467045548446360726019956244
Offset: 0
Keywords
References
- P.-F. Teilhet, Query 2376, L'Intermédiaire des Mathématiciens, 11 (1904), 138-139.
Links
- Index entries for linear recurrences with constant coefficients, signature (35,-35,1).
Programs
-
Mathematica
RecurrenceTable[{a[0]==4,a[1]==148,a[2]==5044,a[n]==35(a[n-1]-a[n-2])+ a[n-3]},a,{n,20}] (* Harvey P. Dale, Mar 08 2022 *)
Formula
G.f.: -4*(x + 1)^2/((x - 1)*(x^2 - 34*x + 1)). - Chai Wah Wu, Mar 08 2022