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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061538 Product of all divisors of n, divided by product of unitary divisors; or equivalently product of non-unitary divisors of n. 5
1, 1, 1, 2, 1, 1, 1, 8, 3, 1, 1, 12, 1, 1, 1, 64, 1, 18, 1, 20, 1, 1, 1, 576, 5, 1, 27, 28, 1, 1, 1, 1024, 1, 1, 1, 7776, 1, 1, 1, 1600, 1, 1, 1, 44, 45, 1, 1, 110592, 7, 50, 1, 52, 1, 2916, 1, 3136, 1, 1, 1, 3600, 1, 1, 63, 32768, 1, 1, 1, 68, 1, 1, 1, 26873856, 1, 1, 75, 76, 1, 1, 1 (list; graph; refs; listen; history; internal format)
OFFSET

1,4

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

FORMULA

a(n)=n^(A048105(n)/2)=n^[(A000005(n)-A034444(n))/2]

EXAMPLE

n=16 and only {1,16} are unitary, while {2,4,8} are non-unitary divisors, so a(16)=64. When all divisors are unitary, then A048105 is 0 and corresponding terms here are equal to 1.

PROG

(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("b061538.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 24 2009]

CROSSREFS

A000005, A034444, A007955, A048105, A007955, A007956.

Sequence in context: A172971 A171660 A157117 * A123602 A065521 A156188

Adjacent sequences:  A061535 A061536 A061537 * A061539 A061540 A061541

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

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 16 21:51 EST 2012. Contains 205978 sequences.