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!)
A245429 Number of nonnegative integers with property that their base 9/7 expansion (see A024655) has n digits. 0
9, 9, 9, 9, 18, 18, 27, 36, 45, 54, 72, 90, 117, 153, 198, 252, 324, 414, 531, 684, 882, 1134, 1458, 1872, 2412, 3096, 3978, 5121, 6579, 8460, 10881, 13986, 17982, 23121, 29727, 38223, 49140, 63180, 81234, 104445, 134280, 172647, 221976, 285399, 366939, 471780 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(2) = 9 because 70, 71, 72, 73, 74, 75, 76, 77 and 78 are the base 9/7 expansions for the integers 9, 10, 11, 12, 13, 14, 15, 16 and 17 respectively and these are the only integers with 2 digits.
PROG
(Sage)
A=[1]
for i in [1..60]:
A.append(ceil(((9-7)/7)*sum(A)))
[9*x for x in A]
CROSSREFS
Sequence in context: A251558 A251559 A068395 * A242893 A275485 A346263
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 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)