login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A008572
Digits of powers of 12.
1
1, 1, 2, 1, 4, 4, 1, 7, 2, 8, 2, 0, 7, 3, 6, 2, 4, 8, 8, 3, 2, 2, 9, 8, 5, 9, 8, 4, 3, 5, 8, 3, 1, 8, 0, 8, 4, 2, 9, 9, 8, 1, 6, 9, 6, 5, 1, 5, 9, 7, 8, 0, 3, 5, 2, 6, 1, 9, 1, 7, 3, 6, 4, 2, 2, 4, 7, 4, 3, 0, 0, 8, 3, 7, 0, 6, 8, 8, 8, 9, 1, 6, 1, 0, 0, 4, 4, 8, 2, 5, 6, 1, 0, 6, 9, 9, 3, 2, 0
OFFSET
0,3
LINKS
EXAMPLE
Triangle begins:
1;
1, 2;
1, 4, 4;
1, 7, 2, 8;
2, 0, 7, 3, 6;
2, 4, 8, 8, 3, 2;
2, 9, 8, 5, 9, 8, 4;
...
MATHEMATICA
Flatten[IntegerDigits/@(12^Range[0, 15])] (* Harvey P. Dale, Dec 19 2011 *)
CROSSREFS
Cf. A001021.
Sequence in context: A013609 A154558 A220836 * A209150 A209145 A333650
KEYWORD
nonn,base,easy,tabf
STATUS
approved