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!)
A033100 Number of 3's when k is written in base b for all b and k satisfying 2<=b<=n+1, 1<=k<=n. 10
0, 0, 1, 1, 1, 1, 2, 3, 4, 5, 7, 9, 12, 14, 19, 21, 24, 28, 33, 35, 40, 43, 49, 53, 57, 60, 68, 73, 78, 84, 92, 95, 103, 107, 114, 119, 124, 130, 140, 145, 151, 158, 169, 175, 185, 191, 200, 209, 216, 222, 235, 242, 251, 260, 271, 278 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,7
LINKS
MATHEMATICA
f[n_] := Count[ Flatten@ Table[ IntegerDigits[k, b], {k, n}, {b, 2, n + 1}], 3] - (n - 3); f[1] = f[2] = 0; Array[f, 56] (* Robert G. Wilson v, Nov 14 2012 *)
CROSSREFS
Sequence in context: A238486 A238482 A368483 * A030741 A190269 A304632
KEYWORD
nonn,base
AUTHOR
STATUS
approved

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 August 29 23:34 EDT 2024. Contains 375520 sequences. (Running on oeis4.)