|
Search: id:A152452
|
|
| |
|
| 1, 2, 3, 6, 10, 15, 21, 30, 42, 70, 105, 110, 210, 330
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
EXAMPLE
|
First few terms of A152235 are 1, 2, 2, 3, 2, 2, 2, 2, 3, 2, 2, 6, so a(1) to a(4) are 1, 2, 3, 6.
|
|
PROGRAM
|
(MAGMA) R:=[]; r:=0; for n in [1..1300000] do a:=&*PrimeDivisors(NumberOfDivisors(n)); if r lt a then r:=a; Append(~R, a); end if; end for; print R;
|
|
CROSSREFS
|
Cf. A152235 (largest square-free number dividing the number of divisors of n), A152453 (where records in occur in A152235), A007947 (largest square-free number dividing n).
Sequence in context: A090035 A111467 A102366 this_sequence A074134 A056178 A018141
Adjacent sequences: A152449 A152450 A152451 this_sequence A152453 A152454 A152455
|
|
KEYWORD
|
more,nonn
|
|
AUTHOR
|
Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Dec 04 2008
|
|
|
Search completed in 0.002 seconds
|