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”).

A004583
Expansion of sqrt(8) in base 8.
1
2, 6, 5, 0, 1, 1, 7, 1, 4, 6, 3, 7, 6, 3, 5, 7, 1, 4, 4, 4, 1, 0, 5, 4, 5, 7, 5, 4, 2, 3, 3, 1, 5, 6, 5, 2, 2, 5, 3, 7, 2, 3, 7, 0, 7, 2, 6, 7, 5, 4, 0, 5, 6, 5, 0, 4, 4, 7, 3, 5, 2, 0, 4, 6, 3, 5, 5, 0, 5, 7, 2, 6, 2, 0, 5, 4, 0, 6, 3, 1, 6, 3, 1, 0, 5, 2, 4, 5, 3, 7, 4, 4, 0, 6, 0, 2, 0, 7, 2, 5, 6, 1
OFFSET
1,1
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..10000 (terms 1..2000 from Vincenzo Librandi)
MATHEMATICA
RealDigits[Sqrt[8], 8, 100][[1]] (* G. C. Greubel, Mar 25 2018 *)
PROG
(Magma) Prune(Reverse(IntegerToSequence(Isqrt(8*8^204), 8))); // Jason Kimberley, Feb 2012
CROSSREFS
Cf. A010466.
Sequence in context: A306585 A118138 A240023 * A348720 A356476 A175995
KEYWORD
nonn,base,cons,easy
EXTENSIONS
More terms from Jason Kimberley, Feb 2012
STATUS
approved