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!)
A081418 A000720 applied to Pascal-triangle as follows: C(Pi[n],Pi[j])], j,0..n and n=0,1,2,... 0
1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 3, 3, 3, 1, 1, 1, 3, 3, 3, 1, 1, 1, 1, 4, 6, 6, 4, 4, 1, 1, 1, 4, 6, 6, 4, 4, 1, 1, 1, 1, 4, 6, 6, 4, 4, 1, 1, 1, 1, 1, 4, 6, 6, 4, 4, 1, 1, 1, 1, 1, 1, 5, 10, 10, 10, 10, 5, 5, 5, 5, 1, 1, 1, 5, 10, 10, 10, 10, 5, 5, 5, 5, 1, 1, 1, 1, 6, 15, 15, 20, 20, 15 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,9
LINKS
EXAMPLE
Triangle begins:
1,
1,1,
1,1,1,
1,1,2,1,
1,1,2,1,1,
1,1,3,3,3,1,
1,1,3,3,3,1,1,
1,1,4,6,6,4,4,1,
1,1,4,6,6,4,4,1,1,
1,1,4,6,6,4,4,1,1,1,
1,1,4,6,6,4,4,1,1,1,1,
1,1,5,10,10,10,10,5,5,5,5,1,
1,1,5,10,10,10,10,5,5,5,5,1,1,
1,1,6,15,15,20,20,15,15,15,15,6,6,1,
1,1,6,15,15,20,20,15,15,15,15,6,6,1,1,
1,1,6,15,15,20,20,15,15,15,15,6,6,1,1,1
Rows are usually asymmetric; 25th row:
{1,1,9,36,36,84,84,126,126,126,126,126,126,84,84,84,84,36,36,9,9,9,9,1,1,1}
MATHEMATICA
Flatten[Table[Table[Binomial[PrimePi[n], Prime[j]],
{j, 0, n}], {n, 0, 15}], 1]
CROSSREFS
Sequence in context: A177991 A146289 A214575 * A088951 A361633 A186006
KEYWORD
nonn,tabl
AUTHOR
Labos Elemer, Apr 02 2003
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 March 28 14:38 EDT 2024. Contains 371254 sequences. (Running on oeis4.)