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!)
A308347 n-th digit in the base-6 expansion of 1/n. 0
0, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, 0, 2, 2, 0, 0, 0, 0, 4, 4, 1, 0, 0, 5, 1, 0, 4, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 5, 2, 0, 0, 0, 5, 4, 0, 0, 0, 0, 5, 4, 0, 0, 0, 3, 5, 3, 0, 0, 3, 0, 0, 3, 0, 5, 4, 0, 1, 3, 0, 0, 0, 0, 0, 1, 5, 5, 4, 0, 1, 0, 0, 0, 3, 1, 0, 2, 0, 0, 2, 4, 2, 2, 0, 3, 0, 0, 5, 4, 5 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,10
LINKS
EXAMPLE
a(10) = 3, as the 10th digit in the base-6 expansion of 1/10 = 0.03030303030303030303... is 3.
MATHEMATICA
a = {}; Do[a = Append[a, Mod[ Floor[1/n * 6^n], 6] ], {n, 1, 100} ]; a
CROSSREFS
Column 6 of A322392.
Sequence in context: A358623 A360224 A174428 * A090225 A206705 A285014
KEYWORD
nonn,base,easy
AUTHOR
Joseph A. Stocke, May 21 2019
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 August 31 15:42 EDT 2024. Contains 375572 sequences. (Running on oeis4.)