login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A003009
a(n+1) = a(n) + 4^(n-1) a(n)^2.
(Formerly M3174)
2
3, 147, 1383123, 489735485064147, 245597025618959718190041238775763, 247062114274836300381127305147102564467751924522387062291401805739987
OFFSET
3,1
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
MATHEMATICA
RecurrenceTable[{a[3]==3, a[n]==a[n-1]+4^(n-2) a[n-1]^2}, a, {n, 3, 10}] (* Harvey P. Dale, Jan 29 2014 *)
CROSSREFS
Sequence in context: A203312 A203742 A203699 * A037122 A213989 A181748
KEYWORD
nonn,easy
STATUS
approved