Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A082731
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A082731 a(n) = smallest number k such that ms(k) - k = n, or 0 if no such number exists, where ms(k) = sum of divisors of k other than k. +0
2
6, 0, 20, 18, 12, 0, 8925, 196, 56, 0, 40, 0, 24, 0, 272, 0, 550, 100, 208, 36, 176, 0, 1312, 0, 112, 0, 80, 0, 48, 0, 945, 15376, 572, 0, 928, 0, 2205, 0, 5696, 162, 736, 1352, 9555, 0, 350, 0, 490, 0, 60, 0, 416, 72, 352, 0, 90, 0, 84, 0, 160, 968, 96, 0, 24704, 0, 108, 200 (list; graph; listen)
OFFSET

0,1

COMMENT

Caution: so far a(n)=0 only indicates no k<2*10^6 exists; non-existance is not proved. - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 26 2007

MAPLE

A082731 := proc(n) local k; k := 1 ; while numtheory[sigma](k)-2*k <> n do k := k+1 ; if k = 2000000 then RETURN(0) ; fi ; od ; RETURN(k) ; end: seq(A082731(n), n=0..200) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 26 2007

CROSSREFS

Cf. A082730.

Sequence in context: A069828 A057401 A019134 this_sequence A064381 A062254 A028849

Adjacent sequences: A082728 A082729 A082730 this_sequence A082732 A082733 A082734

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Apr 14 2003

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 26 2007

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 August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research