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!)
A159736 Number of permutations of 6 indistinguishable copies of 1..n arranged in a circle with exactly 1 local maximum. 8

%I #13 May 16 2022 02:44:17

%S 12,126,1176,10290,86436,705894,5647152,44471322,345888060,2663338062,

%T 20338217928,154231485954,1162668124884,8720010936630,65109414993504,

%U 484251274014186,3589156501516908,26519878594541598,195409631749253880

%N Number of permutations of 6 indistinguishable copies of 1..n arranged in a circle with exactly 1 local maximum.

%H R. H. Hardin, <a href="/A159736/b159736.txt">Table of n, a(n) for n=2..100</a>

%H <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (14,-49).

%F a(n) = (copies*n)*(copies+1)^(n-2).

%F From _G. C. Greubel_, Jun 01 2018: (Start)

%F a(n) = 6*n*7^(n-2).

%F a(n) = 14*a(n-1) - 49*a(n-2).

%F G.f.: x^2*(12-42*x)/(1-14*x+49*x^2).

%F E.g.f.: 6*x*exp(7*x)/7. (End)

%F From _Amiram Eldar_, May 16 2022: (Start)

%F Sum_{n>=2} 1/a(n) = (49/6)*log(7/6) - 7/6.

%F Sum_{n>=2} (-1)^n/a(n) = 7/6 - (49/6)*log(8/7). (End)

%t LinearRecurrence[{14,-49}, {12, 126}, 30] (* or *) Table[6*n*7^(n-2), {n, 2, 30}] (* _G. C. Greubel_, Jun 01 2018 *)

%o (PARI) for(n=2, 30, print1(6*n*7^(n-2), ", ")) \\ _G. C. Greubel_, Jun 01 2018

%o (Magma) I:=[12, 126]; [n le 2 select I[n] else 14*Self(n-1) - 49*Self(n-2): n in [1..30]]; // _G. C. Greubel_, Jun 01 2018

%Y Cf. A159715, A159721, A159727, A159733, A159738, A159739, A159740.

%K nonn

%O 2,1

%A _R. H. Hardin_, Apr 20 2009

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