[go: up one dir, main page]

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!)
A133371 Triangle read by rows: T(i,j) is the number of i-permutations of 14 objects a,b,c,d,e,f,g,h,i,j,k,l,m,n, with repetition allowed, containing j a's. 4
1, 13, 1, 169, 26, 1, 2197, 507, 39, 1, 28561, 8788, 1014, 52, 1, 371293, 142805, 21970, 1690, 65, 1, 4826809, 2227758, 428415, 43940, 2535, 78, 1, 62748517, 33787663, 7797153, 999635, 76895, 3549, 91, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Mirror image of A123187. - Philippe Deléham, Dec 27 2007
LINKS
EXAMPLE
1
13, 1
169, 26, 1
2197, 507, 39, 1
28561, 8788, 1014, 52, 1
371293, 142805, 21970, 1690, 65, 1
4826809, 2227758, 428415, 43940, 2535, 78, 1
62748517, 33787663, 7797153, 999635, 76895, 3549, 91, 1
MAPLE
for i from 0 to 7 do seq(binomial(i, j)*13^(i-j), j = 0 .. i) od;
MATHEMATICA
Flatten[Table[Binomial[i, j] 13^(i-j), {i, 0, 7}, {j, 0, i}]] (* Harvey P. Dale, Nov 01 2011 *)
CROSSREFS
Sequence in context: A277866 A278594 A120392 * A223515 A281092 A010223
KEYWORD
easy,nonn,tabl
AUTHOR
Zerinvary Lajos, with help from Emeric Deutsch, Dec 21 2007
STATUS
approved

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 August 29 21:13 EDT 2024. Contains 375518 sequences. (Running on oeis4.)