Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A090826
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A090826 Convolution of Catalan and Fibonacci numbers. +0
4
0, 1, 2, 5, 12, 31, 85, 248, 762, 2440, 8064, 27300, 94150, 329462, 1166512, 4170414, 15031771, 54559855, 199236416, 731434971, 2697934577, 9993489968, 37157691565, 138633745173, 518851050388, 1947388942885, 7328186394725 (list; graph; listen)
OFFSET

0,3

COMMENT

Also (with a(0)=1 instead of 0): Number of fixed points in range [A014137(n-1)..A014138(n-1)] of permutation A089867/A089868, i.e. the number of n-node binary trees fixed by the corresponding automorphism(s).

FORMULA

CONV(A000045, A000108). [Could somebody supply a g.f. or direct recurrence for this sequence?]

G.f.: (1-(1-4x)^(1/2))/(2(1-x-x^2)). The generating function for the convolution of Catalan and Fibonacci numbers is simply the generating functions of the Catalan and Fibonacci numbers multiplied together. - Molly Leonard (maleonard1(AT)stthomas.edu), Aug 04 2006

PROGRAM

(MIT Scheme) (define (A090826 n) (convolve A000045 A000108 n))

(define (convolve fun1 fun2 upto_n) (let loop ((i 0) (j upto_n)) (if (> i upto_n) 0 (+ (* (fun1 i) (fun2 j)) (loop (+ i 1) (- j 1))))))

CROSSREFS

Cf. Catalan numbers: A000108, Fibonacci numbers: A000045.

Sequence in context: A071359 A014329 A045633 this_sequence A132441 A000840 A039809

Adjacent sequences: A090823 A090824 A090825 this_sequence A090827 A090828 A090829

KEYWORD

nonn,easy

AUTHOR

Antti Karttunen (His_Firstname.His_Surname(AT)iki.fi), Dec 20 2003

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 26 23:19 EDT 2008. Contains 142293 sequences.


AT&T Labs Research