OFFSET
0,1
COMMENTS
The base-15 version of A018248. A, B, C, D, and E are the standard representations of the hexadecimal digits 10, 11, 12, 13, and 14, respectively.
FORMULA
x = 15-adic lim_{n->infinity} 3^(4*(5^n)).
EXAMPLE
x^2 = ...8978C2E9CE8570624D4BDA86 = x.
PROG
(PARI) See A331548, with initial b=6 instead of b=3.
(PARI) A331549_vec(n)=Vecrev(digits(lift(chinese(Mod(0, 3^n), Mod(1, 5^n))), 15)) \\ or simpler but slower: Vecrev(digits(lift(Mod(3^4, 15^n)^5^(n-1)), 15)) \\ M. F. Hasler, Jan 26 2020
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Patrick A. Thomas, Jan 20 2020
STATUS
approved