%I A010062
%S A010062 1,2,3,5,7,10,12,14,17,19,22,25,28,31,36,38,41,44,47,52,55,60,64,65,67,
%T A010062 70,73,76,79,84,87,92,96,98,101,105,109,114,118,123,129,131,134,137,
%U A010062 140,143,148,151,156,160,162,165,169,173,178,182,187,193,196,199,204
%N A010062 a(n+1) = a(n) + number of 1's in binary representation of a(n).
%C A010062 a(n) = A092391(a(n)) = a(n) + A000120(a(n)). - Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com),
May 08 2004
%H A010062 R. Zumkeller, <a href="b010062.txt">Table of n, a(n) for n = 0..10000</
a> [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Jul
01 2009]
%o A010062 (PARI) s=1; for(n=1,100,s=s+sum(i=1,length(binary(s)), component(binary(s),
i)); print1(s,","))
%Y A010062 Sequence in context: A117286 A144726 A123885 this_sequence A119565 A119592
A087539
%Y A010062 Adjacent sequences: A010059 A010060 A010061 this_sequence A010063 A010064
A010065
%K A010062 nonn,base
%O A010062 0,2
%A A010062 Leonid Broukhis (leo(AT)mailcom.com)
%E A010062 More terms from Benoit Cloitre (benoit7848c(AT)orange.fr), Jun 02 2002
|