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!)
A021368 Decimal expansion of 1/364. 0
0, 0, 2, 7, 4, 7, 2, 5, 2, 7, 4, 7, 2, 5, 2, 7, 4, 7, 2, 5, 2, 7, 4, 7, 2, 5, 2, 7, 4, 7, 2, 5, 2, 7, 4, 7, 2, 5, 2, 7, 4, 7, 2, 5, 2, 7, 4, 7, 2, 5, 2, 7, 4, 7, 2, 5, 2, 7, 4, 7, 2, 5, 2, 7, 4, 7, 2, 5, 2, 7, 4, 7, 2, 5, 2, 7, 4, 7, 2, 5, 2, 7, 4, 7, 2, 5, 2, 7, 4, 7, 2, 5, 2, 7, 4, 7, 2, 5, 2 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
From Chai Wah Wu, Oct 03 2016: (Start)
a(n) = a(n-1) - a(n-3) + a(n-4) for n > 5.
G.f.: x^2*(2 + 5*x - 3*x^2 + 5*x^3)/(1 - x + x^3 - x^4). (End)
MATHEMATICA
ConstantArray[0, Abs@ Length@ #]~Join~First@ # &@ RealDigits[N[1/364, 120]] (* Michael De Vlieger, Oct 03 2016 *)
Join[{0, 0}, RealDigits[1/364, 10, 120][[1]]] (* or *) PadRight[{0, 0}, 120, {2, 5, 2, 7, 4, 7}] (* Harvey P. Dale, Apr 20 2018 *)
CROSSREFS
Sequence in context: A306579 A175641 A286984 * A019968 A257434 A011050
KEYWORD
nonn,cons
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 March 28 09:04 EDT 2024. Contains 371240 sequences. (Running on oeis4.)