login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A175730 Numbers with deficiency of 42. 0
43, 69, 99, 165, 1168, 1365, 2139136, 32062485, 33722368, 132701205, 8592621568 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers with an abundance of -42.
7454198513685 is also in the sequence. - Alexander Violette, Jan 10 2021
Numbers of the form 2^k * (2^(k + 1) + 41) are in the sequence if and only if 2^(k + 1) + 41 is prime. - David A. Corneth, Jan 15 2021
LINKS
PROG
(PARI) for(n=1, 100000000, if(((sigma(n)-2*n)==-42), print1(n, ", ")))
(PARI) is(n)=2*n-sigma(n)==42 \\ Charles R Greathouse IV, Jan 11 2021
(PARI) list(lim)=my(v=List()); forfactored(n=1, lim\1, if(2*n[1]-sigma(n)==42, listput(v, n[1]))); Vec(v) \\ Charles R Greathouse IV, Jan 11 2021
CROSSREFS
Cf. A033879 (deficiency).
Sequence in context: A139875 A174812 A146355 * A087765 A141971 A144974
KEYWORD
nonn,more
AUTHOR
Jason G. Wurtzel, Aug 24 2010
EXTENSIONS
a(10) from Alexander Violette, Jan 10 2021
a(11) from Charles R Greathouse IV, Jan 15 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 7 04:13 EDT 2024. Contains 372300 sequences. (Running on oeis4.)