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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063919 Sum of proper unitary divisors (or unitary aliquot parts) of n (including 1). 23
1, 1, 1, 1, 1, 6, 1, 1, 1, 8, 1, 8, 1, 10, 9, 1, 1, 12, 1, 10, 11, 14, 1, 12, 1, 16, 1, 12, 1, 42, 1, 1, 15, 20, 13, 14, 1, 22, 17, 14, 1, 54, 1, 16, 15, 26, 1, 20, 1, 28, 21, 18, 1, 30, 17, 16, 23, 32, 1, 60, 1, 34, 17, 1, 19, 78, 1, 22, 27, 74, 1, 18, 1, 40, 29, 24, 19, 90, 1, 22, 1, 44 (list; graph; refs; listen; history; internal format)
OFFSET

1,6

COMMENTS

For definition of unitary divisor see A034448.

LINKS

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

FORMULA

a(n)=A034460(n), n>1. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 02 2008]

EXAMPLE

a(10)=8 because the unitary divisors of 10 are 1, 2, 5 and 10, with sum 18 and 18-10 = 8.

MATHEMATICA

a[n_] := Total[Select[Divisors[n], GCD[#, n/#] == 1&]]-n; a[1] = 1; Table[a[n], {n, 82}] (* From Jean-François Alcover, Aug 31 2011 *)

PROG

(PARI) usigma(n) = sumdiv(n, d, if(gcd(d, n/d)==1, d)) { for (n=1, 1000, if (n>1, a=usigma(n) - n, a=1); write("b063919.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 02 2009]

CROSSREFS

The values of sequence are A034448(n)-n (for n > 1).

Cf. A001065, A034448.

Sequence in context: A126795 A064793 A034460 * A072815 A080304 A166142

Adjacent sequences:  A063916 A063917 A063918 * A063920 A063921 A063922

KEYWORD

easy,nonn,nice

AUTHOR

Felice Russo (frusso(AT)micron.com), Aug 31 2001

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 15 12:16 EST 2012. Contains 205785 sequences.