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!)
A037866 a(n)=(number of digits <=3)-(number of digits >3) in base 7 representation of n. 0
1, 1, 1, -1, -1, -1, 2, 2, 2, 2, 0, 0, 0, 2, 2, 2, 2, 0, 0, 0, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, -2, -2, -2, 0, 0, 0, 0, -2, -2, -2, 0, 0, 0, 0, -2, -2, -2, 3, 3, 3, 3, 1, 1, 1, 3, 3, 3, 3, 1, 1, 1, 3, 3, 3, 3, 1, 1, 1, 3, 3, 3, 3, 1, 1, 1, 1, 1, 1, 1, -1, -1, -1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
MATHEMATICA
d37[n_]:=Module[{d=IntegerDigits[n, 7]}, Count[d, _?(#<4&)]-Count[d, _?(#>3&)]]; Array[d37, 90, 0] (* Harvey P. Dale, Jun 28 2022 *)
CROSSREFS
Sequence in context: A338505 A037867 A122879 * A333181 A306216 A238451
KEYWORD
base,sign
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 19 07:33 EDT 2024. Contains 371782 sequences. (Running on oeis4.)