A086578 a(n) = 7*(10^n - 1).
0, 63, 693, 6993, 69993, 699993, 6999993, 69999993, 699999993, 6999999993, 69999999993, 699999999993, 6999999999993, 69999999999993, 699999999999993, 6999999999999993, 69999999999999993, 699999999999999993, 6999999999999999993, 69999999999999999993, 699999999999999999993
Offset: 0
Links
- G. C. Greubel, Table of n, a(n) for n = 0..500
- Index entries for linear recurrences with constant coefficients, signature (11,-10).
Crossrefs
Programs
-
Magma
[7*(10^n -1): n in [0..20]]; // G. C. Greubel, Apr 14 2023
-
Mathematica
LinearRecurrence[{11,-10}, {0,63}, 31] (* G. C. Greubel, Apr 14 2023 *)
-
SageMath
[7*(10^n -1) for n in range(21)] # G. C. Greubel, Apr 14 2023
Formula
R(a(n)) = A086575(n).
From Chai Wah Wu, Jul 08 2016: (Start)
a(n) = 11*a(n-1) - 10*a(n-2) for n > 1.
G.f.: 63*x/((1 - x)*(1 - 10*x)). (End)
E.g.f.: 7*(exp(10*x) - exp(x)). - G. C. Greubel, Apr 14 2023
Extensions
Edited by Jinyuan Wang, Aug 04 2021
Comments