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

A268315
Decimal expansion of 256/27.
2
9, 4, 8, 1, 4, 8, 1, 4, 8, 1, 4, 8, 1, 4, 8, 1, 4, 8, 1, 4, 8, 1, 4, 8, 1, 4, 8, 1, 4, 8, 1, 4, 8, 1, 4, 8, 1, 4, 8, 1, 4, 8, 1, 4, 8, 1, 4, 8, 1, 4, 8, 1, 4, 8, 1, 4, 8, 1, 4, 8, 1, 4, 8, 1, 4, 8, 1, 4, 8, 1, 4, 8, 1, 4, 8, 1, 4, 8, 1, 4, 8, 1, 4, 8, 1, 4, 8
OFFSET
1,1
EXAMPLE
9.481481481481481481481481481481...
MATHEMATICA
Join[{9}, PadRight[{}, 120, {4, 8, 1}]] (* Vincenzo Librandi, Feb 04 2016 *)
PROG
(PARI) 1.0 * 256/27
(Magma) [9] cat &cat[[4, 8, 1]^^45]; // Vincenzo Librandi, Feb 04 2016
CROSSREFS
KEYWORD
nonn,cons,easy
AUTHOR
Gheorghe Coserea, Feb 01 2016
EXTENSIONS
More digits from Jon E. Schoenfield, Mar 15 2018
STATUS
approved