OFFSET
1,2
COMMENTS
The next term is too large to include.
EXAMPLE
a(3) = 2^2 + 2 + 1 = 7.
MAPLE
a[1]:=1: for n from 1 to 7 do a[n+1]:=sum(a[n]^j, j=0..n) od: seq(a[n], n=1..7); # Emeric Deutsch, Jul 31 2005
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Amarnath Murthy, Jul 26 2005
EXTENSIONS
More terms from Emeric Deutsch, Jul 31 2005
STATUS
approved