cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A152207 Numbers k such that (sum of base-2 digits of k) = (sum of base-10 digits of k) = 10.

Original entry on oeis.org

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
Offset: 1

Views

Author

Zak Seidov, Nov 29 2008

Keywords

Examples

			a(1000) = 3002410_10 = 1011011101000000101010_2, with digit sums = 10 in both cases.
		

Crossrefs

Programs

  • PARI
    isok(n) = (sumdigits(n) == 10) && (hammingweight(n) == 10); \\ Michel Marcus, Oct 15 2013
Showing 1-1 of 1 results.