|
| |
| |
|
|
|
1, 2, 6, 30, 260, 3130, 46662, 823550, 16777224, 387420498, 10000000010, 285311670622, 8916100448268, 302875106592266, 11112006825558030, 437893890380859390, 18446744073709551632, 827240261886336764194
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
LINKS
| Harry J. Smith, Table of n, a(n) for n=0,...,100
|
|
|
FORMULA
| E.g.f.: (1-x*e^x*T(x)+x*e^x)/(1-T(x)), where T(x) is Euler's tree function (see A000169). - Len Smiley (smiley(AT)math.uaa.alaska.edu), Dec 04 2001
Resultant of nx^n+1 and nx-1. - Ralf Stephan, Nov 20 2004
|
|
|
MATHEMATICA
| Table[ n^n + n, {n, 1, 18} ]
Table[If[n==0, 1, n^n+n], {n, 0, 18}] (* From Vladimir Joseph Stephan Orlovsky, Apr 14 2011 *)
|
|
|
PROG
| (PARI) { for (n=0, 100, a=n^n + n; write("b066068.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Nov 09 2009]
(MAGMA) [ n^n+n: n in [0..100] ]; // Vincenzo Librandi, Apr 15 2011
|
|
|
CROSSREFS
| Cf. A000312.
Sequence in context: A106209 A003266 A097385 * A121406 A028361 A106339
Adjacent sequences: A066065 A066066 A066067 * A066069 A066070 A066071
|
|
|
KEYWORD
| easy,nonn
|
|
|
AUTHOR
| George E. Antoniou (george.antoniou(AT)montclair.edu), Dec 02 2001
|
|
|
EXTENSIONS
| More terms from Larry Reeves (larryr(AT)acm.org) and Robert G. Wilson v (rgwv(AT)rgwv.com), Dec 03 2001
|
| |
|
|