cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A174677 a(n) = 2*a(n-1)*a(n-2) with a(0)=1 and a(1)=1.

Original entry on oeis.org

1, 1, 2, 4, 16, 128, 4096, 1048576, 8589934592, 18014398509481984, 309485009821345068724781056, 11150372599265311570767859136324180752990208
Offset: 0

Views

Author

Giovanni Teofilatto, Mar 26 2010

Keywords

Comments

a(n) is the number of node minimal AVL trees of height n. - Alois P. Heinz, Mar 13 2013

Crossrefs

Programs

Formula

a(n) = 2^(Fibonacci(n+1) - 1).
a(n) = 1/2 * A000301(n+1).

Extensions

Formula index corrected by R. J. Mathar, Mar 30 2010
a(0)=1 prepended and name edited by Alois P. Heinz, Jul 05 2021