login

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

A122624
n_{2^n}.
0
1, 2, 3, 4, 5, 6, 7, 8, 9, 1024, 2049, 4098, 8195, 16388, 32773, 65542, 131079, 262152, 524297, 2097152, 4194305, 8388610, 16777219, 33554436, 67108869, 134217734, 268435463, 536870920, 1073741833, 3221225472, 6442450945, 12884901890, 25769803779, 51539607556
OFFSET
1,2
COMMENTS
See A122618 for notation.
MATHEMATICA
Table[FromDigits[IntegerDigits[n], 2^n], {n, 40}] (* Harvey P. Dale, Jun 22 2021 *)
CROSSREFS
Sequence in context: A181720 A349423 A004904 * A032563 A223081 A077727
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Sep 21 2006
STATUS
approved