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!)
A245428 Number of nonnegative integers with property that their base 10/3 expansion (see A024658) has n digits. 0
10, 30, 100, 330, 1100, 3670, 12230, 40770, 135900, 453000, 1510000, 5033330, 16777770, 55925900, 186419660, 621398870, 2071329570, 6904431900, 23014773000, 76715910000, 255719700000, 852399000000, 2841330000000, 9471100000000, 31570333333330, 105234444444430 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(2) = 30 because 30, 31,.., 60, 61, .., 98 and 99 are the base 10/3 expansions for the integers 10, 11, .., 20, 21,.., 38, and 39 respectively and these are the only integers with 2 digits.
PROG
(Sage)
A=[1]
for i in [1..60]:
A.append(ceil(((10-3)/3)*sum(A)))
[10*x for x in A]
CROSSREFS
Sequence in context: A005052 A057344 A115134 * A307307 A185829 A301664
KEYWORD
nonn,base
AUTHOR
Hailey R. Olafson, Jul 21 2014
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 April 19 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)