Search: id:A062013 Results 1-1 of 1 results found. %I A062013 %S A062013 3,10,101,10202,104080805,10832813969448026, %T A062013 117349858496668297583751115296677, %U A062013 13770989289188072635789270799554901596999795308252284177727242330 %N A062013 a(1) = 3, a(n) = a(n-1)^2 + 1. %H A062013 Harry J. Smith, Table of n, a(n) for n=1,...,11 %e A062013 a(4) = a(3)^2 +1 = 101^2 +1 =10202 %o A062013 (PARI) { for (n=1, 11, if (n==1, a=3, a=a^2 + 1); write("b062013.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 29 2009] %Y A062013 Sequence in context: A013267 A013268 A015487 this_sequence A023372 A025541 A083108 %Y A062013 Adjacent sequences: A062010 A062011 A062012 this_sequence A062014 A062015 A062016 %K A062013 nonn %O A062013 1,1 %A A062013 Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jun 01 2001 %E A062013 More terms from Jason Earls (zevi_35711(AT)yahoo.com), Jun 02 2001 %E A062013 OFFSET changed from 0,1 to 1,1 by Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 29 2009 %E A062013 Typo in a(8) corrected by N. J. A. Sloane, Aug 31 2009 using the b-file. Search completed in 0.001 seconds