login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A004651
Powers of 2 written in base 12. (Next term contains a non-decimal character.)
0
1, 2, 4, 8, 14, 28, 54
OFFSET
0,2
MATHEMATICA
FromDigits[IntegerDigits[#, 12]]&/@(2^Range[0, 6]) (* Harvey P. Dale, Apr 19 2021 *)
CROSSREFS
Sequence in context: A217932 A215978 A018086 * A283835 A244933 A118560
KEYWORD
nonn,base
STATUS
approved