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!)
A138597 Odd numbers k such that Hamming weight of k equals Hamming weight of k^3. 2
1, 56953, 1830651, 5502457, 130002327, 2941876987, 3479043677, 3674103727, 10601496029, 12739098539, 29928193915, 93415397243, 111392161401, 532403822507, 893286088059, 1039374483323 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This sequence is A118655 without the trivial examples k*2^n.
a(17) > 2^40. - Donovan Johnson, May 05 2012
LINKS
FORMULA
A000120(a(n)) = A000120(a(n)^3) with a(n) odd
PROG
(PARI) isok(k) = (k%2) && (hammingweight(k) == hammingweight(k^3)); \\ Michel Marcus, Jul 31 2023
CROSSREFS
Cf. A363799 (Hamming weight(k) > Hamming weight(k^3)).
Sequence in context: A145685 A333951 A292788 * A206758 A019290 A069335
KEYWORD
nonn,base,more
AUTHOR
Martin Raab, May 13 2008
EXTENSIONS
a(14)-a(16) from Donovan Johnson, May 05 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 August 21 08:16 EDT 2024. Contains 375345 sequences. (Running on oeis4.)