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!)
A033099 Number of 3's when n is written in base b for 2<=b<=n+1. 10

%I #8 Nov 14 2012 18:07:54

%S 0,0,1,0,0,0,1,1,1,1,2,2,3,2,5,2,3,4,5,2,5,3,6,4,4,3,8,5,5,6,8,3,8,4,

%T 7,5,5,6,10,5,6,7,11,6,10,6,9,9,7,6,13,7,9,9,11,7,12,10,13,9,9,8,17,6,

%U 8,11,12,9,12,8,11,9,13,8,18,10,10,13,13,10

%N Number of 3's when n is written in base b for 2<=b<=n+1.

%t f[n_] := Count[Flatten@ Table[ IntegerDigits[n, b], {b, 2, n + 1}], 3]; Array[f, 80] (* _Robert G. Wilson v_, Nov 14 2012 *)

%Y Cf. A033093, A033095, A033097, A033100, A033101, A033103, A033105, A033107, A033109, A033111.

%K nonn,base

%O 1,11

%A _Clark Kimberling_

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 24 11:49 EDT 2024. Contains 371936 sequences. (Running on oeis4.)