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!)
A120361 Even refactorable numbers k such that the number r of odd divisors of k and the number s of even divisors of k are both odd divisors of k. 4
2, 18, 72, 450, 882, 1250, 2178, 3042, 4050, 5202, 6498, 9522, 11250, 13122, 15138, 16200, 17298, 24642, 30258, 33282, 39762, 45000, 50562, 52488, 56448, 62658, 64800, 66978, 71442, 80802, 90738, 95922, 101250, 112338, 124002, 142578, 169362, 180000, 183618, 190962, 198450, 206082 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Note that s is necessarily a multiple of r.
LINKS
EXAMPLE
a(2) = 18 since r = 3, s = 3, t = r+s = 6.
MATHEMATICA
seq[kmax_] := Module[{v = {}, r, s, t}, Do[t = DivisorSigma[0, k]; r = t - DivisorSigma[0, k/2]; s = t - r; If[OddQ[r] && OddQ[s] && Divisible[k, t] && Divisible[k, r] && Divisible[k, s], AppendTo[v, k]], {k, 2, kmax, 2}]; v]; seq[10^6] (* Amiram Eldar, Aug 01 2024 *)
CROSSREFS
Sequence in context: A196812 A163102 A073976 * A120358 A152887 A098817
KEYWORD
nonn,changed
AUTHOR
Walter Kehowski, Jun 25 2006
EXTENSIONS
a(36)-a(42) from Amiram Eldar, Aug 01 2024
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 August 16 18:10 EDT 2024. Contains 375177 sequences. (Running on oeis4.)