The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A021312 Decimal expansion of 1/308. 0
0, 0, 3, 2, 4, 6, 7, 5, 3, 2, 4, 6, 7, 5, 3, 2, 4, 6, 7, 5, 3, 2, 4, 6, 7, 5, 3, 2, 4, 6, 7, 5, 3, 2, 4, 6, 7, 5, 3, 2, 4, 6, 7, 5, 3, 2, 4, 6, 7, 5, 3, 2, 4, 6, 7, 5, 3, 2, 4, 6, 7, 5, 3, 2, 4, 6, 7, 5, 3, 2, 4, 6, 7, 5, 3, 2, 4, 6, 7, 5, 3, 2, 4, 6, 7, 5, 3, 2, 4, 6, 7, 5, 3, 2, 4, 6, 7, 5, 3 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
From Chai Wah Wu, Apr 18 2024: (Start)
a(n) = a(n-1) - a(n-3) + a(n-4) for n > 5.
G.f.: x^2*(-5*x^3 - 2*x^2 + x - 3)/(x^4 - x^3 + x - 1). (End)
EXAMPLE
0.00324675324675324...
MATHEMATICA
Join[{0, 0}, RealDigits[1/308, 10, 120][[1]]] (* or *) PadRight[{0, 0}, 120, {7, 5, 3, 2, 4, 6}] (* Harvey P. Dale, Mar 22 2016 *)
CROSSREFS
Sequence in context: A014685 A239516 A365533 * A099258 A264905 A254052
KEYWORD
nonn,cons,easy
AUTHOR
STATUS
approved

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 May 21 01:24 EDT 2024. Contains 372720 sequences. (Running on oeis4.)