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!)
A024632 n written in fractional base 5/2. 3
0, 1, 2, 3, 4, 20, 21, 22, 23, 24, 40, 41, 42, 43, 44, 210, 211, 212, 213, 214, 230, 231, 232, 233, 234, 400, 401, 402, 403, 404, 420, 421, 422, 423, 424, 440, 441, 442, 443, 444, 2110, 2111, 2112, 2113, 2114, 2130, 2131, 2132, 2133, 2134, 2300, 2301, 2302, 2303 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
To represent a number in base b, if a digit exceeds b, subtract b and carry 1. In fractional base a/b, subtract a and carry b.
MAPLE
a:= proc(n) `if`(n<1, 0, irem(n, 5, 'q')+a(2*q)*10) end:
seq(a(n), n=0..53); # Alois P. Heinz, May 14 2021
CROSSREFS
Sequence in context: A098503 A092974 A058186 * A300902 A352581 A309789
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 April 24 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)