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!)
A152517 1/56 of the number of permutations of 7 indistinguishable copies of 1..n with exactly 2 local maxima. 2

%I #7 May 10 2020 23:03:56

%S 0,3,412,50080,6016512,722051072,86646800384,10397622337536,

%T 1247714738176000,149725769101213696,17967092296776155136,

%U 2156051075653940805632,258726129078829378961408,31047135489462617851822080,3725656258735540805375623168,447078751048265125343493357568

%N 1/56 of the number of permutations of 7 indistinguishable copies of 1..n with exactly 2 local maxima.

%H Andrew Howroyd, <a href="/A152517/b152517.txt">Table of n, a(n) for n = 1..200</a>

%F a(n) = (13*120^(n-1) - 13*8^(n-1) - 14*(n-1)*8^(n-1))/448. - _Andrew Howroyd_, May 10 2020

%o (PARI) a(n) = {(13*120^(n-1) - 13*8^(n-1) - 14*(n-1)*8^(n-1))/448} \\ _Andrew Howroyd_, May 10 2020

%Y Cf. A152494, A334773.

%K nonn

%O 1,2

%A _R. H. Hardin_, Dec 06 2008

%E Terms a(7) and beyond from _Andrew Howroyd_, May 10 2020

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 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)