editing
approved
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”).
editing
approved
Computed by hand, needs checking. Needs a b-file.
reviewed
editing
proposed
reviewed
editing
proposed
0, 1, 10, 100, 2, 1000, 20, 10000, 100000, 1000000, 3, 10000000, 100000000, 200, 1010, 1000000000, 10000000000, 100000000000, 1000000000000, 10000000000000, 100000000000000, 1000000000000000, 4, 10000000000000000, 4, 100000000000000000
Michael De Vlieger, <a href="/A355893/b355893.txt">Table of n, a(n) for n = 1..1073</a>
16 ..........................1000000000
16 17 .........................10000000000
17 18 ........................100000000000
18 19 .......................1000000000000
19 20 ......................10000000000000
20 21 .....................100000000000000
21 22 ....................1000000000000000
22 ...................10000000000000000
24 ..................100000000000000000
24 ...................10000000000000000
nn = 24, s = Import["https://oeis.org/A090252/b090252.txt", "Data"][[1 ;; nn, -1]]; f[n_] := If[n == 1, 0, Function[g, FromDigits@ Reverse@ ReplacePart[Table[0, {PrimePi[g[[-1, 1]]]}], #] &@ Map[PrimePi@ First@ # -> Last@ # &, g]]@ FactorInteger@ n]; Array[f[s[[#]]] &, nn] (* Michael De Vlieger, Aug 24 2022 *)
proposed
editing
editing
proposed
proposed
approved
editing
proposed