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-2 of 2 results.

A363799 Numbers whose binary representation has more 1-bits than its cube.

Original entry on oeis.org

407182835067, 445317119867, 478351981947, 814365670134, 873268508637, 890634239734, 956703963894, 956703964539, 1628731340268, 1746537017274, 1781268479468, 1913407927788, 1913407929078, 2774213097787, 3257462680536, 3493074034548, 3562536958936, 3573277243773
Offset: 1

Views

Author

Zhao Hui Du, Jun 23 2023

Keywords

Comments

a(n) must have more 1-bits than a(n)^3 when they are written in binary.

Examples

			407182835067 is a term because A000120(407182835067) = 29, while A192085(407182835067) = A000120(407182835067^3) = 28.
		

Crossrefs

Cf. A000120, A192085, A138597 (equality).
Cf. A094694 (for squares).

Programs

  • PARI
    isok(k) = hammingweight(k) > hammingweight(k^3); \\ Michel Marcus, Aug 07 2023

Extensions

a(9)-a(18) from Martin Ehrenstein, Jul 31 2023

A364785 Primes whose binary representation has more 1-bits than its cube.

Original entry on oeis.org

445317119867, 28498383073019, 114304774692347, 7594322375176157
Offset: 1

Views

Author

Martin Ehrenstein, Aug 07 2023

Keywords

Examples

			445317119867 is a term because it is a prime number and A000120(445317119867) = 31, while A192085(445317119867) = A000120(445317119867^3) = 30.
		

Crossrefs

Intersection of A363799 and A000040.
Showing 1-2 of 2 results.