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!)
A029623 Even numbers in (3,2)-Pascal triangle A029618. 1

%I #9 Jul 08 2015 06:34:02

%S 2,2,8,2,2,14,26,24,2,40,50,2,20,90,48,2,2,26,100,224,322,308,196,80,

%T 2,126,324,546,630,504,276,2,32,450,870,1176,1134,780,120,2,1320,2046,

%U 2310,1914,2,38,222,792,3366,4356,4224,1650,638,168,2,260,1014,7722

%N Even numbers in (3,2)-Pascal triangle A029618.

%e 2;

%e 2;

%e 8,2;

%e 2;

%e 14,26,24,2;

%e 40,50,2;

%e 20,90,48,2;

%e 2;

%e 26,100,224,322,308,196,80,2;

%e 126,324,546,630,504,276,2;

%e 32,450,870,1176,1134,780,120,2;

%e 1320,2046,2310,1914,2;

%p for n from 0 to 12 do

%p for k from 0 to n do

%p a := A029618(n,k) ;

%p if type(a,'even') then

%p printf("%d,",a) ;

%p end if;

%p end do:

%p printf("\n") ;

%p end do: # _R. J. Mathar_, Jul 08 2015

%K nonn,easy,tabf

%O 0,1

%A _Mohammad K. Azarian_

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 18:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)