A090455 Difference between numbers of binary 1's of n and binary 1's of n-th prime.
0, -1, 0, -2, -1, -1, 1, -2, -2, -2, -2, -1, 0, -1, -1, -3, -3, -3, 0, -2, 0, -2, 0, -2, 0, -1, -1, -2, -1, 0, -2, -2, -1, -2, -1, -3, -2, -1, -1, -3, -2, -2, -3, 0, 0, -1, 0, -5, -2, -2, -1, -4, -1, -3, 3, -1, 0, -1, 1, 0, 0, 1, 1, -5, -3, -4, -2, -2, -3, -3, 0, -4, -4, -3
Offset: 1
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Mathematica
Table[DigitCount[n,2,1]-DigitCount[Prime[n],2,1],{n,80}] (* Harvey P. Dale, Aug 08 2013 *)
Formula
Extensions
Definition clarified by Harvey P. Dale, Aug 08 2013