login
a(n+1) = a(n) + sum of digits in base 8 representation of a(n).
0

%I #9 Oct 12 2013 21:13:06

%S 1,2,4,8,9,11,15,23,32,36,44,53,64,65,67,71,79,88,92,100,109,120,128,

%T 130,134,142,151,162,170,179,190,205,214,225,233,242,253,268,277,288,

%U 296,305,316,331,340,351,366,382,400,408,417,428,443,459

%N a(n+1) = a(n) + sum of digits in base 8 representation of a(n).

%H <a href="/index/Coi#Colombian">Index entries for Colombian or self numbers and related sequences</a>

%K nonn,base

%O 0,2

%A _Leonid Broukhis_

%E More terms from Neven Juric, Apr 11 2008