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!)
A078839 Numbers k such that the binary expansion of 3^k has the same number of 0's and 1's. 1
2, 12, 69, 73, 150, 184, 252, 328, 339, 464, 483, 541, 729, 747, 758, 763, 1014, 1047, 1090, 1094, 1158, 1264, 1359, 1601, 1679, 1693, 1698, 1780, 2368, 2641, 2815, 3292, 3393, 3606, 3682, 3857, 3909, 3919, 3963, 4087, 4111, 4289, 4314, 5017, 5398, 5466 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Does the limit of a(n)/n^2 as n -> infinity exist?
LINKS
MATHEMATICA
balanced[n_] := Module[{d=IntegerDigits[n, 2]}, Plus@@d==Length[d]/2]; Select[Range[0, 5500], balanced[3^# ]&]
PROG
(PARI) is(n)=hammingweight(n=3^n)==hammingweight(bitneg(n, #binary(n))) \\ Charles R Greathouse IV, Mar 29 2013
CROSSREFS
Sequence in context: A359489 A329789 A245854 * A243771 A026306 A116398
KEYWORD
nonn,base
AUTHOR
Benoit Cloitre, Dec 06 2002
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 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)