|
Search: id:A152453
|
|
| |
|
| 1, 2, 4, 12, 48, 144, 576, 720, 2880, 25920, 129600, 414720, 907200, 14515200
(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, 4, 12.
|
|
PROGRAM
|
(MAGMA) W:=[]; r:=0; for n in [1..1300000] do a:=&*PrimeDivisors(NumberOfDivisors(n)); if r lt a then r:=a; Append(~W, n); end if; end for; print W;
|
|
CROSSREFS
|
Cf. A152235 (largest square-free number dividing the number of divisors of n), A152452 (records in A152235), A007947 (largest square-free number dividing n).
Sequence in context: A165901 A074449 A131387 this_sequence A004527 A002871 A013172
Adjacent sequences: A152450 A152451 A152452 this_sequence A152454 A152455 A152456
|
|
KEYWORD
|
more,nonn
|
|
AUTHOR
|
Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Dec 04 2008
|
|
|
Search completed in 0.002 seconds
|