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!)
A021972 Decimal expansion of 1/968. 0

%I #15 Mar 07 2021 20:35:41

%S 0,0,1,0,3,3,0,5,7,8,5,1,2,3,9,6,6,9,4,2,1,4,8,7,6,0,3,3,0,5,7,8,5,1,

%T 2,3,9,6,6,9,4,2,1,4,8,7,6,0,3,3,0,5,7,8,5,1,2,3,9,6,6,9,4,2,1,4,8,7,

%U 6,0,3,3,0,5,7,8,5,1,2,3,9,6,6,9,4,2,1,4,8,7,6,0,3,3,0,5,7,8,5

%N Decimal expansion of 1/968.

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

%F From _Chai Wah Wu_, Mar 07 2021: (Start)

%F a(n) = a(n-1) - a(n-11) + a(n-12) for n > 14.

%F G.f.: x^2*(-5*x^12 - 2*x^11 - x^10 + 4*x^9 + 3*x^8 - x^7 - 2*x^6 - 5*x^5 + 3*x^4 - 3*x^2 + x - 1)/(x^12 - x^11 + x - 1). (End)

%e 0.0010330578512396694214876033057851239669...

%p evalf(1/968, 100); # _Wesley Ivan Hurt_, Feb 04 2017

%t Join[{0,0},RealDigits[1/968,10,120][[1]]] (* or *) PadRight[{0,0,1},120,{8,7,6,0,3,3,0,5,7,8,5,1,2,3,9,6,6,9,4,2,1,4}] (* _Harvey P. Dale_, May 11 2018 *)

%K nonn,cons

%O 0,5

%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 April 23 06:04 EDT 2024. Contains 371906 sequences. (Running on oeis4.)