A099638 a[n]=A098210[n]/15.
1, 77, 7437, 741037, 74077037, 7407437037, 740741037037, 74074077037037, 7407407437037037, 740740741037037037, 74074074077037037037, 7407407407437037037037, 740740740741037037037037
Offset: 1
Keywords
Examples
n = 20: a[20] = 1111111111111111111155555555555555555555/15 = 74074074074074074077037037037037037037.
Crossrefs
Cf. A098210.
Programs
-
Mathematica
f[x_] := 3*((100^x-1)/9) + 4*(10^x-1)/9 Table[f[w], {w, 1, 20}]/15
Formula
a[n]=A*(((100^n-1)/9)+B*(10^n - 1)/9)/15, where A=1, B=5-A=4.
Comments