OFFSET
0,3
COMMENTS
2's occur at 2, 9, 30, 2312, 2559, 32589, ... (cf. A143293).
In range n = 0 .. 32768, a(n) attains the maximum possible value A000040(A328406(n))-1 only at n=2 and n=2804, when it must be the value of the most significant digit in the primorial base expansion of A328403(n).
When comparing the scatter plots of this sequence and those of A328389 and A328394, although the overall shape gets more blurred on each iteration of A276086, it is easy to see by informal inductive reasoning that the low values of the sequences should occur at about same positions.
Question: Are there any 1's after a(0), a(1) and a(4)?
LINKS
FORMULA
MATHEMATICA
Block[{b = MixedRadix[Reverse@ Prime@ Range@ 120], f}, f[n_] := Times @@ Power @@@ # &@ Transpose@{Prime@ Range@ Length@ #, Reverse@ #} &@ IntegerDigits[n, b]; Array[Max@ IntegerDigits[Nest[f, #, 3], b] &, 79, 0]] (* Michael De Vlieger, Oct 17 2019 *)
PROG
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Oct 16 2019
STATUS
approved