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.

A082543 Take a string of n x's and insert n-1 ^'s and n-1 pairs of parentheses in all possible ways. Sequence gives number of distinct integer values when x=sqrt(2).

Original entry on oeis.org

0, 0, 1, 1, 2, 2, 3, 4, 5, 7
Offset: 1

Views

Author

Benoit Cloitre, May 02 2003

Keywords

Comments

It appears that the integer values obtained are always of form 2^(2^k).

Crossrefs

Extensions

More terms and comments from W. Edwin Clark, May 02 2003

A003008 Number of n-level ladder expressions with A030798.

Original entry on oeis.org

1, 1, 2, 4, 8, 17, 39, 90, 213
Offset: 1

Views

Author

Keywords

References

  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. A082499.

A297074 Number of ways of inserting parentheses in x^x^...^x (with n x's) whose result is an integer where x = sqrt(2).

Original entry on oeis.org

0, 0, 1, 1, 2, 5, 10, 23, 55
Offset: 1

Views

Author

Jon E. Schoenfield, Dec 24 2017

Keywords

Comments

The largest value that can be obtained by inserting parentheses in x^x^x^x^x^x^x^x^x (9 x's), where x = sqrt(2), is x^(x^((((((x^x)^x)^x)^x)^x)^x)) = 2^128 = 340282366920938463463374607431768211456; this is one of the a(9) = 55 ways of inserting parentheses in x^x^x^x^x^x^x^x^x that yield an integer value.

Examples

			With x = sqrt(2),
x = 1.414213... is not an integer, so a(1) = 0;
x^x = 1.632526... is not an integer, so a(2) = 0.
(x^x)^x = 2 is an integer, but x^(x^x) = 1.760839... is not, so a(3) = 1;
((x^x)^x)^x, (x^x)^(x^x), (x^(x^x))^x, and x^(x^(x^x)) are noninteger values, but x^((x^x)^x) = 2, so a(4) = 1;
the only ways of inserting parentheses in x^x^x^x^x that yield integer values are x^(x^((x^x)^x)) = 2 and (((x^x)^x)^x)^x = 4, so a(5) = 2.
		

Crossrefs

Programs

Previous Showing 11-13 of 13 results.