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”).

A066141
a(n) = n^(n-1) + n + 1.
2
3, 5, 13, 69, 631, 7783, 117657, 2097161, 43046731, 1000000011, 25937424613, 743008370701, 23298085122495, 793714773254159, 29192926025390641, 1152921504606846993, 48661191875666868499, 2185911559738696531987, 104127350297911241532861
OFFSET
1,1
LINKS
MATHEMATICA
Table[n^(n-1)+n+1, {n, 1, 25}] (* Vladimir Joseph Stephan Orlovsky, Jan 30 2012 *)
PROG
(PARI) { for (n=1, 100, write("b066141.txt", n, " ", n^(n-1) + n + 1) ) } \\ Harry J. Smith, Feb 02 2010
CROSSREFS
Sequence in context: A153207 A144718 A347866 * A159293 A051901 A268021
KEYWORD
easy,nonn
AUTHOR
George E. Antoniou, Dec 07 2001
STATUS
approved