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!)
A152207 Numbers k such that (sum of base-2 digits of k) = (sum of base-10 digits of k) = 10. 1
3007, 3070, 4015, 6013, 6103, 7102, 8110, 10171, 10234, 11071, 11134, 11215, 11251, 11260, 11503, 11710, 12007, 12025, 12142, 12205, 12214, 12250, 13051, 13231, 14014, 15031, 15211, 15310, 16030, 16102, 16120, 16300, 20143, 20206, 20341 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(1000) = 3002410_10 = 1011011101000000101010_2, with digit sums = 10 in both cases.
PROG
(PARI) isok(n) = (sumdigits(n) == 10) && (hammingweight(n) == 10); \\ Michel Marcus, Oct 15 2013
CROSSREFS
Sequence in context: A140928 A090162 A031818 * A279584 A004228 A004229
KEYWORD
base,nonn
AUTHOR
Zak Seidov, Nov 29 2008
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 May 5 13:00 EDT 2024. Contains 372275 sequences. (Running on oeis4.)