|
Search: id:A006327
|
|
|
| A006327 |
|
Fibonacci numbers - 3. Number of total preorders. (Formerly M1371)
|
|
+0 3
|
|
| 0, 2, 5, 10, 18, 31, 52, 86, 141, 230, 374, 607, 984, 1594, 2581, 4178, 6762, 10943, 17708, 28654, 46365, 75022, 121390, 196415, 317808, 514226, 832037, 1346266, 2178306, 3524575, 5702884, 9227462, 14930349
(list; graph; listen)
|
|
|
OFFSET
|
3,2
|
|
|
COMMENT
|
Minimal cost of maximum height Huffman tree of size n. - Alex Vinokur (alexvn(AT)barak-online.net), Oct 25 2004
|
|
REFERENCES
|
S. Plouffe, Approximations de S\'{e}ries G\'{e}n\'{e}ratrices et Quelques Conjectures}, Dissertation, Universit\'{e} du Qu\'{e}bec \`{a} Montr\'{e}al, 1992.
G. Kreweras, Les preordres totaux compatibles avec un ordre partiel. Math. Sci. Humaines No. 53 (1976), 5-30.
A. Sapounakis, I. Tasoulas and P. Tsikouras, On the Dominance Partial Ordering of Dyck Paths, Journal of Integer Sequences, Vol. 9 (2006), Article 06.2.5.
Vinokur A. B., Huffman trees and Fibonacci numbers, Kibernetika Issue 6 (1986) 9-12 (in Russian); English translation in Cybernetics 21, Issue 6 (1986), 692-696.
|
|
LINKS
|
S. Plouffe, Approximations de S\'{e}ries G\'{e}n\'{e}ratrices et Quelques Conjectures}, Dissertation, Universit\'{e} du Qu\'{e}bec \`{a} Montr\'{e}al, 1992.
S. Plouffe, 1031 Generating Functions and Conjectures, Universit\'{e} du Qu\'{e}bec \`{a} Montr\'{e}al, 1992.
Alex Vinokur, Fibonacci connection between Huffman codes and Wythoff array, E-print
|
|
FORMULA
|
G.f.: x^3*(2 + x)/((1-x)*(1-x-x^2)); a(n) = a(n-1) + a(n-2) + 3.
a(n+3)=sum{k=-n+1..n, F(abs(n)+1)}; - Paul Barry (pbarry(AT)wit.ie), Oct 24 2007
|
|
MAPLE
|
with(combinat):a:=n->sum(fibonacci(j), j=3..n): seq(a(n), n=2..34); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Oct 03 2007
A006327:=(2+z)/(z-1)/(z**2+z-1); [Conjectured by S. Plouffe in his 1992 dissertation.]
|
|
CROSSREFS
|
A diagonal of A079502.
Sequence in context: A117485 A084835 A034350 this_sequence A103577 A079006 A001936
Adjacent sequences: A006324 A006325 A006326 this_sequence A006328 A006329 A006330
|
|
KEYWORD
|
nonn,easy,nice
|
|
AUTHOR
|
njas, Simon Plouffe (plouffe(AT)math.uqam.ca)
|
|
|
Search completed in 0.002 seconds
|