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!)
A151578 Number of permutations of 1..n arranged in a circle with exactly 5 adjacent element pairs in decreasing order. 2
0, 6, 399, 9528, 140571, 1561900, 14413894, 116857368, 862140162, 5925941490, 38576132625, 240659672336, 1451515055333, 8520359419080, 48925419854400, 275923203690000, 1533178869210324, 8414851432723230, 45712442315346915, 246193095207323400, 1316311515774609375 (list; graph; refs; listen; history; text; internal format)
OFFSET
5,2
LINKS
FORMULA
From Andrew Howroyd, May 05 2020: (Start)
a(n) = n*A000505(n-1).
a(n) = n*(5^(n-1) - n*4^(n-1) + binomial(n,2)*3^(n-1) - binomial(n,3)*2^(n-1) + binomial(n,4)). (End)
PROG
(PARI) a(n) = {n*(5^(n-1) - n*4^(n-1) + binomial(n, 2)*3^(n-1) - binomial(n, 3)*2^(n-1) + binomial(n, 4))} \\ Andrew Howroyd, May 05 2020
CROSSREFS
Column k=5 of A334218.
Cf. A000505.
Sequence in context: A000474 A291593 A029591 * A172227 A331352 A159015
KEYWORD
nonn
AUTHOR
R. H. Hardin, May 21 2009
EXTENSIONS
Terms a(17) and beyond from Andrew Howroyd, May 05 2020
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 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)