|
Search: id:A005114
|
|
|
| A005114 |
|
Untouchable numbers: impossible values for sum of aliquot parts of n. (Formerly M1552)
|
|
+0 22
|
|
| 2, 5, 52, 88, 96, 120, 124, 146, 162, 188, 206, 210, 216, 238, 246, 248, 262, 268, 276, 288, 290, 292, 304, 306, 322, 324, 326, 336, 342, 372, 406, 408, 426, 430, 448, 472, 474, 498, 516, 518, 520, 530, 540, 552, 556, 562, 576, 584, 612, 624, 626, 628, 658
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
REFERENCES
|
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 840.
P. Erdos, Ueber die Zahlen der Form sigma(n)-n und n-phi(n). Elemente der Math. 28 (1973), 83-86.
R. K. Guy, Unsolved Problems in Number Theory, B10.
Clifford A. Pickover, A Passion for Mathematics, Wiley, 2005; see p. 65.
|
|
LINKS
|
Klaus Brockhaus, Table of n, a(n) for n = 1,...,8153
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].
Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.
Wikipedia, Untouchable number
|
|
FORMULA
|
Complement of A078923. - Lekraj Beedassy (blekraj(AT)yahoo.com), Jul 19 2005
|
|
PROGRAM
|
(PARI) isA078923(n)= { if(n==0 || n==1, return(1) ; ) ; for(m=1, (n-1)^2, if( sigma(m)-m == n, return(1) ; ) ; ) ; return(0) ; } isA005114(n)= { return(!isA078923(n)) ; } { for(n=1, 700, if (isA005114(n), print(n) ; ) ; ) ; } - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 10 2006
|
|
CROSSREFS
|
Sequence in context: A099658 A102011 A004098 this_sequence A081090 A071880 A071882
Adjacent sequences: A005111 A005112 A005113 this_sequence A005115 A005116 A005117
|
|
KEYWORD
|
nonn,nice
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com).
|
|
EXTENSIONS
|
More terms from David W. Wilson (davidwwilson(AT)comcast.net)
|
|
|
Search completed in 0.002 seconds
|