login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066068 n^n + n. 2
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 15:32 EST 2012. Contains 205635 sequences.