The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A095664 Ninth column (m=8) of (1,3)-Pascal triangle A095660. 3

%I #8 May 11 2013 06:48:37

%S 3,25,117,405,1155,2871,6435,13299,25740,47190,82654,139230,226746,

%T 358530,552330,831402,1225785,1773783,2523675,3535675,4884165,6660225,

%U 8974485,11960325,15777450,20615868,26700300,34295052,43709380,55303380,69494436,86764260,107666559,132835365,162994065

%N Ninth column (m=8) of (1,3)-Pascal triangle A095660.

%C If Y is a 3-subset of an n-set X then, for n>=10, a(n-10) is the number of 8-subsets of X having at most one element in common with Y. - _Milan Janjic_, Nov 23 2007

%F a(n)= binomial(n+7, 7)*(n+24)/8 = 3*b(n)-2*b(n-1), with b(n):=binomial(n+8, 8); cf. A000581.

%F G.f.: (3-2*x)/(1-x)^9.

%o (PARI) x='x+O('x^66); Vec((3-2*x)/(1-x)^9) \\ _Joerg Arndt_, May 11 2013

%Y Eighth column: A095663. Tenth column: A095665.

%K nonn,easy

%O 0,1

%A _Wolfdieter Lang_, Jun 11 2004

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 May 13 05:55 EDT 2024. Contains 372498 sequences. (Running on oeis4.)