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!)
A001701 Generalized Stirling numbers.
(Formerly M4169 N1735)
19

%I M4169 N1735 #95 Feb 29 2024 15:41:09

%S 1,6,26,71,155,295,511,826,1266,1860,2640,3641,4901,6461,8365,10660,

%T 13396,16626,20406,24795,29855,35651,42251,49726,58150,67600,78156,

%U 89901,102921,117305,133145,150536,169576,190366,213010,237615,264291,293151,324311

%N Generalized Stirling numbers.

%C For n>3, a(n-2) gives the number of bounded regions created when the pairwise perpendicular bisectors of n points divide the Euclidean plane into a maximum of A308305(n) regions. This is also equivalent to the number of regions lost from A308305(n) when n>3 points move from maximal position to a circle. - _Alvaro Carbonero_, _Elizabeth Castellano_, _Charles Kulick_, _Karie Schmitz_, Jul 26 2019

%D N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).

%D N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

%H T. D. Noe, <a href="/A001701/b001701.txt">Table of n, a(n) for n = 1..1000</a>

%H Alvaro Carbonero, Beth Anne Castellano, Gary Gordon, Charles Kulick, Karie Schmitz, and Brittany Shelton, <a href="https://arxiv.org/abs/2106.14140">Permutations of point sets in R_d</a>, arXiv:2106.14140 [math.CO], 2021.

%H D. S. Mitrinovic and M. S. Mitrinovic, <a href="http://pefmath2.etf.rs/files/47/77.pdf">Tableaux d'une classe de nombres reliés aux nombres de Stirling</a>, Univ. Beograd. Pubi. Elektrotehn. Fak. Ser. Mat. Fiz. 77 (1962).

%H Robert E. Moritz, <a href="/A001701/a001701.pdf">On the sum of products of n consecutive integers</a>, Univ. Washington Publications in Math., 1 (No. 3, 1926), 44-49 [Annotated scanned copy]

%H Simon Plouffe, <a href="https://arxiv.org/abs/0911.4975">Approximations de séries génératrices et quelques conjectures</a>, Dissertation, Université du Québec à Montréal, 1992; arXiv:0911.4975 [math.NT], 2009.

%H Simon Plouffe, <a href="/A000051/a000051_2.pdf">1031 Generating Functions</a>, Appendix to Thesis, Montreal, 1992

%H <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (5,-10,10,-5,1).

%F a(n) = n*(n-1)*(3n^2 + 17n + 26)/24, n > 1.

%F G.f.: z*(-1-z-6*z^2+9*z^3-5*z^4+z^5)/(z-1)^5. - _Simon Plouffe_ in his 1992 dissertation

%F If we define f(n,i,a) = Sum_{k=0..n-i} binomial(n,k)*Stirling1(n-k,i) * Product_{j=0..k-1} (-a - j), then a(n) = f(n,n-2,2), for n >= 2. - _Milan Janjic_, Dec 20 2008

%F For n>1, a(n) = A308305(n+2) - (n^2 + 3n + 2). - _Alvaro Carbonero_, _Elizabeth Castellano_, _Charles Kulick_, _Karie Schmitz_, Jul 20 2019

%F E.g.f.: x + (1/24)*exp(x)*x^2*(72 + 32*x + 3*x^2). - _Stefano Spezia_, Sep 07 2019

%F a(n) = 5*a(n-1) - 10*a(n-2) + 10*a(n-3) - 5*a(n-4) + a(n-5). - _Colin Barker_, Jul 08 2020

%p A001701 := proc(n)

%p if n = 1 then

%p 1;

%p else

%p n*(n-1)*(3*n^2+17*n+26)/24 ;

%p end if;

%p end proc: # _R. J. Mathar_, Sep 23 2016

%t f[k_] := k + 1; t[n_] := Table[f[k], {k, 1, n}]; a[n_] := SymmetricPolynomial[2, t[n]]; Join[{1}, Table[a[n], {n, 2, 30}]] (* _Clark Kimberling_, Dec 31 2011 *)

%t Join[{1}, Table[n (n - 1) (3 n^2 + 17 n + 26) / 24, {n, 2, 40}]] (* _Vincenzo Librandi_, Sep 30 2018 *)

%t CoefficientList[Series[(-1 - x - 6 x^2 + 9 x^3 - 5 x^4 + x^5)/(-1 + x)^5, {x, 0, 30}], x] (* _Stefano Spezia_, Sep 30 2018 *)

%t Prepend[Table[Coefficient[Product[x+j, {j,2,k}], x, k-3], {k,3,40}],1] (* or *) Prepend[LinearRecurrence[{5, -10, 10, -5, 1}, {6, 26, 71, 155, 295}, 40],1] (*_Robert A. Russell_, Oct 04 2018 *)

%o (GAP) Concatenation([1],List([2..40],n->n*(n-1)*(3*n^2+17*n+26)/24)); # _Muniru A Asiru_, Sep 29 2018

%o (Magma) [1] cat [n*(n-1)*(3*n^2 + 17*n + 26)/24: n in [2..40]]; // _Vincenzo Librandi_, Sep 30 2018

%o (PARI) Vec(x*(-1-x-6*x^2+9*x^3-5*x^4+x^5)/(-1+x)^5+O(x^30)) \\ _Stefano Spezia_, Sep 30 2018

%Y Equals A059302(n+2) + 1, n>1. Partial sums of A005564.

%Y For n>1, a(n) = A145324(n+1,3).

%K nonn,easy

%O 1,2

%A _N. J. A. Sloane_

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 2 10:51 EDT 2024. Contains 372196 sequences. (Running on oeis4.)