login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)