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!)
A335937 Infinitary pseudoperfect numbers (A306983) that equal to the sum of a subset of their aliquot infinitary divisors in a single way. 1
6, 60, 72, 78, 88, 90, 96, 102, 104, 114, 138, 150, 174, 186, 222, 246, 258, 282, 294, 318, 354, 366, 402, 426, 438, 474, 486, 498, 534, 582, 606, 618, 642, 654, 678, 726, 762, 786, 822, 834, 894, 906, 942, 978, 1002, 1014, 1038, 1074, 1086, 1146, 1158, 1182, 1194 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
72 is a term since its set of infinitary aliquot divisors is {1, 2, 4, 8, 9, 18, 36}, and {1, 8, 9, 18, 36} is its only subset whose sum is equal to 72.
MATHEMATICA
idivs[x_] := If[x == 1, 1, Sort @ Flatten @ Outer[Times, Sequence @@ (FactorInteger[x] /. {p_, m_Integer} :> p^Select[Range[0, m], BitOr[m, #] == m &])]]; infpspQ[n_] := Module[{d = Most @ idivs[n], x}, Plus @@ d >= n && SeriesCoefficient[Series[Product[1 + x^d[[i]], {i, Length[d]}], {x, 0, n}], n] == 1]; Select[Range[2, 1200], infpspQ]
CROSSREFS
The infinitary version of A064771.
Subsequence of A306983.
A007357 is a subsequence.
Similar sequences: A295829, A295830, A321145.
Sequence in context: A335202 A061475 A295830 * A136937 A295829 A074452
KEYWORD
nonn
AUTHOR
Amiram Eldar, Jun 30 2020
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 July 18 18:59 EDT 2024. Contains 374388 sequences. (Running on oeis4.)