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!)
A066279 a(n) = n^n + n + 1. 4
-1, 2, 3, 7, 31, 261, 3131, 46663, 823551, 16777225, 387420499, 10000000011, 285311670623, 8916100448269, 302875106592267, 11112006825558031, 437893890380859391, 18446744073709551633, 827240261886336764195, 39346408075296537575443, 1978419655660313589123999 (list; graph; refs; listen; history; text; internal format)
OFFSET
-1,2
LINKS
MATHEMATICA
Table[n^n + n + 1, {n, 1, 18} ]
PROG
(PARI) { for (n=-1, 100, write("b066279.txt", n, " ", n^n + n + 1) ) } \\ Harry J. Smith, Feb 08 2010
CROSSREFS
Sequence in context: A073918 A018239 A096350 * A337221 A161471 A057677
KEYWORD
sign
AUTHOR
George E. Antoniou, Dec 10 2001
EXTENSIONS
More terms from Robert G. Wilson v, Dec 11 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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)