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
2, 2, 8, 2, 2, 14, 26, 24, 2, 40, 50, 2, 20, 90, 48, 2, 2, 26, 100, 224, 322, 308, 196, 80, 2, 126, 324, 546, 630, 504, 276, 2, 32, 450, 870, 1176, 1134, 780, 120, 2, 1320, 2046, 2310, 1914, 2, 38, 222, 792, 3366, 4356, 4224, 1650, 638, 168, 2, 260, 1014, 7722 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
2;
2;
8,2;
2;
14,26,24,2;
40,50,2;
20,90,48,2;
2;
26,100,224,322,308,196,80,2;
126,324,546,630,504,276,2;
32,450,870,1176,1134,780,120,2;
1320,2046,2310,1914,2;
MAPLE
for n from 0 to 12 do
for k from 0 to n do
a := A029618(n, k) ;
if type(a, 'even') then
printf("%d, ", a) ;
end if;
end do:
printf("\n") ;
end do: # R. J. Mathar, Jul 08 2015
CROSSREFS
Sequence in context: A344734 A037300 A368877 * A325753 A208133 A046644
KEYWORD
nonn,easy,tabf
AUTHOR
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 18:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)