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.

A143763 a(n+1) = (a(n)-n)^2, a(1) = 1.

Original entry on oeis.org

1, 0, 4, 1, 9, 16, 100, 8649, 74666881, 5575141774264384, 31082205803147712138788845611876, 966103517589229313003894215813508352493573272034098666228778225
Offset: 1

Views

Author

Reinhard Zumkeller, Sep 01 2008

Keywords

Comments

Let f(n+1,k) = f(n,k)^2 + k*n*f(n,k) + n^2, f(1, k) = 1:
f(n,0)=A143760(n), f(n,-1)=A143761(n), f(n,+1)=A143762(n),
f(n,-2)=a(n), f(n,+2)=A143764(n), f(n,-3)=A143765(n), f(n,+3)=A143766(n).

Crossrefs

Cf. A000290.

Programs

Formula

a(n) ~ c^(2^n), where c = 1.0360416217849060104872070636721393146594472258894124389077919684140867897... . - Vaclav Kotesovec, Dec 18 2014