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!)
A140822 Triangle T(n,m) = binomial(n,gcd(n,m)) read by rows, 0<=m<=n. 0
1, 1, 1, 1, 2, 1, 1, 3, 3, 1, 1, 4, 6, 4, 1, 1, 5, 5, 5, 5, 1, 1, 6, 15, 20, 15, 6, 1, 1, 7, 7, 7, 7, 7, 7, 1, 1, 8, 28, 8, 70, 8, 28, 8, 1, 1, 9, 9, 84, 9, 9, 84, 9, 9, 1, 1, 10, 45, 10, 45, 252, 45, 10, 45, 10, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Row sums are 1, 2, 4, 8, 16, 22, 64, 44, 160, 224, 474,...
LINKS
FORMULA
T(n,m) = A007318(n,A109004(n,m)).
EXAMPLE
1;
1, 1;
1, 2, 1;
1, 3, 3, 1;
1, 4, 6, 4, 1;
1, 5, 5, 5, 5, 1;
1, 6, 15, 20, 15, 6, 1;
1, 7, 7, 7, 7, 7, 7, 1;
1, 8, 28, 8, 70, 8, 28, 8, 1;
1, 9, 9, 84, 9, 9, 84, 9, 9, 1;
1, 10, 45, 10, 45, 252, 45, 10, 45, 10, 1;
MATHEMATICA
a = Table[Table[Binomial[n, GCD[n, m]], {m, 0, n}], {n, 0, 10}]; Flatten[a]
CROSSREFS
Sequence in context: A034930 A095142 A180171 * A212954 A299807 A089239
KEYWORD
nonn,easy,tabl
AUTHOR
EXTENSIONS
Offset corrected by R. J. Mathar, Nov 07 2011
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 April 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)