Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A089408
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A089408 Number of fixed points in range [A014137(n-1)..A014138(n-1)] of permutation A089864. +0
88
1, 1, 2, 1, 2, 2, 4, 5, 10, 14, 28, 42, 84, 132, 264, 429, 858, 1430, 2860, 4862, 9724, 16796, 33592, 58786, 117572, 208012, 416024, 742900, 1485800, 2674440, 5348880, 9694845, 19389690, 35357670, 70715340, 129644790, 259289580, 477638700 (list; graph; listen)
OFFSET

0,3

COMMENT

The number of n-node binary trees fixed by the corresponding automorphism(s). Essentially A000108 interleaved with A068875.

LINKS

A. Karttunen, C-program for computing the initial terms of this sequence

FORMULA

a(0)=1, a(2n) = 2*A000108(n-1), a(2n+1) = A000108(n)

G.f.: (1+4x-(1+2x)sqrt(1-4x^2))/(2x) - Paul Barry (pbarry(AT)wit.ie), Apr 11 2005

C(2*j,j)/(1+j)*i, i=1..2),j>=0. - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 29 2007

MAPLE

seq(seq(binomial(2*j, j)/(1+j)*i, i=1..2), j=0..19); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 29 2007

PROGRAM

(Scheme) (define (A089408 n) (cond ((zero? n) 1) ((even? n) (* 2 (A000108 (-1+ (/ n 2))))) (else (A000108 (/ (-1+ n) 2)))))

CROSSREFS

Cf. A089402.

Cf. A000108.

Sequence in context: A163373 A117193 A026832 this_sequence A079318 A050315 A128978

Adjacent sequences: A089405 A089406 A089407 this_sequence A089409 A089410 A089411

KEYWORD

nonn,easy

AUTHOR

Antti Karttunen (His_Firstname.His_Surname(AT)gmail.com), Nov 29 2003

page 1

Search completed in 0.003 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 December 15 00:47 EST 2009. Contains 170825 sequences.


AT&T Labs Research