%I A059232
%S A059232 1,3,30,205891132094649000000000000000000000000000004
%N A059232 a(1)= 1, a(n)=(a(n-1)^a(n-1))+n.
%e A059232 a(3)=3^3+3=27+3=30
%o A059232 (PARI) { for (n = 1, 4, a=if (n==1, 1, a^a + n); write("b059232.txt",
n, " ", a); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net),
Jun 25 2009]
%Y A059232 Sequence in context: A065594 A155731 A145385 this_sequence A068698 A053300
A089281
%Y A059232 Adjacent sequences: A059229 A059230 A059231 this_sequence A059233 A059234
A059235
%K A059232 nonn
%O A059232 1,2
%A A059232 Fabian Rothelius (fabian.rothelius(AT)telia.com), Jan 20 2001
%E A059232 Next term is too large to include.
|