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.
%I A143760 #10 Dec 18 2014 08:07:11 %S A143760 1,2,8,73,5345,28569050,816190617902536, %T A143760 666167124752123519223995231345, %U A143760 443778638100511299954105018279514127887014869775300070509089 %N A143760 a(n+1) = a(n)^2 + n^2, a(1) = 1. %C A143760 Let f(n+1,k) = f(n,k)^2 + k*n*f(n,k) + n^2, f(1, k) = 1: %C A143760 f(n,0)=a(n), f(n,-1)=A143761(n), f(n,+1)=A143762(n), %C A143760 f(n,-2)=A143763(n), f(n,+2)=A143764(n), f(n,-3)=A143765(n), %C A143760 f(n,+3)=A143766(n). %H A143760 <a href="/index/Aa#AHSL">Index entries for sequences of form a(n+1)=a(n)^2 + ...</a> [From _Reinhard Zumkeller_, Sep 11 2008] %F A143760 a(n) ~ c^(2^n), where c = 1.3076706365483739101135324977730044318963776104568586126528165276768888613... . - _Vaclav Kotesovec_, Dec 18 2014 %t A143760 RecurrenceTable[{a[1]==1,a[n]==a[n-1]^2+(n-1)^2},a[n],{n,10}] (* _Harvey P. Dale_, May 03 2011 *) %K A143760 nonn %O A143760 1,2 %A A143760 _Reinhard Zumkeller_, Sep 01 2008