The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A152616 Numbers k such that exactly three subsets of proper divisors of k sum to k. 1
30, 40, 54, 350, 380, 414, 500, 532, 544, 558, 608, 620, 644, 666, 726, 740, 1372, 2002, 2190, 2368, 2370, 2490, 2624, 2670, 2910, 3030, 3090, 3162, 3210, 3250, 3270, 3390, 3410, 3430, 3810, 3880, 3930, 4040, 4110, 4120, 4170, 4280, 4360, 4470, 4520, 4530 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Or numbers k such that A065205(k) = 3.
LINKS
EXAMPLE
The proper divisors of 30 = {1,2,3,5,6,10,15} and 30 = 5+10+15 = 2+3+10+15 = 1+3+5+6+15.
MATHEMATICA
seqQ[n_] := Module[{d = Most[Divisors[n]]}, SeriesCoefficient[Series[Product[1 + x^d[[i]], {i, Length[d]}], {x, 0, n}], n] == 3]; Select[Range[1000], seqQ[#] &] (* Amiram Eldar, Jan 13 2020 *)
CROSSREFS
Sequence in context: A223727 A025376 A280640 * A309306 A103250 A181638
KEYWORD
nonn
AUTHOR
Zak Seidov, Oct 29 2009
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 27 10:04 EDT 2024. Contains 372858 sequences. (Running on oeis4.)