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!)
A231180 Let A={2,3,6,8,9,11,14,...} be the sequence of numbers k>=1 such that k+5 is odious (A000069). Let B be the complement of A. The sequence lists numbers for which the number of A-divisors equals the number of B-divisors. 1
1, 4, 9, 16, 36, 121, 144, 289, 441, 484, 529, 1156, 1369, 1600, 1764, 2025, 2116, 2209, 3249, 3481, 4624, 5041, 5476, 6241, 6889, 7056, 7569, 7921, 8100, 8464, 8649, 8836, 11449, 12321, 12769, 12996, 13924, 14641, 15129, 16641, 20164, 24336, 24649, 24964 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
All terms are perfect squares.
LINKS
EXAMPLE
n=16 has 4 proper divisors {1,2,4,8} from which 2 from A {2,8} and 2 from B {1,4}. So 16 is in the sequence.
MATHEMATICA
odiousQ[n_]:=OddQ[DigitCount[n, 2][[1]]];
Select[Range[200], 0==Length[#]-2Length[Select[#, odiousQ[#+5]&]]&[Most[Divisors[#^2]]]&]^2 (* Peter J. C. Moses, Nov 08 2013 *)
CROSSREFS
Sequence in context: A076967 A233247 A363657 * A250029 A111378 A106313
KEYWORD
nonn,base
AUTHOR
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 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)