A099639 Duplicate of A003555.
1, 66, 6216, 617716, 61732716, 6172882716, 617284382716, 61728399382716
Offset: 1
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
n = 20: a[20] = 1111111111111111111155555555555555555555/15 = 74074074074074074077037037037037037037.
f[x_] := 3*((100^x-1)/9) + 4*(10^x-1)/9 Table[f[w], {w, 1, 20}]/15
a(1)=1*2=2, a(2)=11*12=132, a(3)=111*112=12432.
LinearRecurrence[{111,-1110,1000},{0,2,132},20] (* Harvey P. Dale, Apr 08 2022 *)
Comments