login
n-th (starting from the left) decimal digit of 12^n.
2

%I #2 Mar 30 2012 17:26:21

%S 1,4,2,3,3,8,0,9,5,2,8,5,0,8,3,4,9,9,8,1,1,3,1,5,4,1,4,0,5,1,7,5,0,8,

%T 6,1,4,1,8,7,9,9,5,0,2,3,3,3,7,5,9,8,1,2,7,7,7,5,5,6,0,1,9,1,2,4,3,1,

%U 2,8,6,8,3,8,8,4,0,0,1,3,6,4,8,3,6,3,4,8,6,9,5,1,2,2,2,3,6,8,6

%N n-th (starting from the left) decimal digit of 12^n.

%t Table[IntegerDigits[12^n][[n]],{n,99}]

%Y Cf. A118943-A118948.

%K base,nonn

%O 1,2

%A _Zak Seidov_, May 06 2006