Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A061538
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A061538 Product of all divisors of n, divided by product of unitary divisors; or equivalently product of non-unitary divisors of n. +0
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; listen)
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.

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("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: A011127 A171660 A157117 this_sequence A123602 A065521 A156188

Adjacent sequences: A061535 A061536 A061537 this_sequence 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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | The OEIS Foundation | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified March 13 16:35 EST 2010. Contains 173425 sequences.


AT&T Labs Research