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!)
A326132 Numbers n for which A294898(n) is not zero and A294898(n) divides A000120(n); numbers for which A326130(n) = abs(A294898(n)). 3
5, 6, 7, 14, 15, 28, 44, 52, 110, 152, 184, 496, 592, 884, 1012, 1155, 2144, 2272, 8128, 8384, 12008, 18632, 18904, 33664, 63248, 70564, 85936, 100804, 116624, 318250, 527872, 1090912, 1360810, 1503370, 1788490, 2085710, 2102272, 3477608, 4495808, 8394752, 15370304, 16102808, 26347688, 29322008, 33550336, 73995392 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI)
A005187(n) = { my(s=n); while(n>>=1, s+=n); s; };
isA326132(n) = { my(t=sigma(n)-A005187(n)); (gcd(hammingweight(n), t) == abs(t)); };
CROSSREFS
Cf. A000360, A326131 (subsequences), A326133.
Sequence in context: A134985 A371029 A111018 * A342630 A347807 A161925
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jun 11 2019
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 24 12:57 EDT 2024. Contains 371943 sequences. (Running on oeis4.)