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!)
A253604 a(n) = (n^(n-1)+1)^n. 1
2, 9, 1000, 17850625, 96132816409376, 221244556300694143783489, 311992044873796240380263281250000000, 374145846406785831860102174312003089603054492712961, 507528892168086660506357001295247426244187377081938096246553087918592 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = (n^(n-1)+1)^n = (n^n+n)^n/n^n.
EXAMPLE
For n=2 a(2)=(2^(2-1)+1)^2=(2+1)^2=9.
MATHEMATICA
a253604[n_] := Block[{f}, f[x_] := (x^(x - 1) + 1)^x; Array[f, n]]; a253604[9] (* Michael De Vlieger, Jan 06 2015 *)
Table[(n^(n-1)+1)^n, {n, 9}] (* Harvey P. Dale, Nov 27 2018 *)
CROSSREFS
Sequence in context: A112961 A114953 A252583 * A067691 A062840 A024226
KEYWORD
nonn
AUTHOR
Abhik Sarkar, Jan 05 2015
EXTENSIONS
Corrected by Harvey P. Dale, Nov 27 2018
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 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)