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!)
A021356 Decimal expansion of 1/352. 1

%I #26 Jan 21 2024 13:56:25

%S 0,0,2,8,4,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,

%T 9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,

%U 9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9

%N Decimal expansion of 1/352.

%H Vincenzo Librandi, <a href="/A021356/b021356.txt">Table of n, a(n) for n = 0..1000</a>

%H <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (0,1).

%F G.f.: x^2*(5*x^4 - 8*x^3 + 2*x^2 + 8*x + 2)/((1 - x)*(1 + x)). - _Chai Wah Wu_, Jun 21 2016

%t PadLeft[First@#, Abs@Last@# + Length@First@#]&@RealDigits[N[1/352, 100]] (* _Vincenzo Librandi_, Jun 22 2016 *)

%t Join[{0,0},RealDigits[1/352,10,120][[1]]] (* or *) PadRight[{0, 0, 2, 8, 4}, 120, {9, 0}] (* _Harvey P. Dale_, Feb 01 2017 *)

%K nonn,cons,easy

%O 0,3

%A _N. J. A. Sloane_

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 March 28 09:04 EDT 2024. Contains 371240 sequences. (Running on oeis4.)