login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A152453 Where records in occur in A152235. 1
1, 2, 4, 12, 48, 144, 576, 720, 2880, 25920, 129600, 414720, 907200, 14515200, 58060800, 130636800, 522547200, 3265920000, 13063680000, 22861440000 (list; graph; refs; listen; history; internal format)
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.

PROG

(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 squarefree number dividing the number of divisors of n), A152452 (records in A152235), A007947 (largest squarefree number dividing n).

Sequence in context: A165901 A074449 A131387 * A172452 A004527 A002871

Adjacent sequences:  A152450 A152451 A152452 * A152454 A152455 A152456

KEYWORD

more,nonn

AUTHOR

Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Dec 04 2008

EXTENSIONS

a(15)-a(20) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Jul 30 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 08:12 EST 2012. Contains 205451 sequences.