Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A001697
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A001697 a(n+1)=a(n)(a(0)+ ... +a(n)).
(Formerly M1902 N0751)
+0
4
1, 1, 2, 8, 96, 10368, 108615168, 11798392572168192, 139202068568601556987554268864512, 19377215893777651167043206536157390321290709180447278572301746176 (list; graph; listen)
OFFSET

0,3

COMMENT

Number of binary trees of height n where for each node the left subtree is at least as high as the right subtree. - Franklin T. Adams-Watters, Feb 08 2007

LINKS

A. V. Aho and N. J. A. Sloane, Some doubly exponential sequences, Fib. Quart., 11 (1973), 429-437.

PROGRAM

(PARI) a(n)=if(n<2, n >= 0, a(n-1)^2*(1+1/a(n-2)))

CROSSREFS

a(n)=A039941(2*n+1); first difference sequence of A001696 is this sequence.

Cf. A002658, A001699.

Adjacent sequences: A001694 A001695 A001696 this_sequence A001698 A001699 A001700

Sequence in context: A009752 A137704 A001417 this_sequence A006069 A052457 A119654

KEYWORD

nonn,easy,nice

AUTHOR

njas

EXTENSIONS

Additional comments from Michael Somos, May 19, 2000

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 January 7 11:41 EST 2009. Contains 152824 sequences.


AT&T Labs Research