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!)
A245356 Number of numbers whose base-4/3 expansion (see A024631) has n digits. 13
4, 4, 4, 4, 8, 8, 12, 16, 20, 28, 36, 48, 64, 88, 116, 156, 208, 276, 368, 492, 656, 872, 1164, 1552, 2068, 2760, 3680, 4904, 6540, 8720, 11628, 15504, 20672, 27560, 36748, 48996, 65328, 87104, 116140, 154852, 206472, 275296, 367060, 489412, 652552, 870068 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 4*A072493(n).
EXAMPLE
a(3) = 4 because 320, 321, 322, and 323 are the base-4/3 expansions for the numbers 9, 10, 11, and 12 respectively and these are the only numbers with 3 digits.
PROG
(Sage)
A=[1]
for i in [1..60]:
A.append(ceil(((4-3)/3)*sum(A)))
[4*x for x in A]
CROSSREFS
Sequence in context: A360915 A120327 A056629 * A167185 A081676 A114555
KEYWORD
nonn,base
AUTHOR
Hailey R. Olafson, Jul 18 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 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)