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!)
A179526 (3^k - 1)/2 appears 3^(k-1) times, k>0. 3

%I #4 May 30 2021 14:15:44

%S 1,4,4,4,13,13,13,13,13,13,13,13,13,40,40,40,40,40,40,40,40,40,40,40,

%T 40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,121,121,121,121,121,

%U 121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121

%N (3^k - 1)/2 appears 3^(k-1) times, k>0.

%F a(n+1) = 3*a(floor(n/3)) + 1; a(0) = 1.

%t Table[PadRight[{},3^(k-1),(3^k-1)/2],{k,5}]//Flatten (* _Harvey P. Dale_, May 30 2021 *)

%Y Cf. A003462, A007448, A003817.

%K nonn

%O 0,2

%A _Reinhard Zumkeller_, Jul 18 2010

%E Erroneous comment deleted by _Reinhard Zumkeller_, Jul 23 2010

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 March 28 20:05 EDT 2024. Contains 371254 sequences. (Running on oeis4.)