|
Search: id:A101223
|
|
|
| A101223 |
|
Numbers n whose deficiency is 10. |
|
+0 2
|
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Or, numbers n which satisfy g[n] := 2n+1-sigma[n] = 11.
Call a number which satisfies the equation g[n]:=2n+1-sigma[n]=x cofacient (from latin "co" and "facient" - "look") numbers of type x. It's easy to see that the perfect numbers are cofacient of type 1, the numbers 2^N are cofacient of type 2 (it is an open question whether there can be cofacient numbers of type 2 which are not powers of 2) and all prime numbers p are cofacient of type p (g[p]=p)
|
|
LINKS
|
V. K. Tintschev, Cofacient numbers.
|
|
EXAMPLE
|
68 is a term of the sequence because 2*2*17=68 and 68-34-17-4-2=g[68]=11
|
|
MATHEMATICA
|
Select[ Range[ 85000000], DivisorSigma[1, # ] + 10 == 2# &]
|
|
CROSSREFS
|
Sequence in context: A105956 A050718 A125164 this_sequence A109686 A077522 A049201
Adjacent sequences: A101220 A101221 A101222 this_sequence A101224 A101225 A101226
|
|
KEYWORD
|
nonn,more
|
|
AUTHOR
|
Vassil K. Tintschev (tinchev(AT)sunhe.jinr.ru), Dec 15 2004
|
|
EXTENSIONS
|
Edited and extended by Robert G. Wilson v (rgwv(AT)rgwv.com), Dec 15 2004. No other terms below 56*10^7.
|
|
|
Search completed in 0.002 seconds
|