|
Search: id:A061537
|
|
|
| A061537 |
|
Product of unitary divisors of n. |
|
+0 7
|
|
| 1, 2, 3, 4, 5, 36, 7, 8, 9, 100, 11, 144, 13, 196, 225, 16, 17, 324, 19, 400, 441, 484, 23, 576, 25, 676, 27, 784, 29, 810000, 31, 32, 1089, 1156, 1225, 1296, 37, 1444, 1521, 1600, 41, 3111696, 43, 1936, 2025, 2116, 47, 2304, 49, 2500, 2601, 2704, 53, 2916
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Also appears to be smallest number m such that A066296[m]=n.
|
|
LINKS
|
Harry J. Smith, Table of n, a(n) for n=1,...,1000
|
|
FORMULA
|
a(n)=n^(A034444(n)/2)=n^(2^(A001221(n)-1).
|
|
EXAMPLE
|
n = 288, unitary divisors = {1,9,32,288}, a(288) = 82944
|
|
PROGRAM
|
(PARI) { for (n=1, 1000, s=divisors(n); a=1; for (i=2, length(s), d=s[i]; if (gcd(d, n/d)==1, a*=d)); write("b061537.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 24 2009]
|
|
CROSSREFS
|
Cf. A000005, A034444, A007955, A048105, A007955, A007956.
Sequence in context: A124128 A037401 A062509 this_sequence A056925 A060067 A043310
Adjacent sequences: A061534 A061535 A061536 this_sequence A061538 A061539 A061540
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Labos E. (labos(AT)ana.sote.hu), May 15 2001
|
|
EXTENSIONS
|
Corrected and edited by Jaroslav Krizek (jaroslav.krizek(AT)atlas.cz), Mar 05 2009
|
|
|
Search completed in 0.002 seconds
|