OFFSET
1,1
COMMENTS
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..10000
EXAMPLE
This sequence contains finite sequences R(s) = s * T(s, 2..A010846(s)). The cardinality of R(s) is A010846(s)-1.
For s = 6, this sequence contains {12, 18, 24, 36},
For s = 10, this sequence contains {20, 40, 50, 80, 100},
For s = 14, this sequence contains {28, 56, 98, 112, 196},
For s = 15, this sequence contains {45, 75, 135, 225},
MATHEMATICA
Select[Range[210], And[#2 > 1, #3 < #1 <= #3^2] & @@ {#1, Length[#2], Times @@ #2} & @@ {#, FactorInteger[#][[;; , 1]]} &] (* Michael De Vlieger, Nov 09 2025 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Michael De Vlieger, Feb 22 2024
STATUS
approved
