Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A109883
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A109883 Start subtracting from n its divisors beginning from 1 until one reaches a number smaller than the last divisor subtracted or reaches the last nontrivial divisor < n. Define this to be the perfect deficiency of n. Then a(n) = perfect deficiency of n. +0
10
0, 1, 2, 1, 4, 0, 6, 1, 5, 2, 10, 2, 12, 4, 6, 1, 16, 6, 18, 8, 10, 8, 22, 0, 19, 10, 14, 0, 28, 3, 30, 1, 18, 14, 22, 11, 36, 16, 22, 10, 40, 9, 42, 4, 12, 20, 46, 12, 41, 7, 30, 6, 52, 15, 38, 20, 34, 26, 58, 2, 60, 28, 22, 1, 46, 21, 66, 10, 42, 31, 70, 9, 72, 34, 26, 12, 58, 27, 78 (list; graph; listen)
OFFSET

1,3

COMMENT

If n is a perfect number then a(n) = 0. But if a(n) = 0, n need not be perfect, e.g. a(24) = 0, but 24 is not a perfect number. Also a(1) = 0, a(2^n) = 1, a(p) = p-1, a(p^n) = {p^(n+1) -2*p^n +1}/(p-1), if p is a prime.

EXAMPLE

a(14) = 4: 14-1 = 13, 13-2 = 11, 11-7 = 4.

a(6) = 0: 6-1 =5, 5-2 = 3, 3-3 =0. 6 is a perfect number.

a(35) = 22: 35-1 = 34, 34-5=29, 29-7 = 22.

MATHEMATICA

subtract = If[ #1 < #2, Throw[ #1], #1 - #2]&; f[n_] := Catch @ Fold[subtract, n, Divisors @ n] (from Bobby R. Treat, (DrBob(AT)bigfoot.com), Jul 14 2005)

Table[ f[n], {n, 80}] (from Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 14 2005)

CROSSREFS

Cf. A064510, A109884, A109886.

Sequence in context: A087664 A120112 A103977 this_sequence A033880 A033879 A033883

Adjacent sequences: A109880 A109881 A109882 this_sequence A109884 A109885 A109886

KEYWORD

easy,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jul 11 2005

EXTENSIONS

More terms from Jason Earls (zevi_35711(AT)yahoo.com) and Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 12 2005

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 | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 26 13:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research