login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A105167
Interpret the Kolakoski sequence (A000002) as a number in base e, then convert to decimal.
0
7, 7, 0, 0, 5, 9, 8, 5, 6, 5, 3, 3, 7, 9, 4, 0, 1, 4, 2, 9, 7, 8, 6, 1, 8, 7, 7, 4, 5, 0, 3, 5, 8, 4, 8, 4, 6, 1, 4, 3, 0, 4, 8, 8, 3, 8, 6, 3, 4, 5, 9, 1, 0, 5, 4, 4, 2, 4, 1, 1, 4, 0, 4, 2, 2, 5, 7, 1, 9, 2, 1, 8, 4, 6, 9, 7, 3, 0, 7, 8, 8, 1, 2, 4, 0, 9, 5, 2, 2, 1, 4, 4, 0, 2, 5, 9, 8, 9, 6, 8, 2, 1, 0, 8, 6
OFFSET
1,1
EXAMPLE
0.77005985653379401429786187745035848461430488386345910544241140422...
MATHEMATICA
a[steps_] := Module[{a = {1, 2, 2}}, Do[a = Append[a, 1 + Mod[(n - 1), 2]], {n, 3, 400}, {i, a[[n]]}]; a]; RealDigits[ FromDigits[{a[1], 0}, E], 10, 105][[1]] (* Robert G. Wilson v, Apr 12 2005 *)
CROSSREFS
Sequence in context: A002394 A340030 A274210 * A217227 A217346 A109938
KEYWORD
base,nonn
AUTHOR
Bryan Jacobs (bryanjj(AT)gmail.com), Apr 10 2005
EXTENSIONS
Edited by Robert G. Wilson v, Apr 12 2005
STATUS
approved