The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A261187 a(n) = (2^(n-1))!*y(n) where y(n)=1/2*(y(n-1))^2+1 for n>=2 and y(1)=1. 0
1, 3, 51, 131355, 131953155208875, 5496027066067360087228913484456796875, 27805296606704951937976342299927372748633425216234990144120838935506416477839670037841796875 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) is also the number of knockout tournament seedings that satisfy the symmetry property.
LINKS
Alexander Karpov, A theory of knockout tournament seedings, Heidelberg University, AWI Discussion Paper Series, No. 600.
MATHEMATICA
Table[(2^(n-1))!*FoldList[(1/2)*(#1)^2+1&, 1, Range[2, 7]][[n]], {n, 1, 7}] (* Ivan N. Ianakiev, Aug 25 2015 *)
CROSSREFS
Cf. A067667 (number of seedings).
Sequence in context: A307022 A330302 A227067 * A347509 A273923 A037106
KEYWORD
nonn
AUTHOR
Alexander Karpov, Aug 11 2015
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 29 03:17 EDT 2024. Contains 372921 sequences. (Running on oeis4.)