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!)
A301347 a(n) = n^(n-1) + (n-1)!. 1
2, 3, 11, 70, 649, 7896, 118369, 2102192, 43087041, 1000362880, 25941053401, 743048287488, 23298564124081, 793721000274944, 29193013203681825, 1152922812281214976, 48661212798456756481, 2185911915426124627968, 104127356700284947260841, 5242880121645100408832000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A053042(n)/n.
a(n) = A000169(n) + A000142(n-1).
MATHEMATICA
Array[#^(# - 1) + (# - 1)! &, 20] (* Michael De Vlieger, Mar 19 2018 *)
PROG
(PARI) a(n) = n^(n-1) + (n-1)! \\ Altug Alkan, Mar 19 2018
CROSSREFS
Sequence in context: A219513 A001052 A184310 * A241811 A349518 A155187
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 19 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 24 19:06 EDT 2024. Contains 371962 sequences. (Running on oeis4.)