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.

Showing 1-2 of 2 results.

A140606 Number of inequivalent expressions involving n operands.

Original entry on oeis.org

1, 6, 68, 1170, 27142, 793002, 27914126, 1150212810, 54326011414, 2894532443154, 171800282010062, 11243812043430330, 804596872359480358, 62506696942427106498, 5239819196582605428254, 471480120474696200252970, 45328694990444455796547766, 4637556923393331549190920306
Offset: 1

Views

Author

Zhao Hui Du, Jul 07 2008

Keywords

Comments

Only binary operators +, -, *, / (and parentheses) are permitted.
The expression (a+b)-c is equivalent to a-c+b and a+b-c but (a+b)-c is different from a-b+c.
Another example: the expression (a-b)/(c-d) is equivalent to (b-a)/(d-c).

Examples

			When n=2, there are six inequivalent expressions: a+b, a-b, b-a, a*b, a/b, b/a. Other expressions are equivalent to these (e.g.  b+a is equivalent to a+b).
		

Crossrefs

Cf. A182173, A351922 (if exponentiation is included).

Formula

From Zhujun Zhang, Aug 11 2018: (Start)
E.g.f.: A(x) = B(x)+C(x)-D(x)-E(x)-x, where B(x) = 2x+exp(C(x))-1-C(x), C(x) = 2x+2*exp(B(x))-2*exp(B(x)/2)-B(x), D(x) = x+exp(E(x))-1-E(x), and E(x) = x+exp(2*D(x))-exp(D(x))-D(x).
a(n) ~ (n/(e*b))^n * sqrt(b)*c/n, where b=0.16142418303980816579438744831086877555003744810690... and c=1.8772213095052105788245813534431275116981368728916.... (End)

A247982 Number of inequivalent expressions involving n operands, ignoring sign.

Original entry on oeis.org

1, 5, 47, 733, 15907, 443825, 15129599, 609432421, 28322451979, 1491650309705, 87799033276583, 5711697248522077, 406948643125302163, 31515118552199419745, 2635823964117955940111, 236779241276954626064149, 22736883802469421935493211
Offset: 1

Views

Author

Seiichi Azuma, Sep 28 2014

Keywords

Comments

Similar to A140606, but for example, (a-b)/(c-d) and (b-a)/(c-d) are also regarded as the same.

Crossrefs

Formula

a(n) = A182173(n)/2. - Zhujun Zhang, Aug 11 2018

Extensions

a(7)-a(17) from Muniru A Asiru, Aug 13 2018
Showing 1-2 of 2 results.