A182857 Smallest number that requires exactly n iterations to reach a fixed point under the x -> A181819(x) map.
1, 3, 4, 6, 12, 60, 2520, 1286485200, 35933692027611398678865941374040400000
Offset: 0
Keywords
Examples
From _Gus Wiseman_, May 13 2018: (Start) Like A001462 the following sequence of multisets whose Heinz numbers belong to this sequence is a run-length describing sequence, as the number of k's in row n + 1 is equal to the k-th term of row n. {2} {1,1} {1,2} {1,1,2} {1,1,2,3} {1,1,1,2,2,3,4} {1,1,1,1,2,2,2,3,3,4,4,5,6,7} {1,1,1,1,1,1,1,2,2,2,2,2,2,3,3,3,3,3,4,4,4,4,5,5,5,5,6,6,6,7,7,7,8,8,9,9,10,10,11,12,13,14} (End)
Links
- Gus Wiseman, Table of n, a(n) for n = 0..9
Crossrefs
Programs
-
Mathematica
Prepend[Function[m,Times@@Prime/@m]/@NestList[Join@@Table[Table[i,{Reverse[#][[i]]}],{i,Length[#]}]&,{2},8],1] (* Gus Wiseman, May 13 2018 *)
Comments