[go: up one dir, main page]

login
A094529
Numbers with at least one arithmetic progression of four divisors (not necessarily consecutive).
3
12, 24, 36, 48, 60, 72, 84, 96, 105, 108, 120, 132, 140, 144, 156, 168, 180, 192, 204, 210, 216, 228, 240, 252, 264, 276, 280, 288, 300, 312, 315, 324, 336, 348, 360, 372, 384, 396, 408, 420, 432, 440, 444, 456, 468, 480, 492, 504, 516, 525, 528, 540, 552, 560
OFFSET
1,1
COMMENTS
All multiples of terms are also terms.
a(n) = m*A094530(k) for appropriate m and k.
LINKS
MATHEMATICA
sd4Q[n_]:=Count[Subsets[Divisors[n], {4}], _?(Length[Union[ Differences[ #]]] == 1&)]>0; Select[Range[600], sd4Q] (* Harvey P. Dale, Mar 19 2016 *)
CROSSREFS
See A270571 for another version.
Sequence in context: A336657 A066085 A340511 * A270571 A044852 A121578
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, May 07 2004
EXTENSIONS
Edited by Harvey P. Dale and Alois P. Heinz, Mar 18 2016
STATUS
approved