[go: up one dir, main page]

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!)
A010150 Continued fraction for sqrt(71). 4
8, 2, 2, 1, 7, 1, 2, 2, 16, 2, 2, 1, 7, 1, 2, 2, 16, 2, 2, 1, 7, 1, 2, 2, 16, 2, 2, 1, 7, 1, 2, 2, 16, 2, 2, 1, 7, 1, 2, 2, 16, 2, 2, 1, 7, 1, 2, 2, 16, 2, 2, 1, 7, 1, 2, 2, 16, 2, 2, 1, 7, 1, 2, 2, 16, 2, 2, 1, 7, 1, 2, 2, 16, 2, 2, 1, 7, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
G. Xiao, Contfrac
EXAMPLE
8.426149773176358630634139906... = 8 + 1/(2 + 1/(2 + 1/(1 + 1/(7 + ...)))). - Harry J. Smith, Jun 08 2009
MATHEMATICA
ContinuedFraction[Sqrt[71], 300] (* Vladimir Joseph Stephan Orlovsky, Mar 08 2011 *)
PadRight[{8}, 120, {16, 2, 2, 1, 7, 1, 2, 2}] (* Harvey P. Dale, Apr 17 2015 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 20000); x=contfrac(sqrt(71)); for (n=0, 20000, write("b010150.txt", n, " ", x[n+1])); } \\ Harry J. Smith, Jun 08 2009
CROSSREFS
Cf. A010523 Decimal expansion. - Harry J. Smith, Jun 08 2009
Sequence in context: A177428 A130617 A362662 * A176153 A136711 A037920
KEYWORD
nonn,cofr
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 August 31 00:13 EDT 2024. Contains 375550 sequences. (Running on oeis4.)