|
Search: id:A005585
|
|
|
| A005585 |
|
5-dimensional pyramidal numbers: n(n+1)(n+2)(n+3)(2n+3)/5!. (Formerly M4387)
|
|
+0 17
|
|
| 1, 7, 27, 77, 182, 378, 714, 1254, 2079, 3289, 5005, 7371, 10556, 14756, 20196, 27132, 35853, 46683, 59983, 76153, 95634, 118910, 146510, 179010, 217035, 261261, 312417, 371287, 438712, 515592, 602888, 701624, 812889, 937839
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Convolution of triangular numbers (A000217) and squares (A000290) (n>=1) - Graeme McRae (g_m(AT)mcraefamily.com), Jun 07 2006
p^k divides a(p^k-3), a(p^k-2), a(p^k-1) and a(p^k) for prime p>5 and integer k>0. p^k divides a((p^k-3)/2)) for prime p>5 and integer k>0. - Alexander Adamchuk (alex(AT)kolmogorov.com), May 08 2007
If a 2-set Y and an (n-3)-set Z are disjoint subsets of an n-set X then a(n-5) is the number of 6-subsets of X intersecting both Y and Z. - Milan R. Janjic (agnus(AT)blic.net), Sep 08 2007
5-dimensional square numbers, fourth partial sums of binomial transform of [1,2,0,0,0,...]. a(n)=sum{i=0,n,C(n+4,i+4)*b(i)}, where b(i)=[1,2,0,0,0,...]. [From Borislav St. Borisov (b.st.borisov(AT)abv.bg), Mar 05 2009]
|
|
REFERENCES
|
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
S. Plouffe, Approximations de S\'{e}ries G\'{e}n\'{e}ratrices et Quelques Conjectures, Dissertation, Universit\'{e} du Qu\'{e}bec \`{a} Montr\'{e}al, 1992.
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 797.
|
|
LINKS
|
Alexander Adamchuk (alex(AT)kolmogorov.com), May 08 2007, Table of n, a(n) for n = 1..121
Milan Janjic, Two Enumerative Functions
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].
S. Plouffe, Approximations de S\'{e}ries G\'{e}n\'{e}ratrices et Quelques Conjectures, Dissertation, Universit\'{e} du Qu\'{e}bec \`{a} Montr\'{e}al, 1992.
S. Plouffe, 1031 Generating Functions and Conjectures, Universit\'{e} du Qu\'{e}bec \`{a} Montr\'{e}al, 1992.
Index entries for sequences related to Chebyshev polynomials.
|
|
FORMULA
|
G.f.: (1+x)/(1-x)^6.
a(n)=2*C(n+4, 5)-C(n+3, 4). - Paul Barry (pbarry(AT)wit.ie), Mar 04 2003
a(n)=C(n+3, 5)+C(n+4, 5). - Paul Barry (pbarry(AT)wit.ie), Mar 17 2003
binomial(n+2,6)-binomial(n,6), n>=4. - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 21 2006
a(n) = Sum[ T(k)*T(k+1)/3, {k,1,n} ], where T(n) = n(n+1)/2 is a triangular number. - Alexander Adamchuk (alex(AT)kolmogorov.com), May 08 2007
a(n-1) = (1/4)*sum {1 <= x_1, x_2 <= n} |x_1*x_2*det V(x_1,x_2)| = (1/4)*sum {1 <= i,j <= n} i*j*|i-j|, where V(x_1,x_2} is the Vandermonde matrix of order 2. First differences of A040977. - Peter Bala (pbala(AT)toucansurf.com), Sep 21 2007
a(n)=C(n+4,4)+2*C(n+4,5) [From Borislav St. Borisov (b.st.borisov(AT)abv.bg), Mar 05 2009]
|
|
MAPLE
|
[seq(binomial(n+2, 6)-binomial(n, 6), n=4..45)]; - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 21 2006
A005585:=(1+z)/(z-1)**6; [Conjectured by S. Plouffe in his 1992 dissertation.]
|
|
MATHEMATICA
|
s1=s2=s3=0; lst={}; Do[s1+=n^2; s2+=s1; s3+=s2; AppendTo[lst, s3], {n, 0, 6!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 15 2009]
|
|
CROSSREFS
|
a(n)= ((-1)^(n+1))*A053120(2*n+3, 5)/16 ( 1/16 of sixth unsigned column of Chebyshev T-triangle, zeros omitted).
Partial sums of A002415.
Cf. A006542, A040977, A047819.
Sequence in context: A143690 A007715 A039623 this_sequence A027180 A036597 A038092
Adjacent sequences: A005582 A005583 A005584 this_sequence A005586 A005587 A005588
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com).
|
|
|
Search completed in 0.003 seconds
|