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!)
A274085 Continued fraction for sixth root of 6. 1
1, 2, 1, 6, 1, 9, 1, 1, 1, 2, 4, 9, 4, 4, 2, 2, 1, 8, 1, 2, 21, 10, 1, 13, 4, 1, 6, 2, 10, 2, 2, 3, 1, 12, 3, 2, 1, 1, 2, 1, 9, 7, 3, 1, 4, 2, 8, 1, 11, 1, 2, 4, 3, 1, 7, 6, 1, 1, 1, 11, 1, 2, 1, 9, 1, 2, 1, 2, 9, 44, 1, 1, 1, 1, 34, 1, 12, 1, 3, 2, 3, 54, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
6^(1/6) = 1 + 1/(2 + 1/(1 + 1/(6 + 1/(1 + ...)))).
MAPLE
numtheory:-cfracpol(x^6-6, 100)[2]; # Robert Israel, Jul 31 2016
MATHEMATICA
ContinuedFraction[6^(1/6), {80}] (* Alonso del Arte, Jun 18 2016 *)
PROG
(PARI) default(realprecision, 210); contfrac(6^(1/6))
CROSSREFS
Cf. A011215.
Sequence in context: A007956 A107754 A181569 * A302129 A191093 A266303
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 April 16 16:13 EDT 2024. Contains 371749 sequences. (Running on oeis4.)