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!)
A003118 Continued fraction for fifth root of 4.
(Formerly M2607)
2
1, 3, 7, 1, 2, 2, 1, 2, 4, 56, 1, 14, 2, 1, 1, 3, 5, 6, 2, 1, 1, 2, 1, 1, 8, 1, 2, 2, 1, 5, 1, 4, 1, 1, 3, 3, 1, 1, 3, 7, 4, 1, 10, 1, 2, 1, 8, 2, 4, 1, 1, 9, 2, 2, 2, 1, 2, 1, 1, 1, 92, 1, 26, 4, 31, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
REFERENCES
H. P. Robinson, Letter to N. J. A. Sloane, Nov 13 1973.N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
J. Shallit & N. J. A. Sloane, Correspondence 1974-1975
G. Xiao, Contfrac
EXAMPLE
1.319507910772894259374001971... = 1 + 1/(3 + 1/(7 + 1/(1 + 1/(2 + ...)))). - Harry J. Smith, May 11 2009
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(4^(1/5)); for (n=1, 20000, write("b003118.txt", n, " ", x[n])); } \\ Harry J. Smith, May 11 2009
CROSSREFS
Cf. A005533 = Decimal expansion. - Harry J. Smith, May 11 2009
Sequence in context: A228147 A200922 A210453 * A096409 A356704 A019631
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 May 5 23:49 EDT 2024. Contains 372290 sequences. (Running on oeis4.)