login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A010063 a(n+1) = a(n) + sum of digits in base 3 representation of a(n), with a(0) = 1. 12

%I #19 Jun 14 2022 18:04:17

%S 1,2,4,6,8,12,14,18,20,24,28,30,32,36,38,42,46,50,56,60,64,68,74,80,

%T 88,92,96,100,104,110,114,118,122,128,134,142,148,154,160,168,172,176,

%U 182,188,196,202,208,214,222,228,234,240,248,252,254,258

%N a(n+1) = a(n) + sum of digits in base 3 representation of a(n), with a(0) = 1.

%H Donovan Johnson, <a href="/A010063/b010063.txt">Table of n, a(n) for n = 0..10000</a>

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

%t NestList[#+Total[IntegerDigits[#,3]]&,1,60] (* _Harvey P. Dale_, Jun 14 2022 *)

%Y Related base-3 sequences: A053735, A134451, A230641, A230642, A230643, A230853, A230854, A230855, A230856, A230639, A230640,

%K nonn,base

%O 0,2

%A _Leonid Broukhis_

%E More terms from Neven Juric, Apr 11 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 08:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)