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,changed
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 April 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)