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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A141478 Binomial(n+2,3)*4^3. 0
64, 256, 640, 1280, 2240, 3584, 5376, 7680, 10560, 14080, 18304, 23296, 29120, 35840, 43520, 52224, 62016, 72960, 85120, 98560, 113344, 129536, 147200, 166400, 187200, 209664, 233856, 259840, 287680, 317440, 349184, 382976, 418880, 456960 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Number of n permutations (n>=3) of 5 objects u, v, z, x, y with repetition allowed, containing n-3 u's. Example:

if n=3 then n-3 =zero (0) u, a(1)=64

if n=4 then n-3= one (1) u, a(2)=256

if n=5 then n-3= two (2) u, a(3)=640

etc...

LINKS

Index to sequences with linear recurrences with constant coefficients, signature (4,-6,4,-1).

FORMULA

G.f.:64*x/(1-x)^4. a(n)=32*n*(n+1)*(n+2)/3.

MAPLE

seq(binomial(n+2, 3)*4^3, n=1..36);

PROG

(MAGMA) [Binomial(n+2, 3)*4^3: n in [1..34]];  // Bruno Berselli, Apr 07 2011

CROSSREFS

Cf. A035008, A008586, A038231.

Sequence in context: A198071 A197905 A017066 * A107262 A045029 A029873

Adjacent sequences:  A141475 A141476 A141477 * A141479 A141480 A141481

KEYWORD

nonn

AUTHOR

Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Aug 09 2008

EXTENSIONS

Offset adapted to the g.f and indexes in comment by Bruno Berselli, Apr 07 2011

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 14 17:51 EST 2012. Contains 205651 sequences.