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!)
A060625 Decimal representation if A023532 is binary. 0
7, 1, 6, 7, 3, 4, 8, 7, 8, 6, 8, 9, 6, 9, 2, 2, 6, 7, 4, 1, 2, 3, 1, 4, 4, 5, 9, 5, 4, 9, 1, 4, 1, 1, 3, 1, 5, 4, 7, 8, 7, 6, 9, 2, 4, 0, 8, 6, 5, 2, 0, 5, 0, 4, 3, 9, 0, 6, 9, 6, 7, 5, 5, 2, 3, 9, 7, 1, 0, 7, 9, 2, 5, 3, 3, 2, 9, 6, 4, 4, 8, 7, 9, 9, 2, 7, 1, 6, 5, 6, 7, 5, 3, 2, 8, 1, 7, 3, 3, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
0.1011011101111.. in binary is equal to 0.71673 48786 89692 26741 23144... in decimal.
MATHEMATICA
a = {}; Do[a = Append[a, Join[ {0}, Table[1, {n} ] ]], {n, 1, 100} ]; a = Flatten[a]; l = Length[a]; c = 0; Do[c = c + a[[n]]*2^(-n + 1), {n, 1, l} ]; RealDigits[ N[ c, 100]] [[1]]
CROSSREFS
Sequence in context: A086309 A358187 A255888 * A145423 A019796 A309600
KEYWORD
base,nonn
AUTHOR
Robert G. Wilson v, Apr 13 2001
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 July 17 09:21 EDT 2024. Contains 374363 sequences. (Running on oeis4.)