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!)
A006223 Number of binary rooted trees of height n requiring 3 registers.
(Formerly M4940)
1
1, 14, 118, 780, 4466, 23276, 113620, 528840, 2375100, 10378056, 44381832, 186574864, 773564328, 3171317360, 12880883408, 51915526432, 207893871472, 827983736608 (list; graph; refs; listen; history; text; internal format)
OFFSET
7,2
COMMENTS
The eighteen listed terms a(7)...a(24) satisfy a(n) = 14a(n-1) - 78a(n-2) + 220a(n-3) - 330a(n-4) + 252a(n-5) - 84a(n-6) + 8a(n-7) for n>7 (taking a(1), a(2), ..., a(6) = 0). - John W. Layman, Oct 14 1999
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
P. Flajolet, J.-C. Raoult, and J. Vuillemin, The number of registers required for evaluating arithmetic expressions, Theoret. Comput. Sci. 9 (1979), no. 1, 99-125.
Simon Plouffe, Approximations de séries génératrices et quelques conjectures, Dissertation, Université du Québec à Montréal, 1992; arXiv:0911.4975 [math.NT], 2009.
Simon Plouffe, 1031 Generating Functions, Appendix to Thesis, Montreal, 1992
MAPLE
A006223:=-1/(2*z-1)/(2*z**4-16*z**3+20*z**2-8*z+1)/(2*z**2-4*z+1); # conjectured (correctly) by Simon Plouffe in his 1992 dissertation
MATHEMATICA
CoefficientList[-1/(2z - 1)/(2z^4 - 16z^3 + 20z^2 - 8z + 1)/(2z^2 - 4z + 1) + O[z]^18, z] (* Jean-François Alcover, Jul 29 2018, after Simon Plouffe *)
CROSSREFS
Sequence in context: A138431 A175874 A359184 * A091303 A241463 A284766
KEYWORD
nonn
AUTHOR
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 April 16 07:08 EDT 2024. Contains 371698 sequences. (Running on oeis4.)