The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A082426 a(n) = floor(n*n!/2 + 1). 0

%I #16 May 15 2024 03:59:04

%S 1,3,10,49,301,2161,17641,161281,1632961,18144001,219542401,

%T 2874009601,40475635201,610248038401,9807557760001,167382319104001,

%U 3023343138816001,57621363351552001,1155628453883904001,24329020081766400001

%N a(n) = floor(n*n!/2 + 1).

%C Concatenate all the permutations of 1..n in lexicographical order. a(n) is the number of ascending runs. [_David Scambler_, May 26 2011]

%F a(n) = A074143(n) + 1 for n >= 2. - _Georg Fischer_, May 15 2024

%p seq(floor(n*n!/2 + 1), n=1..20);

%Y Cf. A074143.

%K nonn,easy,changed

%O 1,2

%A _Benoit Cloitre_, Apr 24 2003

%E Definition corrected by _Georg Fischer_, May 15 2024

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 May 21 15:23 EDT 2024. Contains 372738 sequences. (Running on oeis4.)