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.

A143764 a(n+1) = (a(n)+n)^2, a(1) = 1.

Original entry on oeis.org

1, 4, 36, 1521, 2325625, 5408554896900, 29252466072845872288372836, 855706771342998810018458679815602502067088579902649, 732234078522259249473123638277942895348884466303559008943210424176413224873174808848983192723595659649
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)=A143763(n), f(n,+2)=a(n), f(n,-3)=A143765(n), f(n,+3)=A143766(n).

Crossrefs

Subsequence of A000290.

Programs

Formula

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