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”).
%I #20 Sep 08 2022 08:46:15
%S 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,
%T 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,
%U 8,1,4,8,1,4,8,1,4,8,1,4,8,1,4,8,1,4,8
%N Decimal expansion of 256/27.
%e 9.481481481481481481481481481481...
%t Join[{9}, PadRight[{}, 120, {4, 8, 1}]] (* _Vincenzo Librandi_, Feb 04 2016 *)
%o (PARI) 1.0 * 256/27
%o (Magma) [9] cat &cat[[4, 8, 1]^^45]; // _Vincenzo Librandi_, Feb 04 2016
%Y Exponential growth rate for A000260, A002293, A005810, A006633, A006634, A052203, A066381, A069271, A078516, A078995, A153396, A196678, A268316.
%K nonn,cons,easy
%O 1,1
%A _Gheorghe Coserea_, Feb 01 2016
%E More digits from _Jon E. Schoenfield_, Mar 15 2018