cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Previous Showing 11-13 of 13 results.

A233590 Decimal expansion of the continued fraction c(1) +c(1)/(c(2) +c(2)/(c(3) +c(3)/(c(4) +c(4)/....))), where c(i)=2^(i-1).

Original entry on oeis.org

1, 4, 0, 8, 6, 1, 5, 9, 7, 9, 7, 3, 5, 0, 0, 5, 2, 0, 5, 1, 3, 2, 3, 6, 2, 5, 9, 0, 2, 5, 5, 7, 9, 5, 2, 0, 9, 4, 8, 4, 5, 6, 3, 3, 7, 3, 6, 8, 6, 8, 8, 8, 3, 5, 3, 7, 0, 3, 9, 2, 7, 0, 2, 2, 3, 7, 9, 7, 5, 9, 9, 8
Offset: 1

Views

Author

Stanislav Sykora, Jan 06 2014

Keywords

Comments

For more details about this type of continued fraction, see A233588.
This one corresponds to the powers of two sequence.
Corresponds to the regular continued fraction 1,2,2,4,4,8,8,16,16,... = A060546. - Jeffrey Shallit, Jun 14 2016

Examples

			1.408615979735005205132362590255795209484563373686888353703927022...
		

Crossrefs

Cf. A000079 (2^n), A096658, A060546.
Cf. Blazys's continued fractions: A233588, A233589, A233591 and Blazys' expansions: A233582, A233583, A233584, A233585, A233586, A233587

Programs

  • Mathematica
    RealDigits[ Fold[(#2 + #2/#1) &, 1, Reverse@ (2^Range[0, 27])], 10, 111][[1]] (* Robert G. Wilson v, May 22 2014 *)
  • PARI
    See the link

Formula

Equals 1+1/(2+2/(4+4/(8+8/(16+16/(32+...))))).
Equals Product_{k>=0} ((1 - 2^(5*k + 2))*(1 - 2^(5*k + 3)))/((1 - 2^(5*k + 1))*(1 - 2^(5*k + 4))). - Antonio GraciĆ” Llorente, Mar 20 2024

A233591 Decimal expansion of the continued fraction c(1) +c(1)/(c(2) +c(2)/(c(3) +c(3)/(c(4) +c(4)/....))), where c(i)=i^2.

Original entry on oeis.org

1, 2, 2, 6, 2, 8, 4, 0, 2, 4, 1, 8, 2, 6, 9, 0, 2, 7, 4, 8, 1, 4, 9, 3, 7, 1, 0, 0, 8, 6, 2, 2, 4, 0, 3, 9, 6, 1, 9, 0, 8, 1, 1, 4, 8, 7, 3, 5, 3, 6, 2, 3, 5, 9, 5, 5, 0, 1, 6, 6, 6, 5, 2, 2, 1, 2, 5, 2, 7, 5, 4, 3
Offset: 1

Views

Author

Stanislav Sykora, Jan 06 2014

Keywords

Comments

For more details on this type of continued fractions, see A233588.
This one corresponds to the squares of natural numbers.

Examples

			1.22628402418269027481493710086224039619081148735362359550166652...
		

Crossrefs

Cf. A000290 (n^2).
Cf. Blazys' continued fractions: A233588, A233589, A233591 and Blazys' expansions: A233582, A233583, A233584, A233585, A233586, A233587.

Programs

  • Mathematica
     RealDigits[ Fold[(#2 + #2/#1) &, 1, Reverse@ Range[45]^2], 10, 111][[1]] (* Robert G. Wilson v, May 22 2014 *)
  • PARI
    See the link

Formula

Equals 1+1/(4+4/(9+9/(16+16/(25+25/(36+...))))).

A330867 Decimal expansion of the continued fraction 1/(1 + 2/(2 + 3/(3 + 5/(5 + 7/(7 + ... + prime(k)/(prime(k) + ...)))))).

Original entry on oeis.org

5, 8, 1, 5, 2, 5, 0, 0, 4, 5, 9, 2, 2, 1, 4, 6, 5, 4, 3, 9, 9, 1, 5, 1, 7, 0, 4, 8, 1, 8, 0, 0, 4, 4, 6, 1, 9, 5, 5, 8, 6, 7, 5, 4, 0, 4, 9, 7, 2, 4, 6, 4, 4, 1, 1, 0, 0, 4, 7, 9, 4, 2, 3, 2, 6, 0, 9, 6, 7, 4, 6, 4, 5, 4, 1, 9, 6, 8, 6, 1, 4, 1, 2, 0, 2, 7, 6, 1, 4, 5, 2, 4, 3, 4, 0, 5, 4, 6, 9, 3
Offset: 0

Views

Author

Ilya Gutkovskiy, Apr 28 2020

Keywords

Examples

			0.58152500459221465439915170481800446195586754...
		

Crossrefs

Previous Showing 11-13 of 13 results.