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.

A030450 Related to number of elements in the free band (idempotent semigroup) on n generators.

Original entry on oeis.org

1, 1, 4, 144, 331776, 2751882854400, 272622932796264897576960000, 3641839910835401567626683591527643364677019238400000000
Offset: 0

Views

Author

Marcel Jackson (marcel_j(AT)hilbert.maths.utas.edu.au)

Keywords

Comments

Continued square root 2 = sqrt(1 + sqrt(1 + sqrt(4 + sqrt(144 + ...)))) = sqrt(1 + sqrt(1 + 2*sqrt(1 + 3*sqrt(1 + 4*sqrt(1 + ...))))) [S. Ramanujan]. - Michael Somos, Dec 03 2017

References

  • John M. Howie, Fundamentals of Semigroup Theory, Oxford University Press 1995, p. 123.

Crossrefs

A052129(n) = n*a(n-1) if n > 0.

Programs

Formula

Binomial transform is A005345. - Michael Somos, Oct 22 2006
a(n) = (n*a(n-1))^2 if n > 0. a(0)=1. - Michael Somos, Oct 22 2006
a(n) = Product_{i=1..n} (n-i+1)^(2^i).
Sum_{n>=1} 1/a(n) = A258621. - Amiram Eldar, Nov 19 2020