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!)
A089267 Continued fraction expansion with iterated 3-fold symmetry. 2
0, 1, 1, 23, 1, 2, 1, 18815, 3, 1, 23, 3, 1, 23, 1, 2, 1, 106597754640383, 3, 1, 23, 1, 3, 23, 1, 3, 18815, 1, 2, 1, 23, 3, 1, 23, 1, 2, 1, 18815, 3, 1, 23, 3, 1, 23, 1, 2, 1, 1715738475058821295603924428015888899408203312889855, 3, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
Sum_{k=0..infinity} 1/chebyshev(4^k, 2) = 0.51030927976262776140...
MATHEMATICA
nmax = 50; f[m_] := ContinuedFraction[ Sum[ 1/ChebyshevT[4^k, 2], {k, 0, m}]]; A089267 = Catch[ For[m = 1, True, m++, If[ Length[fm = f[m]] > nmax, Throw[ fm[[1 ;; nmax]] ]]]] (* Jean-François Alcover, Sep 19 2012 *)
PROG
(PARI) contfrac(suminf(k=0, 1/subst(poltchebi(4^k), x, 2)))
(PARI) contfrac(suminf(k=0, 1/polchebyshev(4^k, 1, 2))) \\ Charles R Greathouse IV, May 28 2015
CROSSREFS
Cf. A007400.
Sequence in context: A015151 A040539 A040540 * A040538 A040537 A040542
KEYWORD
nonn,cofr,nice
AUTHOR
Ralf Stephan, Oct 30 2003
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 01:30 EDT 2024. Contains 372257 sequences. (Running on oeis4.)