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!)
A021017 Decimal expansion of 1/13. 7
0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
In 1741, Euler recognized that 10 times this number is close to (2^i + 2^(-i))/2, see Nahin (1988) and A219705. - Alonso del Arte, Nov 25 2012
Also decimal expansion of sum(i=1..infinity, 1/14^i). [Bruno Berselli, Jan 03 2014]
REFERENCES
Paul J. Nahin, An Imaginary Tale: The Story of sqrt(-1). Princeton, New Jersey: Princeton University Press (1988): 143.
LINKS
FORMULA
a(n) = a(n - 1) - a(n - 3) + a(n - 4). G.f.: -x*(3*x^2 - x + 7)/((x - 1)*(x + 1)*(x^2 - x + 1)). [Colin Barker, Aug 15 2012]
EXAMPLE
0.076923076923076923076923076923076923076923...
MATHEMATICA
LinearRecurrence[{1, 0, -1, 1}, {0, 7, 6, 9}, 98] (* with C. Barker's formula, Peter Luschny, Aug 15 2012 *)
Join[{0}, RealDigits[1/13, 10, 120][[1]]] (* or *) PadRight[{}, 120, {0, 7, 6, 9, 2, 3}] (* Harvey P. Dale, Dec 17 2017 *)
CROSSREFS
Cf. A219705.
Sequence in context: A351687 A011220 A198605 * A219705 A273066 A257964
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 April 24 02:46 EDT 2024. Contains 371917 sequences. (Running on oeis4.)