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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A154286 a(n) = E(k)C(n+k,k) = Euler(k)*Pascal(n+k,k) for k=4. 1
5, 25, 75, 175, 350, 630, 1050, 1650, 2475, 3575, 5005, 6825, 9100, 11900, 15300, 19380, 24225, 29925, 36575, 44275, 53130, 63250, 74750, 87750, 102375, 118755, 137025, 157325, 179800, 204600, 231880, 261800, 294525 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

COMMENTS

+ a(n) = E(4)binom{n+4}{4} where E(n) are the Euler number in the enumeration A122045.

+ a(n) is the special case k=4 in the sequence of diagonals in the triangel A153641.

+ a(n) is the 5-th row in A093375.

+ a(n) is the 5-th column in A103406.

+ a(n) is the 5-th antidiagonal in A103283.

+ (a(n+1)-a(n))/5 are the pyramidal numbers A000292 (n>1).

+ (a(n+2)-2a(n+1)+a(n))/5 are the triangular numbers A000217 (n>2).

+ (a(n+3)-3a(n+2)+3a(n+1)-a(n))/5 are the natural numbers A000027 (n>3).

FORMULA

a(n) = n*(n+1)*(n+2)*(n+3)*5/24;

a(n) = a(n-1)*(n+4)/n (n>0), a(0)=5;

ogf: 5/(1-x)^5;

MAPLE

seq(euler(4)*binomial(n+4, 4), n=0..32);

CROSSREFS

A000217, A153641.

Sequence in context: A146665 A059302 A147130 * A078234 A056374 A171272

Adjacent sequences:  A154283 A154284 A154285 * A154287 A154288 A154289

KEYWORD

easy,nonn

AUTHOR

Peter Luschny (peter(AT)luschny.de), Jan 06 2009

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 20:03 EST 2012. Contains 205852 sequences.