login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A033487 n*(n+1)*(n+2)*(n+3)/4. 13
0, 6, 30, 90, 210, 420, 756, 1260, 1980, 2970, 4290, 6006, 8190, 10920, 14280, 18360, 23256, 29070, 35910, 43890, 53130, 63756, 75900, 89700, 105300, 122850, 142506, 164430, 188790, 215760, 245520, 278256, 314160, 353430, 396270, 442890, 493506 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

REFERENCES

J. Riordan, Combinatorial Identities, Wiley, 1968, p. 77.

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..690

Index entries for sequences related to Bessel functions or polynomials

FORMULA

G.f.: -6*x/(x-1)^5. a(n)=6*C(n+3, 4)=a(n-1)+A007531(n+1)=6*A000332(n)=sum_{i = 0 to n} (i*(i+1)*(i+2)). - Antonio G. Astudillo (afg_astudillo(AT)hotmail.com), Jun 10 2001

Constant term in Bessel polynomial {y_n(x)}''.

a(n) = C(n+1,2)*C(n+3,2). - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 25 2005

(Binomial(n+2,n)*binomial(n+2,n)-binomial(n+2,n) - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 17 2006

a(n)=(sum(sum((i*j), i=2.. n), j=1..n)), n>=1. - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 11 2007

MAPLE

[seq(binomial(n, 4)*6, n=3..40)]; - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 18 2006

MATHEMATICA

f[n_]:=n*(n+1)*(n+2)*(n+3)/4; lst={}; Do[AppendTo[lst, f[n]], {n, 0, 5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Oct 08 2009]

PROG

(MAGMA) [n*(n+1)*(n+2)*(n+3)/4: n in [0..40]]; // Vincenzo Librandi, Apr 28 2011

CROSSREFS

Partial sums of A007531.

Cf. A050534, A034827.

A033486, A033488 [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Aug 26 2008]

Sequence in context: A009775 A119536 A107394 * A061138 A073948 A101855

Adjacent sequences:  A033484 A033485 A033486 * A033488 A033489 A033490

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

EXTENSIONS

More terms from Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 18 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 02:38 EST 2012. Contains 205689 sequences.