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!)
A211781 Numbers n such that Sum_(d_<n | n) tau(d_<n) / (d_<n) is integer, where d_<n = divisors of n that are less than n, tau(x) = A000005(x). 1
2, 3, 4, 5, 7, 11, 13, 17, 19, 23, 27, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131, 137, 139, 149, 151, 157, 163, 167, 173, 179, 181, 191, 193, 197, 199, 211, 223, 225, 227, 229, 233, 239, 241, 251, 252 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Union primes (A000040) and sequence of composite numbers: 4, 27, 225, 252, 672, 1200, ...
LINKS
EXAMPLE
Number 225 is in sequence because 1/1 + 2/3 + 2/5 + 3/9 + 4/15 + 3/25 + 6/45 + 6/75 = 3 (integer).
MATHEMATICA
t = {}; Do[d2 = Sum[DivisorSigma[0, d]/d, {d, Most[Divisors[n]]}]; If[IntegerQ[d2], AppendTo[t, n]], {n, 2, 252}]; t (* T. D. Noe, Apr 26 2012 *)
CROSSREFS
Sequence in context: A036844 A284696 A033070 * A348283 A046022 A175787
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Apr 20 2012
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 April 19 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)