|
COMMENT
|
Divide the sequence of natural numbers: s0=1,2,3,4,5,6,7,8,9,10,11,12,13,14,... into sections s(n) of length 2*s1-1, where s1=initial digits of s(n): s={1,2},{3,4,5,6},{7,8,9,10,11,12,13,14},... then A1(n)=sum of terms of s(n):3,18,84,... A1(n)=3*2^(n-1)(2^n-1)=3*A006516(n)
|