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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A048946 Product of divisors of n is a fifth power. 1
1, 16, 32, 48, 80, 81, 112, 144, 162, 176, 208, 240, 243, 272, 304, 324, 336, 368, 400, 405, 432, 464, 496, 512, 528, 560, 567, 592, 624, 625, 648, 656, 688, 720, 752, 784, 810, 816, 848, 880, 891, 912, 944, 976, 1008, 1024, 1040, 1053, 1072, 1104, 1134 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Charles R Greathouse IV, Table of n, a(n) for n = 1..10000

Eric Weisstein's World of Mathematics, Divisor Product

PROG

(PARI) isA048946(n)=ispower(n, 5)|numdiv(n)%5==0 \\ Charles R Greathouse IV, May 25, 2011

(MAGMA) A048946:=func< n | IsPower(&*Divisors(n), 5) >; [ n: n in [1..1134] | A048946(n) ];  // Bruno Berselli, May 25 2011

CROSSREFS

Cf. A007955 (product of divisors of n).

Sequence in context: A023707 A044442 A082294 * A101426 A204645 A018923

Adjacent sequences:  A048943 A048944 A048945 * A048947 A048948 A048949

KEYWORD

nonn,easy

AUTHOR

Eric Weisstein (eric(AT)weisstein.com)

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 14 18:47 EST 2012. Contains 205663 sequences.