%!PS-Adobe-3.0 EPSF-3.0 http://130.149.60.45/~farbmetrik/ZE03/ZE03L00XX.PS 20160201 %%BoundingBox: 00 00 414 292 /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse /languagelevel where {pop languagelevel} {1} ifelse 2 lt { userdict (<<) cvn ([) cvn load put userdict (>>) cvn (]) cvn load put} if [ /Title (PostScript pictures: farbe.li.tu-berlin.de/ZE03/ZE03.HTM) /Author (compare K. Richter "Computergrafik ...": ISBN 3-8007-1775-1) /Subject (goto: http://farbe.li.tu-berlin.de or http://130.149.60.445/~farbmetrik) /Keywords (image reproduction, colour devices) /Creator (klaus.richter@mac.com) /CreationDate (D:2016010112000) /ModDate (D:20160101112000) /DOCINFO pdfmark [ /View [ /Fit ] /DOCVIEW pdfmark /sfgray {setgray} bind def /ypaper 0 def %Early Frame File (f) definition /sfrgbcolor {setrgbcolor} bind def /sfcmykcolor {setcmykcolor} bind def %line20****************************************************** %BEG ZE03/OUTLIN10.PS Emty 20120301 %END ZE03/OUTLIN10.PS Emty 20120301 %**************************************************** %BEG 'ZE03'OUTLIN1X.PS Other procedures for Offset output linearization %**************************************************** %********************************************************************* %BEG Procedure PROC_COLSEP_IOF different procedures 20100301 %********************************************************************* /PROC_COLSEP_IOF {%BEG PROC_COLSEP_IOF different procedures 20100301 %********************************************************************* /proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL { %BEG proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL %assumes input of rgb, which is called rgb_dyF %calculation of intended rgb*dyF, LABCh*dyF %Lab2RGBinterpolation for colorm=1 %calculation of inverse rgb'*dyF, LABCh'*dyF, which produces rgb*dyF, LABCh*dyF %requires /hab*dy362Mi 362 array def %(y=s,d,e) %requires /rgb*dy362Mi 362 array def %(y=s,d,e) %requires /LAB*dyx362Mi 362 array def %(y=s,d,e, x=LabCh) /b_dyF exch def /g_dyF exch def /r_dyF exch def %calculation of i_dyF, c_dyF, and t_dyF /maxd r_dyF def g_dyF maxd gt {/maxd g_dyF def} if b_dyF maxd gt {/maxd b_dyF def} if /mind r_dyF def g_dyF mind lt {/mind g_dyF def} if b_dyF mind lt {/mind b_dyF def} if /i_dyF maxd def /c_dyF maxd mind sub def /t_dyF i_dyF c_dyF 0.5 mul sub def /hsiF r_dyF 030 sin mul g_dyF 150 sin mul add b_dyF 270 sin mul add %y_e r_dyF 030 cos mul g_dyF 150 cos mul add %x_e 0.0001 add atan 0.5 add cvi def %range 30 ... 390 %perhaps change %to decide hab*dyF/dsF/deF ! hsiF hab*ds362Mi 0 get sub 0 le {/hsiF hsiF 360 add def} if /hsiFm30 hsiF 30 sub def %range 00 ... 360 %test grey r_dyF g_dyF sub abs 0.002 le g_dyF b_dyF sub abs 0.002 le and {%grey, not grey /r*dyM 1 def /g*dyM 1 def /b*dyM 1 def /hsiM r*dyM 030 sin mul g*dyM 150 sin mul add b*dyM 270 sin mul add %y_d r*dyM 030 cos mul g*dyM 150 cos mul add %x_d 0.0001 add atan def hsiM hab*ds362Mi 0 get sub 0 le {/hsiM hsiM 360 add def} if /hsiMm30 hsiM 30 sub def /LAB*LdyM L*Wioa def /LAB*adyM 0 def /LAB*bdyM 0 def /LAB*LdyF L*Nioa r_dyF L*Wioa L*Nioa sub mul add def /LAB*adyF 0 def /LAB*bdyF 0 def /r*dyF r_dyF def /g*dyF g_dyF def /b*dyF b_dyF def /r'*dyF r_dyF def /g'*dyF g_dyF def /b'*dyF b_dyF def }%grey {%color hsiFm30 0 lt {/hsiFm30 0 def} if %for correction to be deleted! hsiFm30 360 gt {/hsiFm30 360 def} if %calculation of intended rgb*dyM, LAB*LabdyM deintp 0 eq {%deintp=0 /r*dyM r*dd362Mi hsiFm30 get def /g*dyM g*dd362Mi hsiFm30 get def /b*dyM b*dd362Mi hsiFm30 get def /LAB*LdyM LAB*Ldd362Mi hsiFm30 get def /LAB*adyM LAB*add362Mi hsiFm30 get def /LAB*bdyM LAB*bdd362Mi hsiFm30 get def } if %deintp=0 deintp 1 eq {%deintp=1 /r*dyM r*de362Mi hsiFm30 get def /g*dyM g*de362Mi hsiFm30 get def /b*dyM b*de362Mi hsiFm30 get def /LAB*LdyM LAB*Lde362Mi hsiFm30 get def /LAB*adyM LAB*ade362Mi hsiFm30 get def /LAB*bdyM LAB*bde362Mi hsiFm30 get def } if %deintp=1 %calculation of intended rgb*dyF, LAB*LabdyF c_dyF 1 eq {%c_dy=1,#1 /r*dyF r*dyM def /g*dyF g*dyM def /b*dyF b*dyM def /LAB*LdyF LAB*LdyM def /LAB*adyF LAB*adyM def /LAB*bdyF LAB*bdyM def }%c_dyF=1 {%c_dyF#1 /t00 1.0 c_dyF 0.5 mul sub def /t0x 0.5 t_dyF 0.5 sub 0.5 mul t00 0.5 sub div add def /r*dyF t0x r*dyM t0x sub c_dyF mul add def /g*dyF t0x g*dyM t0x sub c_dyF mul add def /b*dyF t0x b*dyM t0x sub c_dyF mul add def %/LAB*LdyF L*Nioa r_dyF L*Wioa L*Nioa sub mul add def /L*Xioa L*Nioa t0x L*Wioa L*Nioa sub mul add def /LAB*LdyF L*Xioa LAB*LdyM L*Xioa sub c_dyF mul add def /LAB*adyF 0 LAB*adyM 0 sub c_dyF mul add def /LAB*bdyF 0 LAB*bdyM 0 sub c_dyF mul add def } ifelse %c_dyF=1,#1 } ifelse %grey or color %only for control, not used: calculation of hsiM /hsiM r*dyM 030 sin mul g*dyM 150 sin mul add b*dyM 270 sin mul add %y_d r*dyM 030 cos mul g*dyM 150 cos mul add %x_d 0.0001 add atan def hsiM hab*ds362Mi 0 get sub 0 le {/hsiM hsiM 360 add def} if /hsiMm30 hsiM 30 sub def %only for control, not used: calculation of ict*dyM and ict*dyF %calculation of i*dyM, c*dyM, and t*dyM /maxd r*dyM def g*dyM maxd gt {/maxd g*dyM def} if b*dyM maxd gt {/maxd b*dyM def} if /mind r*dyM def g*dyM mind lt {/mind g*dyM def} if b*dyM mind lt {/mind b*dyM def} if /i*dyM maxd def /c*dyM maxd mind sub def /t*dyM i*dyM c*dyM 0.5 mul sub def %%only for control, not used: calculation of i*dyF, c*dyF, and t*dyF /maxd r*dyF def g*dyF maxd gt {/maxd g*dyF def} if b*dyF maxd gt {/maxd b*dyF def} if /mind r*dyF def g*dyF mind lt {/mind g*dyF def} if b*dyF mind lt {/mind b*dyF def} if /i*dyF maxd def /c*dyF maxd mind sub def /t*dyF i*dyF c*dyF 0.5 mul sub def colorm 0 eq {%colorm=0 r*dyF g*dyF b*dyF }%colorm=0 {%colorm=1 LAB*LdyF LAB*adyF LAB*bdyF Lab2RGBinterpolation /b'*dyF exch def /g'*dyF exch def /r'*dyF exch def r'*dyF g'*dyF b'*dyF } ifelse %colorm=1 } bind def %END proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL %********************************************************************* /proc_trans_rgb3*_cmyn4*ioL {%BEG Procedure proc_trans_rgb3*_cmyn4*ioL %assumes input of olv* o* 0 le {/o* 0.0000 def} if l* 0 le {/l* 0.0000 def} if v* 0 le {/v* 0.0000 def} if o* 1 ge {/o* 1.0000 def} if l* 1 ge {/l* 1.0000 def} if v* 1 ge {/v* 1.0000 def} if /tdel 0 def v* l* ge l* o* ge and tdel 0 eq and % v* >= l* >= o* equal y* <= m* <= c* %sector C-V of C-M, C>=M: i*p=0 {/n*n 1 v* sub def /w*w o* def /tdel 1 def } if % v* >= l* >= o* v* o* ge o* l* ge and tdel 0 eq and % v* >= o* >= l* equal y* <= c* <= m* %sector V-M of C-M, M>=C: i*p=1 {/n*n 1 v* sub def /w*w l* def /tdel 1 def } if % v* >= o* >= l* o* v* ge v* l* ge and tdel 0 eq and % o* >= v* >= l* equal c* <= y* <= m* %sector M-O of M-Y, M>=Y: i*p=2 {/n*n 1 o* sub def /w*w l* def /tdel 1 def } if % o* >= v* >= l* o* l* ge l* v* ge and tdel 0 eq and % o* >= l* >= v* equal c* <= m* <= y* %sector O-Y of M-Y, Y>=M: i*p=3 {/n*n 1 o* sub def /w*w v* def /tdel 1 def } if % o* >= l* >= v* l* o* ge o* v* ge and tdel 0 eq and % l* >= o* >= v* equal m* <= c* <= y* %sector Y-L of Y-C, Y>=C: i*p=4 {/n*n 1 l* sub def /w*w v* def /tdel 1 def } if % l* >= o* >= v* l* v* ge v* o* ge and tdel 0 eq and % l* >= v* >= o* equal m* <= y* <= c* %sector L-C of Y-C, C>=Y: i*p=5 {/n*n 1 l* sub def /w*w o* def /tdel 1 def } if % l* >= v* >= o* %achromatic %W: o*, l*, v* = 1.00 1.0 o* sub abs 0.001 le 1.0 l* sub abs 0.001 le and 1.0 v* sub abs 0.001 le and %W special case {/n*n 0 def /w*w 1 def %W } if %N: o*, l*, v* <= 0.001 o* abs 0.001 le l* abs 0.001 le and v* abs 0.001 le and %N special case {/n*n 1 def /w*w 0 def %N } if %Achromatic o* l* sub abs 0.001 le l* v* sub abs 0.001 le and %Achromatic special case {/n*n 1 o* sub def /w*w o* def %grey } if /lab*wFa w*w def /lab*nFa n*n def /c3*Fa 1 o* sub def /m3*Fa 1 l* sub def /y3*Fa 1 v* sub def /c4*Fa c3*Fa lab*nFa sub def %at least one of cmy will be cero /m4*Fa m3*Fa lab*nFa sub def /y4*Fa y3*Fa lab*nFa sub def /n4*Fa lab*nFa def /o4*Fa 1 c4*Fa sub def /l4*Fa 1 m4*Fa sub def /v4*Fa 1 y4*Fa sub def /i4*Fa 1 n4*Fa sub def } def %END Procedure proc_trans_rgb3*_cmyn4*ioL %******************************************************************* /proc_trans_rgb3*_cmyn5*ioL {%BEG Procedure proc_trans_rgb3*_cmyn5*ioL %assumes input of olv*, 'zm60'CMYN559LT.PS o* 0 le {/o* 0.0000 def} if l* 0 le {/l* 0.0000 def} if v* 0 le {/v* 0.0000 def} if o* 1 ge {/o* 1.0000 def} if l* 1 ge {/l* 1.0000 def} if v* 1 ge {/v* 1.0000 def} if /ok* o* def /lk* l* def /vk* v* def /tdel 0 def vk* lk* ge lk* ok* ge and tdel 0 eq and % v* >= l* >= o* equal y* <= m* <= c* %sector C-V of C-M, C>=M: i*p=0 {/n*n 1 vk* sub def /w*w ok* def /m*w lk* def /tdel 1 def /isec 3 def } if % v* >= l* >= o* vk* ok* ge ok* lk* ge and tdel 0 eq and % v* >= o* >= l* equal y* <= c* <= m* %sector V-M of C-M, M>=C: i*p=1 {/n*n 1 vk* sub def /w*w lk* def /m*w ok* def /tdel 1 def /isec 4 def } if % v* >= o* >= l* ok* vk* ge vk* lk* ge and tdel 0 eq and % o* >= v* >= l* equal c* <= y* <= m* %sector M-O of M-Y, M>=Y: i*p=2 {/n*n 1 ok* sub def /w*w lk* def /m*w vk* def /tdel 1 def /isec 5 def } if % o* >= v* >= l* ok* lk* ge lk* vk* ge and tdel 0 eq and % o* >= l* >= v* equal c* <= m* <= y* %sector O-Y of M-Y, Y>=M: i*p=3 {/n*n 1 ok* sub def /w*w vk* def /m*w lk* def /tdel 1 def /isec 0 def } if % o* >= l* >= v* lk* ok* ge ok* vk* ge and tdel 0 eq and % l* >= o* >= v* equal m* <= c* <= y* %sector Y-L of Y-C, Y>=C: i*p=4 {/n*n 1 lk* sub def /w*w vk* def /m*w ok* def /tdel 1 def /isec 1 def } if % l* >= o* >= v* lk* vk* ge vk* ok* ge and tdel 0 eq and % l* >= v* >= o* equal m* <= y* <= c* %sector L-C of Y-C, C>=Y: i*p=5 {/n*n 1 lk* sub def /w*w ok* def /m*w vk* def /tdel 1 def /isec 2 def } if % l* >= v* >= o* %achromatic %W: ok*, lk*, vk* = 1.00 1.0 ok* sub abs 0.001 le 1.0 lk* sub abs 0.001 le and 1.0 vk* sub abs 0.001 le and %W special case {/n*n 0 def /w*w 1 def /m*w 1 def %W /isec 6 def } if %N: ok*, lk*, vk* <= 0.001 ok* abs 0.001 le lk* abs 0.001 le and vk* abs 0.001 le and %N special case {/n*n 1 def /w*w 0 def /m*w 0 def %N /isec 6 def } if %Achromatic ok* lk* sub abs 0.001 le lk* vk* sub abs 0.001 le and %Achromatic special case {/n*n 1 ok* sub def /w*w ok* def /m*w ok* def %grey /isec 6 def } if /lab*wFa w*w def /lab*nFa n*n def /lab*cFa 1 n*n sub w*w sub def /argb 1 lab*nFa sub def /brgb m*w def /crgb lab*wFa def /c* lab*cFa def /lab*tFa 1 lab*nFa sub lab*cFa 0.5 mul sub def isec 6 eq {%BEG isec=6 achromatic /o*1 1 def /l*1 1 def /v*1 1 def }%END isec=6 achromatic {%BEG isec#6 chromatic /o*1 ok* argb 0.000001 add div def /l*1 lk* argb 0.000001 add div def /v*1 vk* argb 0.000001 add div def } ifelse %END isec#6 /c3*Fa 1 o*1 sub def /m3*Fa 1 l*1 sub def /y3*Fa 1 v*1 sub def /c4*Fa c3*Fa def %at least one of cmy will be cero /m4*Fa m3*Fa def /y4*Fa y3*Fa def /n4*Fa lab*nFa def /o4*Fa 1 c4*Fa sub def /l4*Fa 1 m4*Fa sub def /v4*Fa 1 y4*Fa sub def /i4*Fa 1 n4*Fa sub def } def %END Procedure proc_trans_rgb3*_cmyn5*ioL 'zm60'CMYN559LT.PS %********************************************************************* /proc_trans_rgb3*_cmyn6*ioL {%BEG Procedure proc_trans_rgb3*_cmyn6*ioL %assumes input of olv*, 'zm60'CMYN559LT.PS o* 0 le {/o* 0.0000 def} if l* 0 le {/l* 0.0000 def} if v* 0 le {/v* 0.0000 def} if o* 1 ge {/o* 1.0000 def} if l* 1 ge {/l* 1.0000 def} if v* 1 ge {/v* 1.0000 def} if /ok* o* def /lk* l* def /vk* v* def /tdel 0 def vk* lk* ge lk* ok* ge and tdel 0 eq and % v* >= l* >= o* equal y* <= m* <= c* %sector C-V of C-M, C>=M: i*p=0 {/n*n 1 vk* sub def /w*w ok* def /m*w lk* def /tdel 1 def /isec 3 def } if % v* >= l* >= o* vk* ok* ge ok* lk* ge and tdel 0 eq and % v* >= o* >= l* equal y* <= c* <= m* %sector V-M of C-M, M>=C: i*p=1 {/n*n 1 vk* sub def /w*w lk* def /m*w ok* def /tdel 1 def /isec 4 def } if % v* >= o* >= l* ok* vk* ge vk* lk* ge and tdel 0 eq and % o* >= v* >= l* equal c* <= y* <= m* %sector M-O of M-Y, M>=Y: i*p=2 {/n*n 1 ok* sub def /w*w lk* def /m*w vk* def /tdel 1 def /isec 5 def } if % o* >= v* >= l* ok* lk* ge lk* vk* ge and tdel 0 eq and % o* >= l* >= v* equal c* <= m* <= y* %sector O-Y of M-Y, Y>=M: i*p=3 {/n*n 1 ok* sub def /w*w vk* def /m*w lk* def /tdel 1 def /isec 0 def } if % o* >= l* >= v* lk* ok* ge ok* vk* ge and tdel 0 eq and % l* >= o* >= v* equal m* <= c* <= y* %sector Y-L of Y-C, Y>=C: i*p=4 {/n*n 1 lk* sub def /w*w vk* def /m*w ok* def /tdel 1 def /isec 1 def } if % l* >= o* >= v* lk* vk* ge vk* ok* ge and tdel 0 eq and % l* >= v* >= o* equal m* <= y* <= c* %sector L-C of Y-C, C>=Y: i*p=5 {/n*n 1 lk* sub def /w*w ok* def /m*w vk* def /tdel 1 def /isec 2 def } if % l* >= v* >= o* %achromatic %W: ok*, lk*, vk* = 1.00 1.0 ok* sub abs 0.001 le 1.0 lk* sub abs 0.001 le and 1.0 vk* sub abs 0.001 le and %W special case {/n*n 0 def /w*w 1 def /m*w 1 def %W /isec 6 def } if %N: ok*, lk*, vk* <= 0.001 ok* abs 0.001 le lk* abs 0.001 le and vk* abs 0.001 le and %N special case {/n*n 1 def /w*w 0 def /m*w 0 def %N /isec 6 def } if %Achromatic ok* lk* sub abs 0.001 le lk* vk* sub abs 0.001 le and %Achromatic special case {/n*n 1 ok* sub def /w*w ok* def /m*w ok* def %grey /isec 6 def } if /lab*wFa w*w def /lab*nFa n*n def /lab*cFa 1 n*n sub w*w sub def /argb 1 lab*nFa sub def /brgb m*w def /crgb lab*wFa def /c* lab*cFa def /lab*tFa 1 lab*nFa sub lab*cFa 0.5 mul sub def isec 6 eq {%BEG isec=6 achromatic /o*1 1 def /l*1 1 def /v*1 1 def }%END isec=6 achromatic {%BEG isec#6 chromatic /o*1 ok* argb 0.000001 add div def /l*1 lk* argb 0.000001 add div def /v*1 vk* argb 0.000001 add div def } ifelse %END isec#6 /c3*Fa 1 o*1 sub def /m3*Fa 1 l*1 sub def /y3*Fa 1 v*1 sub def /c41*Fa c3*Fa def %at least one of cmy will be cero /m41*Fa m3*Fa def /y41*Fa y3*Fa def /n4*Fa lab*nFa def %change by deepness difference delta d* = c*S1 - c*S2 %use lab*cFa, lab*tFa for correction %equations of three lines %t* = 1 - 0.5 c* %t* = [t* / c*] c* %t* = [(t* + 0,18) / c*] c* - 0,18 %cut point S1 for nt=0,18: %c*s1 = 1 /[ t*F / c*F + 0,5 ] %cut point S2 for n=0,18: %c*s1 = (1 + nt) / [ (t*F + nt) / c*F + 0,5 ] %special case lab*cFa=0 and n=0,18 /nt 0.18 def lab*cFa 0 eq { %lab*cFa=0,#0 /c*S1 0 def /c*S2 0 def } %lab*cFa=0 { %lab*cFa#0 /c*S1 1 lab*tFa lab*cFa div 0.5 add div def /c*S2 1 nt add lab*tFa nt add lab*cFa div 0.5 add div def } ifelse %lab*cFa=0,#0 /c4*Fa c41*Fa c41*Fa c*S1 c*S2 sub mul sub def /m4*Fa m41*Fa m41*Fa c*S1 c*S2 sub mul sub def /y4*Fa y41*Fa y41*Fa c*S1 c*S2 sub mul sub def /o4*Fa 1 c4*Fa sub def /l4*Fa 1 m4*Fa sub def /v4*Fa 1 y4*Fa sub def /i4*Fa 1 n4*Fa sub def } def %END Procedure proc_trans_rgb3*_cmyn6*ioL 'zm60'CMYN559LT.PS %************************************************************* /cmyk_olv*_cmyn4* {%BEG procedure cmyk_olv*_cmyn4* /k*n exch def /y*n exch def /m*n exch def /c*n exch def k*n 0 eq {%k*n=0 /o* 1 c*n sub def /l* 1 m*n sub def /v* 1 y*n sub def /n4*Fa 0 def }%k*n=0 {%k*n#0 c*n 0 eq m*n 0 eq and y*n 0 eq and {%k*n#0 and c=m=y=0 achromatic /o* 1 k*n sub def /v* o* def /l* o* def /n4*Fa k*n def }%k*n#0 and c=m=y=0 achromatic {%k*n#0 and c or m or y#0 chromatic /o* 1 c*n sub 1 k*n sub mul def /l* 1 m*n sub 1 k*n sub mul def /v* 1 y*n sub 1 k*n sub mul def /n4*Fa 0 def %change of k*n!!! } ifelse %k*n#0 and c or m or y#0 chromatic } ifelse %k*n#0 /c4*Fa 1 o* sub def /m4*Fa 1 l* sub def /y4*Fa 1 v* sub def } def %END procedure cmyk_olv*_cmyn4* %*********************************************************** colsep 3 eq {%colsep=3 cmyn5* /tLAB 0 def xchart 1 ge {%xchart>=1 'zm60'COLM559LT.PS cmyn5* 20120301 colorm 0 eq {%BEG colorm=0 /setrgbcolor {/v* exch def /l* exch def /o* exch def o* l* v* proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL /v* exch def /l* exch def /o* exch def proc_trans_rgb3*_cmyn5*ioL %in: olv*, out: cmyn5 c4*Fa m4*Fa y4*Fa n4*Fa setcmyknew } def /setgray {dup dup /v* exch def /l* exch def /o* exch def o* l* v* proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL /v* exch def /l* exch def /o* exch def proc_trans_rgb3*_cmyn5*ioL %in: olv*, out: cmyn5 c4*Fa m4*Fa y4*Fa n4*Fa setcmyknew } def /setcmykcolor {cmyk_olv*_cmyn4* o* l* v* proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL /v* exch def /l* exch def /o* exch def proc_trans_rgb3*_cmyn5*ioL %in: olv*, out: cmyn5 c4*Fa m4*Fa y4*Fa n4*Fa setcmyknew } def }%END colorm=0 {%BEG colorm=1 /olvtrans 0 def %no change of olv* /setrgbcolor {/v* exch def /l* exch def /o* exch def o* l* v* proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL /v* exch def /l* exch def /o* exch def proc_trans_rgb3*_cmyn5*ioL %in: olv*, out: cmyn5 c4*Fa m4*Fa y4*Fa n4*Fa setcmyknew } def /setgray {dup dup /v* exch def /l* exch def /o* exch def o* l* v* proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL /v* exch def /l* exch def /o* exch def proc_trans_rgb3*_cmyn5*ioL %in: olv*, out: cmyn5 c4*Fa m4*Fa y4*Fa n4*Fa setcmyknew } def /setcmykcolor {cmyk_olv*_cmyn4* o* l* v* proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL /v* exch def /l* exch def /o* exch def proc_trans_rgb3*_cmyn5*ioL %in: olv*, out: cmyn5 c4*Fa m4*Fa y4*Fa n4*Fa setcmyknew } def } ifelse %END colorm=1 }%END %xchart>=0 {%BEG %xchart=0 /setrgbcolor {/v* exch def /l* exch def /o* exch def /c4*Fa 1 o* sub def /m4*Fa 1 l* sub def /y4*Fa 1 v* sub def /n4*Fa 0 def o* l* v* sfrgbcolor } def /setgray {dup dup /v* exch def /l* exch def /o* exch def /c4*Fa 1 o* sub def /m4*Fa 1 l* sub def /y4*Fa 1 v* sub def /n4*Fa 0 def o* sfgray } def /setcmykcolor {cmyk_olv*_cmyn4* c4*Fa m4*Fa y4*Fa n4*Fa sfcmykcolor } def } ifelse %END %xchart=0 'zm60'COLM559LT.PS cmyn5* 20120301 } if %colsep=3 cmyn5* %********************************************************************* colsep 1 eq {%colsep=1 /tLAB 0 def xchart 1 ge {%xchart>=1 'zm60'COLM57LT.PS cmy0* 20120301 colorm 0 eq {%BEG colorm=0 /setrgbcolor {/v* exch def /l* exch def /o* exch def o* l* v* proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL /v* exch def /l* exch def /o* exch def %standard cmy0* for input /c4*Fa 1 o* sub def /m4*Fa 1 l* sub def /y4*Fa 1 v* sub def /n4*Fa 0 def c4*Fa m4*Fa y4*Fa n4*Fa setcmyknew } def /setgray {dup dup /v* exch def /l* exch def /o* exch def o* l* v* proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL /v* exch def /l* exch def /o* exch def %standard cmy0* for input /c4*Fa 1 o* sub def /m4*Fa 1 l* sub def /y4*Fa 1 v* sub def /n4*Fa 0 def c4*Fa m4*Fa y4*Fa n4*Fa setcmyknew } def /setcmykcolor {cmyk_olv*_cmyn4* o* l* v* proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL /v* exch def /l* exch def /o* exch def /c4*Fa 1 o* sub def /m4*Fa 1 l* sub def /y4*Fa 1 v* sub def /n4*Fa 0 def c4*Fa m4*Fa y4*Fa n4*Fa setcmyknew } def }%END colorm=0 {%BEG colorm=1 /setrgbcolor {/v* exch def /l* exch def /o* exch def o* l* v* proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL /v* exch def /l* exch def /o* exch def /c4*Fa 1 o* sub def /m4*Fa 1 l* sub def /y4*Fa 1 v* sub def /n4*Fa 0 def c4*Fa m4*Fa y4*Fa n4*Fa setcmyknew } def /setgray {/w*w exch def /o* w*w def /l* w*w def /v* w*w def o* l* v* proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL /v* exch def /l* exch def /o* exch def /c4*Fa 1 o* sub def /m4*Fa 1 l* sub def /y4*Fa 1 v* sub def /n4*Fa 0 def c4*Fa m4*Fa y4*Fa n4*Fa setcmyknew } def /setcmykcolor {cmyk_olv*_cmyn4* o* l* v* proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL /v* exch def /l* exch def /o* exch def /c4*Fa 1 o* sub def /m4*Fa 1 l* sub def /y4*Fa 1 v* sub def /n4*Fa 0 def c4*Fa m4*Fa y4*Fa n4*Fa setcmyknew } def } ifelse %END colorm=1 }%END %xchart>=1 {%BEG %xchart=0 /setrgbcolor {/v* exch def /l* exch def /o* exch def /c4*Fa 1 o* sub def /m4*Fa 1 l* sub def /y4*Fa 1 v* sub def /n4*Fa 0 def o* l* v* sfrgbcolor } def /setgray {dup dup /v* exch def /l* exch def /o* exch def /c4*Fa 1 o* sub def /m4*Fa 1 l* sub def /y4*Fa 1 v* sub def /n4*Fa 0 def o* sfgray } def /setcmykcolor {cmyk_olv*_cmyn4* c4*Fa m4*Fa y4*Fa n4*Fa sfcmykcolor } def } ifelse %END %xchart=0 'zm60'COLM57LT.PS cmy0* 20120301 } if %colsep=1 %*************************************************************** colsep 2 eq {%colsep=2 /tLAB 0 def xchart 1 ge {%xchart>=1 'zm60'COLM58LT.PS cmyn4* 20120301 colorm 0 eq {%BEG colorm=0 /setrgbcolor {/v* exch def /l* exch def /o* exch def o* l* v* proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL /v* exch def /l* exch def /o* exch def proc_trans_rgb3*_cmyn4*ioL %in: olv*, out: cmyn4 c4*Fa m4*Fa y4*Fa n4*Fa setcmyknew } def /setgray {dup dup /v* exch def /l* exch def /o* exch def o* l* v* proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL /v* exch def /l* exch def /o* exch def proc_trans_rgb3*_cmyn4*ioL %in: olv*, out: cmyn4 c4*Fa m4*Fa y4*Fa n4*Fa setcmyknew } def /setcmykcolor {cmyk_olv*_cmyn4* o* l* v* proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL /v* exch def /l* exch def /o* exch def proc_trans_rgb3*_cmyn4*ioL %in: olv*, out: cmyn4 c4*Fa m4*Fa y4*Fa n4*Fa setcmyknew } def }%END colorm=0 {%BEG colorm=1 /setrgbcolor {/v* exch def /l* exch def /o* exch def o* l* v* proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL /v* exch def /l* exch def /o* exch def proc_trans_rgb3*_cmyn4*ioL %needs olv* for input %produces cmyn4*ioL as output c4*Fa m4*Fa y4*Fa n4*Fa setcmyknew } def /setgray {dup dup /v* exch def /l* exch def /o* exch def o* l* v* proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL /v* exch def /l* exch def /o* exch def proc_trans_rgb3*_cmyn4*ioL %in: olv*, out: cmyn4 c4*Fa m4*Fa y4*Fa n4*Fa setcmyknew } def /setcmykcolor {cmyk_olv*_cmyn4* o* l* v* proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL /v* exch def /l* exch def /o* exch def proc_trans_rgb3*_cmyn4*ioL %in: olv*, out: cmyn4 c4*Fa m4*Fa y4*Fa n4*Fa setcmyknew } def } ifelse %END colorm=1 }%END %xchart>=0 {%BEG %xchart=0 /setrgbcolor {/v* exch def /l* exch def /o* exch def /c4*Fa 1 o* sub def /m4*Fa 1 l* sub def /y4*Fa 1 v* sub def /n4*Fa 0 def o* l* v* sfrgbcolor } def /setgray {dup dup /v* exch def /l* exch def /o* exch def /c4*Fa 1 o* sub def /m4*Fa 1 l* sub def /y4*Fa 1 v* sub def /n4*Fa 0 def o* sfgray } def /setcmykcolor {cmyk_olv*_cmyn4* c4*Fa m4*Fa y4*Fa n4*Fa sfcmykcolor } def } ifelse %END %xchart=0 'zm60'COLM58LT.PS cmyn4* 20120301 } if %colsep=2 %********************************************************************* colsep 0 eq {%colsep=0 cmyn6* /tLAB 0 def xchart 1 ge {%xchart>=1 'zm60'COLM559LT.PS cmyn6* 20120201 colorm 0 eq {%BEG colorm=0 /olvtrans 1 def %changes olv* to olvk* /setrgbcolor {/v* exch def /l* exch def /o* exch def o* l* v* proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL /v* exch def /l* exch def /o* exch def proc_trans_rgb3*_cmyn6*ioL %in: olv*, out: cmyn6 c4*Fa m4*Fa y4*Fa n4*Fa setcmyknew } def /setgray {/w*w exch def /v* w*w def /l* w*w def /o* w*w def o* l* v* proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL /v* exch def /l* exch def /o* exch def proc_trans_rgb3*_cmyn6*ioL %in: olv*, out: cmyn6 c4*Fa m4*Fa y4*Fa n4*Fa setcmyknew } def /setcmykcolor {cmyk_olv*_cmyn4* o* l* v* proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL /v* exch def /l* exch def /o* exch def proc_trans_rgb3*_cmyn6*ioL %in: olv*, out: cmyn6 c4*Fa m4*Fa y4*Fa n4*Fa setcmyknew } def }%END colorm=0 {%BEG colorm=1 /olvtrans 0 def %no change of olv* /setrgbcolor {/v* exch def /l* exch def /o* exch def o* l* v* proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL /v* exch def /l* exch def /o* exch def proc_trans_rgb3*_cmyn6*ioL %in: olv*, out: cmyn6 c4*Fa m4*Fa y4*Fa n4*Fa setcmyknew } def /setgray {dup dup /v* exch def /l* exch def /o* exch def o* l* v* proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL /v* exch def /l* exch def /o* exch def proc_trans_rgb3*_cmyn6*ioL %in: olv*, out: cmyn6 c4*Fa m4*Fa y4*Fa n4*Fa setcmyknew } def /setcmykcolor {cmyk_olv*_cmyn4* o* l* v* proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL /v* exch def /l* exch def /o* exch def proc_trans_rgb3*_cmyn6*ioL %in: olv*, out: cmyn6 c4*Fa m4*Fa y4*Fa n4*Fa setcmyknew } def } ifelse %END colorm=1 }%END %xchart>=0 {%BEG %xchart=0 /setrgbcolor {/v* exch def /l* exch def /o* exch def /c4*Fa 1 o* sub def /m4*Fa 1 l* sub def /y4*Fa 1 v* sub def /n4*Fa 0 def o* l* v* sfrgbcolor } def /setgray {dup dup /v* exch def /l* exch def /o* exch def /c4*Fa 1 o* sub def /m4*Fa 1 l* sub def /y4*Fa 1 v* sub def /n4*Fa 0 def o* sfgray } def /setcmykcolor {cmyk_olv*_cmyn4* c4*Fa m4*Fa y4*Fa n4*Fa sfcmykcolor } def } ifelse %END %xchart=0 'zm60'COLM559LT.PS cmyn6* 20120301 } if %colsep=0 cmyn6* %********************************************************************* colsep 4 eq {%colsep=4 rgb* /tLAB 0 def xchart 1 ge {%xchart>=1 'zm60'COLM559LT.PS cmyn6* 20120201 colorm 0 eq {%BEG colorm=0 /olvtrans 1 def %changes olv* to olvk* /setrgbcolor {/v* exch def /l* exch def /o* exch def o* l* v* proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL /v* exch def /l* exch def /o* exch def proc_trans_rgb3*_cmyn6*ioL %in: olv*, out: cmyn6 % c4*Fa m4*Fa y4*Fa n4*Fa % setcmyknew o* l* v* sfrgbcolor } def /setgray {/w*w exch def /v* w*w def /l* w*w def /o* w*w def o* l* v* proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL /v* exch def /l* exch def /o* exch def proc_trans_rgb3*_cmyn6*ioL %in: olv*, out: cmyn6 % c4*Fa m4*Fa y4*Fa n4*Fa % setcmyknew o* l* v* sfrgbcolor } def /setcmykcolor {cmyk_olv*_cmyn4* o* l* v* proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL /v* exch def /l* exch def /o* exch def proc_trans_rgb3*_cmyn6*ioL %in: olv*, out: cmyn6 % c4*Fa m4*Fa y4*Fa n4*Fa % setcmyknew o* l* v* sfrgbcolor } def }%END colorm=0 {%BEG colorm=1 /olvtrans 0 def %no change of olv* /setrgbcolor {/v* exch def /l* exch def /o* exch def o* l* v* proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL /v* exch def /l* exch def /o* exch def proc_trans_rgb3*_cmyn6*ioL %in: olv*, out: cmyn6 % c4*Fa m4*Fa y4*Fa n4*Fa % setcmyknew o* l* v* sfrgbcolor } def /setgray {dup dup /v* exch def /l* exch def /o* exch def o* l* v* proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL /v* exch def /l* exch def /o* exch def proc_trans_rgb3*_cmyn6*ioL %in: olv*, out: cmyn6 % c4*Fa m4*Fa y4*Fa n4*Fa % setcmyknew o* l* v* sfrgbcolor } def /setcmykcolor {cmyk_olv*_cmyn4* o* l* v* proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL /v* exch def /l* exch def /o* exch def proc_trans_rgb3*_cmyn6*ioL %in: olv*, out: cmyn6 % c4*Fa m4*Fa y4*Fa n4*Fa % setcmyknew o* l* v* sfrgbcolor } def } ifelse %END colorm=1 }%END %xchart>=0 {%BEG %xchart=0 /setrgbcolor {/v* exch def /l* exch def /o* exch def /c4*Fa 1 o* sub def /m4*Fa 1 l* sub def /y4*Fa 1 v* sub def /n4*Fa 0 def o* l* v* sfrgbcolor } def /setgray {dup dup /v* exch def /l* exch def /o* exch def /c4*Fa 1 o* sub def /m4*Fa 1 l* sub def /y4*Fa 1 v* sub def /n4*Fa 0 def o* sfgray } def /setcmykcolor {cmyk_olv*_cmyn4* c4*Fa m4*Fa y4*Fa n4*Fa sfcmykcolor } def } ifelse %END %xchart=0 'zm60'COLM559LT.PS cmyn6* 20120301 } if %colsep=4 rgb* %********************************************************************* /setgc {pop pop pop 1 exch sub sfgray} bind def /setgm {pop pop 1 exch sub sfgray pop} bind def /setgy {pop 1 exch sub sfgray pop pop} bind def /setgn {1 exch sub sfgray pop pop pop} bind def /setgf {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def 0 ccolor eq 0 mcolor eq and 0 ycolor eq and {1 ncolor sub lggray} {1 ccolor sub 0.71 mul 1 mcolor sub 0.22 mul add 1 ycolor sub 0.07 mul add sfgray} ifelse } bind def /setcmykcolorf { sfcmykcolor} bind def %fuer PSL1/2-Farbgeraet /setcmyknew { %Ersatz setcolornew durch setcmykcolor1 ausz 1 eq {setgc} if %C ausz 2 eq {setgm} if %M ausz 3 eq {setgy} if %Y ausz 4 eq {pop pop pop /ccolor exch def ccolor 0 0 0 /setcmykcolor where %Abfrage Farb-/SW-Geraet {pop setcmykcolorf} %PSL1/2-Farb-Geraet {setgc} %PSL1-SW-Geraet ifelse } if %Cbunt ausz 5 eq {pop pop /mcolor exch def pop 0 mcolor 0 0 /setcmykcolor where %Abfrage Farb-/SW-Geraet {pop setcmykcolorf} %PSL1/2-Farb-Geraet {setgm} %PSL1-SW-Geraet ifelse } if %Mbunt ausz 6 eq {pop /ycolor exch def pop pop 0 0 ycolor 0 /setcmykcolor where %Abfrage Farb-/SW-Geraet {pop setcmykcolorf} %PSL1/2-Farb-Geraet {setgy} %PSL1-SW-Geraet ifelse } if %Ybunt ausz 7 eq {setgn} if %N ausz 8 ge { /setcmykcolor where %Abfrage Farb-/SW-Geraet {pop setcmykcolorf} %PSL1/2-Farb-Geraet {setgf} %PSL1-SW-Geraet ifelse } if %bei ausz=8: Farb- oder SW-Ausdruck je nach Drucker } bind def %END different procedures } bind def %END Procedure PROC_COLSEP_IOF 20100301 %********************************************************************* %END Procedure PROC_COLSEP_IOF different procedures 20100301 %********************************************************************* %********************************************************************* %BEG Procedure PROC_LAB_IOF %********************************************************************* /PROC_LAB_IOF {%BEG Procedure PROC_LAB_IOF %calculation of LAB data from spectral data %calculation of 48 step hue circles %calculation of rgb-LAB tables /SDx 80 array def %380 bis 775 mit deltalambda=05 /SD65 80 array def %380 bis 775 mit deltalambda=05 /SD50 80 array def %380 bis 775 mit deltalambda=05 /SDP4 80 array def %380 bis 775 mit deltalambda=05 /SDA0 80 array def %380 bis 775 mit deltalambda=05 /SDE0 80 array def %380 bis 775 mit deltalambda=05 /SDC0 80 array def %380 bis 775 mit deltalambda=05 /SDAK 80 array def %380 bis 775 mit deltalambda=05 /RA 80 array def %380 bis 770 nm /F2 240 array def %3 x 80 Daten fuer Bereich 380 bis 770nm /F2N 240 array def %normiert auf Y=100 fuer D65 und 10nm %C %C LITERATURQUELLEN LICHTARTEN %C SA,SC,SD65, CIE-DOKUMENT NR.15 FARBMESSUNG, 1971 %C TABELLE 1.1.1, SEITE 81 %C SD55,SD75, CIE-DOKUMENT NR.15 FARBMESSUNG, 1971 %C TABELLE 1.1.4, SEITE 85 %C LINEAR INTERPOLIERT VON 5 ZU 5NM %C SG,SP,SXE, DIN 5033, BLATT 7 ,SEITE 8-9 %C AUSGABE 1966 /SD65 %80 data 5 nm [50.0 52.3 54.6 68.7 82.8 87.1 91.5 92.5 93.4 90.1 86.7 95.8 104.9 110.9 117.0 117.4 117.8 116.3 114.9 115.4 115.9 112.4 108.8 109.1 109.4 108.6 107.8 106.3 104.8 106.2 107.7 106.0 104.4 104.2 104.0 102.0 100.0 98.2 96.3 96.1 95.8 92.2 88.7 89.3 90.0 89.8 89.6 88.6 87.7 85.5 83.3 83.5 83.7 81.9 80.0 80.1 80.2 81.2 82.3 80.3 78.3 74.0 69.7 70.7 71.6 73.0 74.3 68.0 61.6 65.7 69.9 72.5 75.1 69.3 63.6 55.0 46.4 56.6 66.8 65.1] def /SD50 %80 data 5 nm CIE 15.3, Seite 30; aus JE540-1N.PS [24.5 27.2 29.9 39.6 49.3 52.9 56.5 58.3 60.0 58.9 57.8 66.3 74.8 81.0 87.2 88.9 90.6 91.0 91.4 93.2 95.1 93.5 92.0 93.8 95.7 96.2 96.6 96.8 97.1 99.6 102.1 101.4 100.8 101.5 102.3 101.2 100.0 98.9 97.7 98.3 98.9 96.2 93.5 95.6 97.7 98.5 99.3 99.2 99.0 97.4 95.7 97.3 98.9 97.3 95.7 96.9 98.2 100.6 103.0 101.1 99.1 93.3 87.4 89.5 91.6 92.2 92.9 84.9 76.9 81.7 86.5 89.5 92.6 85.4 78.2 68.0 57.7 70.3 82.9 0.0] def %0.0 not used /SDA0 %80 data 5 nm CIE 15.3 Seite 30; aus JE540-1N.PS [9.80 10.90 12.09 13.35 14.71 16.15 17.68 19.29 20.99 22.79 24.67 26.64 28.70 30.85 33.09 35.41 37.81 40.30 42.87 45.52 48.24 51.04 53.91 56.85 59.86 62.93 66.06 69.25 72.50 75.79 79.13 82.52 85.95 89.41 92.91 96.44 100.00 103.58 107.18 110.80 114.44 118.08 121.73 125.39 129.04 132.70 136.35 139.99 143.62 147.24 150.84 154.42 157.98 161.52 165.03 168.51 171.96 175.38 178.77 182.12 185.43 188.70 191.93 195.12 198.26 201.36 204.41 207.41 210.36 213.27 216.12 218.92 221.67 224.36 227.00 229.59 232.12 234.59 237.01 239.37 0.0] def %0.0 not used % AUS BILDPLA.FOR aus vrbam/wrpos:KRPROG.FOR, 5987-6023 5.10.92 %C PROGRAMM ZUR BERECHNUNG DER RELATIVEN SPEKTRALEN STRAHLUNGSVERTEI- %C LUNG EINES HOHLRAUMSTRAHLERS ALS FUNKTION DER WELLENLAENGE LAMDA %C BEI GEGEBENER TEMPERATUR T %C VERWENDETE VARIABLE %C T TEMPERATUR %C C2 PLANCKSCHE KONSTANTE (=1.4388 CM K (1967)) %C LAMDA(I) WELLENLAENGE %C S(I) STRAHLUNGSVERTEILUNG DES HOHLRAUMSTRAHLERS %C %C LITERATUR OFFIZIELLE EMPFEHLUNGEN DER CIE,DEUTSCHE VERSION, %C CA. 1969, SEITE 21 UND TABELLE 1.1.1 %C %SDP4 80 array def %380 bis 775 mit deltalambda=05 % DO 50 I=1,54 % 50 S(I)=100. % 1*(560./FLOAT(LAMDA(I)))**5 % 2*(EXP(C2/(560.*10.**(-7)*T))-1.) % 3/(EXP(C2/(FLOAT(LAMDA(I))*10.**(-7)*T))-1.) %new CIE 15.3:2004, Eq. (3.1) page 2 %S(I) = [100{560/lambda}**5] [exp{(c2*10**7)/(TNC*560 )} - 1] % /[exp{(c2*10**7)/(TNC*lambda)} - 1] % exp = e {...} = 2.71 {...} %/TNC 2848 def %NLA /TNC 4000 def /EE 2.718281 def %e=mac pocket calculator /C2 1.4350000 10 7 exp mul def /lamd 80 array def 0 1 79 {%i=0,79 /i exch def /lambda 380 i 5 mul add def lamd i lambda put /E1 560 lambda div 5 exp def /E4 C2 TNC 560 mul div def /E5 C2 TNC lambda mul div def /E6 EE E4 exp def /E7 EE E5 exp def SDP4 i E1 100 mul E6 1 sub E7 1 sub div mul put } for %i=0,79 /xex 10 2 exp def /yex EE 2 exp def /SDE0 %80 data 5 nm [100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0] def %0.0 not used /SDC0 %80 data 5 nm [ 33.00 39.92 47.40 55.17 63.30 71.81 80.60 89.53 98.10 105.80 112.40 117.75 121.50 123.45 124.00 123.60 123.10 123.30 123.80 124.09 123.90 122.92 120.70 116.90 112.10 106.98 102.30 98.81 96.90 96.78 98.00 99.94 102.10 103.95 105.20 105.67 105.30 104.11 102.30 100.15 97.80 95.43 93.20 91.22 89.70 88.83 88.40 88.19 88.10 88.06 88.00 87.86 87.80 87.99 88.20 88.20 87.90 87.22 86.30 85.30 84.00 82.21 80.20 78.24 76.30 74.36 72.40 70.40 68.30 66.30 64.40 62.80 61.50 60.20 59.20 58.50 58.10 58.00 58.20 58.50 ] def %0.0 not used %C LITERATURQUELLEN SPEKTRALWERTE %C F2 CIE-DOKUMENT NR.15 FARBMESSUNG, 1971 %C TABELLE 2.1, SEITE 93-102 /F2 %3x80 data [.001368 .002236 .004243 .007650 .01431 .02319 .04351 .07763 .1344 .2148 .2839 .3285 .3483 .3481 .3362 .3187 .2908 .2511 .1954 .1421 .09564 .05795 .03201 .01470 .0049 .0024 .0093 .0291 .06327 .1096 .1655 .2257 .2904 .3597 .4334 .5121 .5945 .6784 .7621 .8425 .9163 .9786 1.0263 1.0567 1.0622 1.0456 1.0026 .9384 .8544 .7514 .6424 .5419 .4479 .3608 .2835 .2187 .1649 .1212 .0874 .0636 .04677 .03290 .02270 .01584 .01136 .00811 .00579 .004109 .002899 .002049 .001440 .0009999 .0006901 .000476 .0003323 .0002348 .0001662 .0001174 .00008308 .00005871 .000039 .000064 .00012 .000217 .000396 .00064 .00121 .00218 .004 .0073 .0116 .01684 .023 .0298 .0380 .048 .06 .0739 .09098 .1126 .139 .1693 .208 .2586 .323 .4073 .503 .6082 .71 .7932 .862 .9149 .954 .9803 .995 1.0 .995 .9786 .952 .9154 .870 .8163 .757 .6949 .631 .5668 .503 .4412 .381 .321 .265 .217 .175 .1382 .107 .0816 .061 .04458 .032 .0232 .017 .01192 .00821 .005723 .004102 .002929 .002091 .001484 .001047 .00074 .00052 .0003611 .0002492 .0001719 .00012 .0000848 .00006 .0000424 .00003 .0000212 .00645 .01055 .02005 .03621 .06785 .1102 .2074 .3713 .6456 1.0391 1.3856 1.623 1.7471 1.7826 1.7721 1.7441 1.6692 1.5281 1.2876 1.0419 .8130 .6162 .4652 .3533 .2720 .2123 .1582 .1117 .07825 .05725 .04216 .02984 .0203 .0134 .00875 .00575 .0039 .00275 .0021 .0018 .00165 .0014 .0011 .0010 .0008 .0006 .00034 .00024 .00019 .0001 .00005 .00003 .00002 .00001 % 26*0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %10 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %20 0.0 0.0 0.0 0.0 0.0 0.0 %26 ] def /indxi 1080 array def /indxi %indxt=0,1079 [0000 0001 0002 0003 0004 0005 0006 0007 0008 %A 0243 0244 0245 0246 0247 0248 0249 0250 0251 0486 0487 0488 0489 0490 0491 0492 0493 0494 0009 0010 0011 0012 0013 0014 0015 0016 0017 %B 0252 0253 0254 0255 0256 0257 0258 0259 0260 0495 0496 0497 0498 0499 0500 0501 0502 0503 0018 0019 0020 0021 0022 0023 0024 0025 0026 %C 0261 0262 0263 0264 0265 0266 0267 0268 0269 0504 0505 0506 0507 0508 0509 0510 0511 0512 0027 0028 0029 0030 0031 0032 0033 0034 0035 %D 0270 0271 0272 0273 0274 0275 0276 0277 0278 0513 0514 0515 0516 0517 0518 0519 0520 0521 0036 0037 0038 0039 0040 0041 0042 0043 0044 %E 0279 0280 0281 0282 0283 0284 0285 0286 0287 0522 0523 0524 0525 0526 0527 0528 0529 0530 0045 0046 0047 0048 0049 0050 0051 0052 0053 %F 0288 0289 0290 0291 0292 0293 0294 0295 0296 0531 0532 0533 0534 0535 0536 0537 0538 0539 0054 0055 0056 0057 0058 0059 0060 0061 0062 %G 0297 0298 0299 0300 0301 0302 0303 0304 0305 0540 0541 0542 0543 0544 0545 0546 0547 0548 0063 0064 0065 0066 0067 0068 0069 0070 0071 %H 0306 0307 0308 0309 0310 0311 0312 0313 0314 0549 0550 0551 0552 0553 0554 0555 0556 0557 0072 0073 0074 0075 0076 0077 0078 0079 0080 %I 0315 0316 0317 0318 0319 0320 0321 0322 0323 0558 0559 0560 0561 0562 0563 0564 0565 0566 0081 0082 0083 0084 0085 0086 0087 0088 0089 %J 0324 0325 0326 0327 0328 0329 0330 0331 0332 0567 0568 0569 0570 0571 0572 0573 0574 0575 0090 0091 0092 0093 0094 0095 0096 0097 0098 %K 0333 0334 0335 0336 0337 0338 0339 0340 0341 0576 0577 0578 0579 0580 0581 0582 0583 0584 0099 0100 0101 0102 0103 0104 0105 0106 0107 %L 0342 0343 0344 0345 0346 0347 0348 0349 0350 0585 0586 0587 0588 0589 0590 0591 0592 0593 0108 0109 0110 0111 0112 0113 0114 0115 0116 %M 0351 0352 0353 0354 0355 0356 0357 0358 0359 0594 0595 0596 0597 0598 0599 0600 0601 0602 0117 0118 0119 0120 0121 0122 0123 0124 0125 %N 0360 0361 0362 0363 0364 0365 0366 0367 0368 0603 0604 0605 0606 0607 0608 0609 0610 0611 0126 0127 0128 0129 0130 0131 0132 0133 0134 %O 0369 0370 0371 0372 0373 0374 0375 0376 0377 0612 0613 0614 0615 0616 0617 0618 0619 0620 0135 0136 0137 0138 0139 0140 0141 0142 0143 %P 0378 0379 0380 0381 0382 0383 0384 0385 0386 0621 0622 0623 0624 0625 0626 0627 0628 0629 0144 0145 0146 0147 0148 0149 0150 0151 0152 %Q 0387 0388 0389 0390 0391 0392 0393 0394 0395 0630 0631 0632 0633 0634 0635 0636 0637 0638 0153 0154 0155 0156 0157 0158 0159 0160 0161 %R 0396 0397 0398 0399 0400 0401 0402 0403 0404 0639 0640 0641 0642 0643 0644 0645 0646 0647 0162 0163 0164 0165 0166 0167 0168 0169 0170 %S 0405 0406 0407 0408 0409 0410 0411 0412 0413 0648 0649 0650 0651 0652 0653 0654 0655 0656 0171 0172 0173 0174 0175 0176 0177 0178 0179 %T 0414 0415 0416 0417 0418 0419 0420 0421 0422 0657 0658 0659 0660 0661 0662 0663 0664 0665 0180 0181 0182 0183 0184 0185 0186 0187 0188 %U 0423 0424 0425 0426 0427 0428 0429 0430 0431 0666 0667 0668 0669 0670 0671 0672 0673 0674 0189 0190 0191 0192 0193 0194 0195 0196 0197 %V 0432 0433 0434 0435 0436 0437 0438 0439 0440 0675 0676 0677 0678 0679 0680 0681 0682 0683 0198 0199 0200 0201 0202 0203 0204 0205 0206 %W 0441 0442 0443 0444 0445 0446 0447 0448 0449 0684 0685 0686 0687 0688 0689 0690 0691 0692 0207 0208 0209 0210 0211 0212 0213 0214 0215 %X 0450 0451 0452 0453 0454 0455 0456 0457 0458 0693 0694 0695 0696 0697 0698 0699 0700 0701 0216 0217 0218 0219 0220 0221 0222 0223 0224 %Y 0459 0460 0461 0462 0463 0464 0465 0466 0467 0702 0703 0704 0705 0706 0707 0708 0709 0710 0225 0226 0227 0228 0229 0230 0231 0232 0233 %Z 0468 0469 0470 0471 0472 0473 0474 0475 0476 0711 0712 0713 0714 0715 0716 0717 0718 0719 0234 0235 0236 0237 0238 0239 0240 0241 0242 %a 0477 0478 0479 0480 0481 0482 0483 0484 0485 0720 0721 0722 0723 0724 0725 0726 0727 0728 0729 0730 0731 0732 0733 0734 0735 0736 0737 %b 0810 0811 0812 0813 0814 0815 0816 0817 0818 0891 0892 0893 0894 0895 0896 0897 0898 0899 0738 0739 0740 0741 0742 0743 0744 0745 0746 %c 0819 0820 0821 0822 0823 0824 0825 0826 0827 0900 0901 0902 0903 0904 0905 0906 0907 0908 0747 0748 0749 0750 0751 0752 0753 0754 0755 %d 0828 0829 0830 0831 0832 0833 0834 0835 0836 0909 0910 0911 0912 0913 0914 0915 0916 0917 0756 0757 0758 0759 0760 0761 0762 0763 0764 %e 0837 0838 0839 0840 0841 0842 0843 0844 0845 0918 0919 0920 0921 0922 0923 0924 0925 0926 0765 0766 0767 0768 0769 0770 0771 0772 0773 %f 0846 0847 0848 0849 0850 0851 0852 0853 0854 0927 0928 0929 0930 0931 0932 0933 0934 0935 0774 0775 0776 0777 0778 0779 0780 0781 0782 %g 0855 0856 0857 0858 0859 0860 0861 0862 0863 0936 0937 0938 0939 0940 0941 0942 0943 0944 0783 0784 0785 0786 0787 0788 0789 0790 0791 %h 0864 0865 0866 0867 0868 0869 0870 0871 0872 0945 0946 0947 0948 0949 0950 0951 0952 0953 0792 0793 0794 0795 0796 0797 0798 0799 0800 %i 0873 0874 0875 0876 0877 0878 0879 0880 0881 0954 0955 0956 0957 0958 0959 0960 0961 0962 0801 0802 0803 0804 0805 0806 0807 0808 0809 %j 0882 0883 0884 0885 0886 0887 0888 0889 0890 0963 0964 0965 0966 0967 0968 0969 0970 0971 0972 0973 0974 0975 0976 0977 0978 0979 0980 %k 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1072 1073 0981 0982 0983 0984 0985 0986 0987 0988 0989 %l 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1074 1075 0990 0991 0992 0993 0994 0995 0996 0997 0998 %m 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1076 1077 0999 1000 1001 1002 1003 1004 1005 1006 1007 %n 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1078 1079 ] def %indxi=0,1079 %parameters for calculations /FileData colsep 0 eq {FILEDATA_RX0F_IOF def} if %cmyn6* colsep 1 eq {FILEDATA_RX0F_IOF def} if %cmy0* colsep 2 eq {FILEDATA_RX0F_IOF def} if %cmyn4* colsep 3 eq {FILEDATA_RX0F_IOF def} if %cmyn5* colsep 4 eq {FILEDATA_RX0F_IOF def} if %rgb* 0 1 79 {/i exch def %i=0,79 SDx i SD65 i get put } for %i=0,79 /YKSUM 0 def 0 2 78 {/i exch def %i=0,2,79 /YKSUM YKSUM SDx i get F2 80 i add get mul add def } for %i=0,2,79 0 2 78 {/i exch def %i=0,2,79 /i2 i 2 idiv def F2N 00 i2 add SDx i get F2 00 i add get mul YKSUM div 100 mul put F2N 40 i2 add SDx i get F2 80 i add get mul YKSUM div 100 mul put F2N 80 i2 add SDx i get F2 160 i add get mul YKSUM div 100 mul put } for %i=0,2,79 /XDx 0 def /YDx 0 def /ZDx 0 def 0 1 039 {/i exch def %i=0,39 /XDx XDx F2N 00 i add get add def /YDx YDx F2N 40 i add get add def /ZDx ZDx F2N 80 i add get add def } for %i=0,39 /Xj 1080 array def /Yj 1080 array def /Zj 1080 array def /LAB*Lj 1080 array def /LAB*aj 1080 array def /LAB*bj 1080 array def /LAB*Lja 1080 array def /LAB*aja 1080 array def /LAB*bja 1080 array def /jmax 1079 def 00 1 jmax {/j exch def %j=0,jmac 0 1 040 {/i exch def %i=0,40 i 35 le {/n i 2 add j 38 mul add def RA i colsep 0 eq {RX0F} if %cmyn6* colsep 1 eq {RX0F} if %cmy0* colsep 2 eq {RX0F} if %cmyn4* colsep 3 eq {RX0F} if %cmyn5* colsep 4 eq {RX0F} if %rgb* n get 10000 div put} {RA i RA 35 get put } ifelse } for %i=0,40 /X 0 def /Y 0 def /Z 0 def 0 1 039 {/i exch def %i=0,39 /X X F2N 00 i add get RA i get mul add def /Y Y F2N 40 i add get RA i get mul add def /Z Z F2N 80 i add get RA i get mul add def } for %i=0,39 /XQ X XDx div def /YQ Y YDx div def /ZQ Z ZDx div def XQ 0 lt {/XQ 0.00000001 def} if YQ 0 lt {/YQ 0.00000001 def} if ZQ 0 lt {/ZQ 0.00000001 def} if /LAB*L YQ 0.008856 lt {903.3 YQ mul} {YQ 0.33333333 exp 116 mul 16 sub} ifelse def /LAB*a XQ 0.008856 lt {7.787 XQ mul 16 116 div add} {XQ 0.33333333 exp} ifelse YQ 0.008856 lt {7.787 YQ mul 16 116 div add} {YQ 0.33333333 exp} ifelse sub 500 mul def /LAB*b YQ 0.008856 lt {7.787 YQ mul 16 116 div add} {YQ 0.33333333 exp} ifelse ZQ 0.008856 lt {7.787 ZQ mul 16 116 div add} {ZQ 0.33333333 exp} ifelse sub 200 mul def /k indxi j get def Xj k X put Yj k Y put Zj k Z put LAB*Lj k LAB*L put LAB*aj k LAB*a put LAB*bj k LAB*b put } for %j=0,jmax %Adaptation /L*Nio LAB*Lj 0 get def /A*Nio LAB*aj 0 get def /B*Nio LAB*bj 0 get def /L*Wio LAB*Lj 728 get def /A*Wio LAB*aj 728 get def /B*Wio LAB*bj 728 get def /A*Dio A*Wio A*Nio sub def /B*Dio B*Wio B*Nio sub def 0 1 jmax {/j exch def %j=0,jmax LAB*Lja j LAB*Lj j get put /l*CIE LAB*Lj j get L*Nio sub L*Wio L*Nio sub div def %system rel. lightn. /a*s A*Wio A*Nio sub l*CIE mul def /b*s B*Wio B*Nio sub l*CIE mul def LAB*aja j LAB*aj j get A*Nio sub a*s sub put LAB*bja j LAB*bj j get B*Nio sub b*s sub put } for %j=0,jmax /L*Nioa LAB*Lja 0 get def /A*Nioa LAB*aja 0 get def /B*Nioa LAB*bja 0 get def /L*Wioa LAB*Lja 728 get def /A*Wioa LAB*aja 728 get def /B*Wioa LAB*bja 728 get def %only 729 data used /nR 9 def %LUT size /nG 9 def /nB 9 def /nges nR nG nB mul mul def /lut 2187 array def %729x3=2187 (only 9x9x9 used) 0 1 728 {/i exch def %i=0,728 /i3 i 3 mul def lut i3 LAB*Lja i get put lut i3 1 add LAB*aja i get put lut i3 2 add LAB*bja i get put } for %i=0,729 } bind def %END Procedure PROC_LAB_IOF %*********************************************************** %END Procedure PROC_LAB_IOF %*********************************************************** %***************************************************************************** %BEG Procedure PROC_SPEC_IOF Colour special for NP-file 20120401 %***************************************************************************** %different procedures: % proc_LAB729a_to_LAB*LabCh64M and proc_LAB*LabCh64M_to_tab362_dy %*********************************************************** /proc_LAB729a_to_LAB*LabCh64M { %BEG Procedure proc_LAB729a_to_LAB*LabCh64M %transfer from proc_LAB729a_to_LAB*LabCh64M, %9x9x9=729 steps used for LAB729a %requires /LAB*LabCh64M 64 array def %requires in addition /LAB729a 729 array def /LAB*Ldd64M 64 array def /LAB*add64M 64 array def /LAB*bdd64M 64 array def /LAB*Cdd64M 64 array def /LAB*hdd64M 64 array def /hab*dd64M 64 array def /M1jx 49 array def 0 1 5 {/xtonj exch def %xtonj=0,5 0 1 7 {/j exch def %j=0,7 /ja xtonj 8 mul j add def xtonj 0 eq {/jx 648 j 09 mul add def} if %see O00Y-O83Y, -0 xtonj 1 eq {/jx 720 j 81 mul sub def} if %see Y00L-Y83L, -81 xtonj 2 eq {/jx 072 j add def} if %see L00C-L83C, +01 xtonj 3 eq {/jx 080 j 09 mul sub def} if %see C00V-C83V, -09 xtonj 4 eq {/jx 008 j 81 mul add def} if %see V00M-V83M, -81 xtonj 5 eq {/jx 656 j sub def} if %see M00O-M83O, +01 LAB*Ldd64M ja LAB*Lja jx get put LAB*add64M ja LAB*aja jx get put LAB*bdd64M ja LAB*bja jx get put LAB*Cdd64M ja LAB*add64M ja get dup mul LAB*bdd64M ja get dup mul add sqrt put LAB*hdd64M ja LAB*bdd64M ja get LAB*add64M ja get 0.0001 add atan put xtonj 5 eq LAB*hdd64M ja get 90 le and {LAB*hdd64M ja LAB*hdd64M ja get 360 add put} if M1jx ja jx put } for %j=0,7 } for %xtonj=0,5 M1jx 48 M1jx 0 get put 0 1 15 {/i exch def %i=0,15 LAB*Ldd64M 48 i add LAB*Ldd64M i get put LAB*add64M 48 i add LAB*add64M i get put LAB*bdd64M 48 i add LAB*bdd64M i get put LAB*Cdd64M 48 i add LAB*Cdd64M i get put LAB*hdd64M 48 i add LAB*hdd64M i get 360 add put } for %i=1,15 0 1 63 {/i exch def %i=0,63 hab*dd64M i LAB*hdd64M i get put } for %i=0,63 %data test according to increasing hue angle and appropriate correction /xtesthuea -1 def /xtesthuei 64 array def 0 1 48 {/i exch def %i=0,49 hab*dd64M i get hab*dd64M i 1 add get gt {/xtesthuea xtesthuea 1 add def xtesthuei xtesthuea i put hab*dd64M i 1 add hab*dd64M i get put LAB*Ldd64M i 1 add LAB*Ldd64M i get put LAB*add64M i 1 add LAB*add64M i get put LAB*bdd64M i 1 add LAB*bdd64M i get put LAB*Cdd64M i 1 add LAB*Cdd64M i get put LAB*hdd64M i 1 add LAB*hdd64M i get put } if } for %i=0,49 } bind def %END proc_LAB729a_to_LAB*LabCh64M %*********************************************************** /proc_LAB*LabCh64M_to_tab362_dy { %BEG procedure proc_LAB*LabCh64M_to_tab362_dy /LAB*e 40 array def %8x5=40 LabCh* /LAB*e [39.92 58.74 27.99 0.0 0.0 %0 00_04 R CIE No.09 elementary in LAB 81.26 -2.89 71.56 0.0 0.0 %1 05_09 J CIE No.10 52.23 -42.42 13.60 0.0 0.0 %2 10_14 G CIE No.11 0.0 0.0 0.0 0.0 0.0 %3 15_19 Cgb to be calculated 30.57 1.41 -46.47 0.0 0.0 %4 20_24 B CIE No.12 0.0 0.0 0.0 0.0 0.0 %5 25_29 Mbr to be calculated 39.92 58.74 27.99 0.0 0.0 %6 30_34 Re+360 to be calculated 81.26 -2.89 71.56 0.0 0.0 %7 35_39 Ye+360 to be calculated ] def %add no. 03_04 Re LAB*e 03 LAB*e 01 get dup mul LAB*e 02 get dup mul add sqrt put LAB*e 04 LAB*e 02 get LAB*e 01 get 0.0001 add atan put %add no. 08_09 Ye LAB*e 08 LAB*e 06 get dup mul LAB*e 07 get dup mul add sqrt put LAB*e 09 LAB*e 07 get LAB*e 06 get 0.0001 add atan put %add no. 13_14 Ge LAB*e 13 LAB*e 11 get dup mul LAB*e 12 get dup mul add sqrt put LAB*e 14 LAB*e 12 get LAB*e 11 get 0.0001 add atan put %add no. 23_24 Be LAB*e 23 LAB*e 21 get dup mul LAB*e 22 get dup mul add sqrt put LAB*e 24 LAB*e 22 get LAB*e 21 get 0.0001 add atan put %add no. 33_34 Re+360 LAB*e 33 LAB*e 31 get dup mul LAB*e 32 get dup mul add sqrt put LAB*e 34 LAB*e 32 get LAB*e 31 get 0.0001 add atan 360 add put %add no. 38_39 Ye+360 LAB*e 38 LAB*e 36 get dup mul LAB*e 37 get dup mul add sqrt put LAB*e 39 LAB*e 37 get LAB*e 36 get 0.0001 add atan 360 add put %new no. 15_19 Cgb with Ge_Be LAB*e 19 LAB*e 14 get LAB*e 24 get add 0.5 mul put %hab LAB*e 18 LAB*e 13 get LAB*e 23 get add 0.5 mul put %C*ab LAB*e 15 LAB*e 10 get LAB*e 20 get add 0.5 mul put %L* LAB*e 16 LAB*e 18 get LAB*e 19 get cos mul put %a* LAB*e 17 LAB*e 18 get LAB*e 19 get sin mul put %b* %new no. 25_29 Mbr with Be_Re+360 LAB*e 29 LAB*e 24 get LAB*e 34 get add 0.5 mul put %hab LAB*e 28 LAB*e 23 get LAB*e 33 get add 0.5 mul put %C*ab LAB*e 25 LAB*e 20 get LAB*e 00 get add 0.5 mul put %L* LAB*e 26 LAB*e 28 get LAB*e 29 get cos mul put %a* LAB*e 27 LAB*e 28 get LAB*e 29 get sin mul put %b* /LAB*He 8 array def 0 1 7 {/i exch def %i=0,7 LAB*He i LAB*e i 5 mul 4 add get put } for %i=0,7 /hab*de64M 50 array def 0 1 47 {/i exch def %i=0,47 /i8 i 8 idiv def /i8d i i8 8 mul sub def /dLAB*He LAB*He i8 1 add get LAB*He i8 get sub 8 div def hab*de64M i LAB*He i8 get dLAB*He i8d mul add put } for %i=0,47 hab*de64M 48 hab*de64M 0 get 360 add put hab*de64M 49 hab*de64M 1 get 360 add put /LAB*Hs 8 array def /LAB*Hs [30. 90. 150. 210. 270. 330. 390. 450.] def /hab*ds64M 50 array def 0 1 47 {/i exch def %i=0,47 /i8 i 8 idiv def /i8d i i8 8 mul sub def /dLAB*Hs LAB*Hs i8 1 add get LAB*Hs i8 get sub 8 div def hab*ds64M i LAB*Hs i8 get dLAB*Hs i8d mul add put } for %i=0,47 hab*ds64M 48 hab*ds64M 0 get 360 add put hab*ds64M 49 hab*ds64M 1 get 360 add put %***************** calculation of LAB*LabChd362Mi and rgb*dd362Mi %***************** for 362 elementary hue angles /LAB*Ldd362Mi 362 array def /LAB*add362Mi 362 array def /LAB*bdd362Mi 362 array def /LAB*Cdd362Mi 362 array def /LAB*hdd362Mi 362 array def /r*dd362Mi 362 array def /g*dd362Mi 362 array def /b*dd362Mi 362 array def %******default rgb-input data for output of device colours /r*dd64M 64 array def /r*dd64M [1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 %R 1.000 0.875 0.750 0.625 0.500 0.375 0.250 0.125 %J 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 %G 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 %C 0.000 0.125 0.250 0.375 0.500 0.625 0.750 0.875 %B 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 %M 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 %R 1.000 0.875 0.750 0.625 0.500 0.375 0.250 0.125 %J ] def /g*dd64M 64 array def /g*dd64M [0.000 0.125 0.250 0.375 0.500 0.625 0.750 0.875 %R 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 %J 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 %G 1.000 0.875 0.750 0.625 0.500 0.375 0.250 0.125 %C 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 %B 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 %M 0.000 0.125 0.250 0.375 0.500 0.625 0.750 0.875 %R 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 %J ] def /b*dd64M 64 array def /b*dd64M [0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 %R 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 %J 0.000 0.125 0.250 0.375 0.500 0.625 0.750 0.875 %G 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 %C 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 %B 1.000 0.875 0.750 0.625 0.500 0.375 0.250 0.125 %M 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 %R 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 %J ] def %calculate all data of 16+1=17 step elementary colour circle /ind64M 17 array def /ind64M %R00Y R25Y R50Y R75Y Y00G Y25G Y50G Y75G [0 2 4 6 8 10 12 14 %G00B G25B G50B G75G B00R B25R B50R B75R R00Y 16 20 24 28 32 36 40 44 0 ] def %actual 16 step device circle + N + W /r*dd18M 18 array def /g*dd18M 18 array def /b*dd18M 18 array def 0 1 15 {/i exch def %i=0,15 /indi ind64M i get def r*dd18M i r*dd64M indi get put %16 device colours g*dd18M i g*dd64M indi get put b*dd18M i b*dd64M indi get put } for %i=0,15 r*dd18M 16 0 put %N g*dd18M 16 0 put b*dd18M 16 0 put r*dd18M 17 1 put %W g*dd18M 17 1 put b*dd18M 17 1 put %actual 6 step device circle + N + W /r*dd08M 08 array def /g*dd08M 08 array def /b*dd08M 08 array def 0 1 5 {/i exch def %i=0,5 r*dd08M i r*dd64M i 8 mul get put %6 device colours g*dd08M i g*dd64M i 8 mul get put b*dd08M i b*dd64M i 8 mul get put } for %i=0,5 r*dd08M 6 0 put %N g*dd08M 6 0 put b*dd08M 6 0 put r*dd08M 7 1 put %W g*dd08M 7 1 put b*dd08M 7 1 put 0 1 361 {/i exch def %i=0,361 %default only for test r*dd362Mi i 0 put %of irregularities g*dd362Mi i 0 put b*dd362Mi i 0 put LAB*Ldd362Mi i 0.0001 put LAB*add362Mi i 0 put LAB*bdd362Mi i 0 put LAB*Cdd362Mi i 0 put LAB*hdd362Mi i 0 put } for %i=0,361 % s-data 030,0 -> LAB*hdd64M 0 get -> LAB*Ldd362Mi 30,0 put: LAB*hdd362Mi=40 % s-data 037,5 -> LAB*hdd64M 1 get -> LAB*Ldd362Mi 37,5 put: LAB*hdd362Mi=41,3 % s-data 045,0 -> LAB*hdd64M 2 get -> LAB*Ldd362Mi 45,0 put: LAB*hdd362Mi=44,6 % s-data 052,5 -> LAB*hdd64M 3 get -> LAB*Ldd362Mi 52,5 put: LAB*hdd362Mi=50,7 %... % s-data 090,0 -> LAB*hdd64M 8 get -> LAB*Ldd362Mi 90,0 put: LAB*hdd362Mi=102,8 % s-data 330,0 -> LAB*hdd64M 41 get -> LAB*Ldd362Mi 330,0 put: LAB*hdd362Mi=328 % s-data 337,5 -> LAB*hdd64M 42 get -> LAB*Ldd362Mi 337,5 put: LAB*hdd362Mi=334 % s-data 345,0 -> LAB*hdd64M 43 get -> LAB*Ldd362Mi 345,0 put: LAB*hdd362Mi=341 % s-data 352,5 -> LAB*hdd64M 44 get -> LAB*Ldd362Mi 352,5 put: LAB*hdd362Mi=351 % s-data 360,0 -> LAB*hdd64M 45 get -> LAB*Ldd362Mi 360,0 put: LAB*hdd362Mi=352 %... % s-data 390,0 -> LAB*hdd64M 49 get -> LAB*Ldd362Mi 390,0 put: LAB*hdd362Mi=400 0 15 345 {/i exch def %i=0,15,345 /ix00 i 15 idiv 2 mul def /ix01 ix00 1 add def /ix02 ix00 2 add def 0 1 14 {/j exch def %j=0,14 j 07 le {%j<=7 /XIE j 7.5 div def /i0 i j add def /ix0 ix00 def /ix1 ix01 def }%j<=7 {%j>7 /XIE j 8 sub 0.5 add 7.5 div def /i0 i j add def /ix0 ix01 def /ix1 ix02 def } ifelse %j>7 LAB*Ldd362Mi i0 LAB*Ldd64M ix0 get LAB*Ldd64M ix1 get LAB*Ldd64M ix0 get sub XIE mul add put LAB*Cdd362Mi i0 LAB*Cdd64M ix0 get LAB*Cdd64M ix1 get LAB*Cdd64M ix0 get sub XIE mul add put LAB*hdd362Mi i0 LAB*hdd64M ix0 get LAB*hdd64M ix1 get LAB*hdd64M ix0 get sub XIE mul add dup 90 gt i0 45 le and {360 sub} if put LAB*add362Mi i0 LAB*Cdd362Mi i0 get LAB*hdd362Mi i0 get cos mul put LAB*bdd362Mi i0 LAB*Cdd362Mi i0 get LAB*hdd362Mi i0 get sin mul put r*dd362Mi i0 r*dd64M ix0 get r*dd64M ix1 get r*dd64M ix0 get sub XIE mul add put g*dd362Mi i0 g*dd64M ix0 get g*dd64M ix1 get g*dd64M ix0 get sub XIE mul add put b*dd362Mi i0 b*dd64M ix0 get b*dd64M ix1 get b*dd64M ix0 get sub XIE mul add put } for %j=0,14 } for %i0=0,15,345 0 1 1 {/i exch def %i=0,1 LAB*Ldd362Mi 360 i add LAB*Ldd362Mi i get put LAB*add362Mi 360 i add LAB*add362Mi i get put LAB*bdd362Mi 360 i add LAB*bdd362Mi i get put LAB*Cdd362Mi 360 i add LAB*Cdd362Mi i get put LAB*hdd362Mi 360 i add LAB*hdd362Mi i get 360 add put r*dd362Mi 360 i add r*dd362Mi i get put g*dd362Mi 360 i add g*dd362Mi i get put b*dd362Mi 360 i add b*dd362Mi i get put } for %i=0,1 /hab*dd362Fi 362 array def 0 1 361 {/i exch def %i=0,361 hab*dd362Fi i LAB*hdd362Mi i get put %floating point F } for %i=0,361 %***************** calculation of hab*ds362Mi %integer %***************** for 362 standard hue angles /hab*ds362Mi 362 array def 0 1 361 {/i exch def %i=0,361 %range 30..391 hab*ds362Mi i 30 i add put %always integer } for %i=0,361 %***************** calculation of LAB*LabChs362Mi and rgb*ds362Mi %***************** for 362 device hue angles /LAB*Lds362Mi 362 array def /LAB*ads362Mi 362 array def /LAB*bds362Mi 362 array def /LAB*Cds362Mi 362 array def /LAB*hds362Mi 362 array def /r*ds362Mi 362 array def /g*ds362Mi 362 array def /b*ds362Mi 362 array def 0 1 361 {/i exch def %i=0,361 %default only for test r*ds362Mi i 0 put %of irregularities g*ds362Mi i 0 put b*ds362Mi i 0 put LAB*Lds362Mi i 0.0001 put LAB*ads362Mi i 0 put LAB*bds362Mi i 0 put LAB*Cds362Mi i 0 put LAB*hds362Mi i 0 put } for %i=0,361 0 1 359 {/i0 exch def %i=0,359 /i0i hab*ds362Mi i0 get def %integer range 30...390 i0i hab*dd362Fi 0 get lt {/i0i i0i 360 add def} if 0 1 47 {/ix0 exch def %ix0=0,48 /ix1 ix0 1 add def i0i LAB*hdd64M ix0 get sub 0 ge i0i LAB*hdd64M ix1 get sub 0 lt and {%ge..lt /XIE i0i LAB*hdd64M ix0 get sub LAB*hdd64M ix1 get LAB*hdd64M ix0 get sub div def LAB*Lds362Mi i0 LAB*Ldd64M ix0 get LAB*Ldd64M ix1 get LAB*Ldd64M ix0 get sub XIE mul add put LAB*Cds362Mi i0 LAB*Cdd64M ix0 get LAB*Cdd64M ix1 get LAB*Cdd64M ix0 get sub XIE mul add put LAB*hds362Mi i0 LAB*hdd64M ix0 get LAB*hdd64M ix1 get LAB*hdd64M ix0 get sub XIE mul add dup 90 gt i0 45 le and {360 sub} if put LAB*ads362Mi i0 LAB*Cds362Mi i0 get LAB*hds362Mi i0 get cos mul put LAB*bds362Mi i0 LAB*Cds362Mi i0 get LAB*hds362Mi i0 get sin mul put r*ds362Mi i0 r*dd64M ix0 get r*dd64M ix1 get r*dd64M ix0 get sub XIE mul add put g*ds362Mi i0 g*dd64M ix0 get g*dd64M ix1 get g*dd64M ix0 get sub XIE mul add put b*ds362Mi i0 b*dd64M ix0 get b*dd64M ix1 get b*dd64M ix0 get sub XIE mul add put exit } if %ge..lt } for %ix0=0,47 } for %i=0,359 0 1 1 {/i exch def %i=0,1 LAB*Lds362Mi 360 i add LAB*Lds362Mi i get put LAB*ads362Mi 360 i add LAB*ads362Mi i get put LAB*bds362Mi 360 i add LAB*bds362Mi i get put LAB*Cds362Mi 360 i add LAB*Cds362Mi i get put LAB*hds362Mi 360 i add LAB*hds362Mi i get 360 add put r*ds362Mi 360 i add r*ds362Mi i get put g*ds362Mi 360 i add g*ds362Mi i get put b*ds362Mi 360 i add b*ds362Mi i get put } for %i=0,1 %***************** calculation of hab*de382Fi %***************** for 362 elementary hue angles /hab*de382Fi 382 array def %floating point %range 26..386 30 1 389 {/i exch def %i=30,389 /im30 i 30 sub def /hab*sM i def %alphas = [habs - LAB*Hs(h)]/[LAB*Hs(n+1) - LAB*Hs(n)] % = [habs - LAB*Hs(h)]/60 %habe = LAB*He(n) + alphas [LAB*He(n+1) - LAB*He(n)] %use of LAB*He 0..7 Re_to_Ye i 030 ge i 089 le and {/ipan0 0 def /ipan1 1 def} if i 090 ge i 149 le and {/ipan0 1 def /ipan1 2 def} if i 150 ge i 209 le and {/ipan0 2 def /ipan1 3 def} if i 210 ge i 269 le and {/ipan0 3 def /ipan1 4 def} if i 270 ge i 329 le and {/ipan0 4 def /ipan1 5 def} if i 330 ge i 359 le and {/ipan0 5 def /ipan1 6 def} if i 360 ge i 389 le and {/ipan0 6 def /ipan1 7 def} if /alphas {hab*sM LAB*Hs ipan0 get sub 60 div} bind def /habe {LAB*He ipan0 get LAB*He ipan1 get LAB*He ipan0 get sub alphas mul add} bind def hab*de382Fi im30 habe put %floating point } for %i=30,389 0 1 20 {/i exch def %i=0,20 hab*de382Fi 360 i add hab*de382Fi i get 360 add put } for %i=0,20 %***************** calculation LAB*LabChe32Mi and rgb*de362Mi %***************** for 362 elementary hue angles /LAB*Lde362Mi 362 array def /LAB*ade362Mi 362 array def /LAB*bde362Mi 362 array def /LAB*Cde362Mi 362 array def /LAB*hde362Mi 362 array def /r*de362Mi 362 array def /g*de362Mi 362 array def /b*de362Mi 362 array def 0 1 361 {/i exch def %i=0,361 %default only for test r*de362Mi i 0 put %of irregularities g*de362Mi i 0 put b*de362Mi i 0 put LAB*Lde362Mi i 0.0001 put LAB*ade362Mi i 0 put LAB*bde362Mi i 0 put LAB*Cde362Mi i 0 put LAB*hde362Mi i 0 put } for %i=0,361 0 1 359 {/i0 exch def %i=0,359 /i0i hab*de382Fi i0 get def %range 26...386 i0i hab*dd362Fi 0 get lt {/i0i i0i 360 add def} if 0 1 47 {/ix0 exch def %ix0=0,48 /ix1 ix0 1 add def i0i LAB*hdd64M ix0 get sub 0 ge i0i LAB*hdd64M ix1 get sub 0 lt and {%ge..lt /XIE i0i LAB*hdd64M ix0 get sub LAB*hdd64M ix1 get LAB*hdd64M ix0 get sub div def LAB*Lde362Mi i0 LAB*Ldd64M ix0 get LAB*Ldd64M ix1 get LAB*Ldd64M ix0 get sub XIE mul add put LAB*Cde362Mi i0 LAB*Cdd64M ix0 get LAB*Cdd64M ix1 get LAB*Cdd64M ix0 get sub XIE mul add put LAB*hde362Mi i0 LAB*hdd64M ix0 get LAB*hdd64M ix1 get LAB*hdd64M ix0 get sub XIE mul add dup 90 gt i0 45 le and {360 sub} if put LAB*ade362Mi i0 LAB*Cde362Mi i0 get LAB*hde362Mi i0 get cos mul put LAB*bde362Mi i0 LAB*Cde362Mi i0 get LAB*hde362Mi i0 get sin mul put r*de362Mi i0 r*dd64M ix0 get r*dd64M ix1 get r*dd64M ix0 get sub XIE mul add put g*de362Mi i0 g*dd64M ix0 get g*dd64M ix1 get g*dd64M ix0 get sub XIE mul add put b*de362Mi i0 b*dd64M ix0 get b*dd64M ix1 get b*dd64M ix0 get sub XIE mul add put exit } if %ge..lt } for %ix0=0,47 } for %i=0,359 0 1 1 {/i exch def %i=0,1 LAB*Lde362Mi 360 i add LAB*Lde362Mi i get put LAB*ade362Mi 360 i add LAB*ade362Mi i get put LAB*bde362Mi 360 i add LAB*bde362Mi i get put LAB*Cde362Mi 360 i add LAB*Cde362Mi i get put LAB*hde362Mi 360 i add LAB*hde362Mi i get 360 add put r*de362Mi 360 i add r*de362Mi i get put g*de362Mi 360 i add g*de362Mi i get put b*de362Mi 360 i add b*de362Mi i get put } for %i=0,1 %special LAB* data calculation of 17 step colour circle %needs LAB*LabCh64M, hab*dd64M /ind64M 17 array def /ind64M %R00Y R25Y R50Y R75Y Y00G Y25G Y50G Y75G [0 2 4 6 8 10 12 14 %G00B G25B G50B G75G B00R B25R B50R B75R R00Y 16 20 24 28 32 36 40 44 0 ] def /LAB*Ldd18M 17 array def /LAB*add18M 17 array def /LAB*bdd18M 17 array def /LAB*Cdd18M 17 array def /LAB*hdd18M 17 array def /hab*dd18M 17 array def 0 1 16 {/i exch def %i=0,16 /indi ind64M i get def LAB*Ldd18M i LAB*Ldd64M indi get put LAB*add18M i LAB*add64M indi get put LAB*bdd18M i LAB*bdd64M indi get put LAB*Cdd18M i LAB*Cdd64M indi get put LAB*hdd18M i LAB*hdd64M indi get put hab*dd18M i hab*dd64M indi get put } for %i=0,16 } bind def %END proc_LAB*LabCh64M_to_tab362_dy %***************************************************************************** %END Procedure PROC_SPEC_IOF Colour special for NP-file 20120401 %***************************************************************************** /FileDaten (Offset standard print; separation cmyn6*, D65) def /FileDatde (Offset\255Normdruck; Separation cmyn6*, D65) def /RGB0_F 3240 array def %1080*3 /RGB0_F [%1000 x rgb* nr. pos 1080 colours 0000 0000 0000 %0000 A01 0000 0000 0125 %0001 A02 0000 0000 0250 %0002 A03 0000 0000 0375 %0003 A04 0000 0000 0500 %0004 A05 0000 0000 0625 %0005 A06 0000 0000 0750 %0006 A07 0000 0000 0875 %0007 A08 0000 0000 1000 %0008 A09 0000 0125 0000 %0009 B01 0000 0125 0125 %0010 B02 0000 0125 0250 %0011 B03 0000 0125 0375 %0012 B04 0000 0125 0500 %0013 B05 0000 0125 0625 %0014 B06 0000 0125 0750 %0015 B07 0000 0125 0875 %0016 B08 0000 0125 1000 %0017 B09 0000 0250 0000 %0018 C01 0000 0250 0125 %0019 C02 0000 0250 0250 %0020 C03 0000 0250 0375 %0021 C04 0000 0250 0500 %0022 C05 0000 0250 0625 %0023 C06 0000 0250 0750 %0024 C07 0000 0250 0875 %0025 C08 0000 0250 1000 %0026 C09 0000 0375 0000 %0027 D01 0000 0375 0125 %0028 D02 0000 0375 0250 %0029 D03 0000 0375 0375 %0030 D04 0000 0375 0500 %0031 D05 0000 0375 0625 %0032 D06 0000 0375 0750 %0033 D07 0000 0375 0875 %0034 D08 0000 0375 1000 %0035 D09 0000 0500 0000 %0036 E01 0000 0500 0125 %0037 E02 0000 0500 0250 %0038 E03 0000 0500 0375 %0039 E04 0000 0500 0500 %0040 E05 0000 0500 0625 %0041 E06 0000 0500 0750 %0042 E07 0000 0500 0875 %0043 E08 0000 0500 1000 %0044 E09 0000 0625 0000 %0045 F01 0000 0625 0125 %0046 F02 0000 0625 0250 %0047 F03 0000 0625 0375 %0048 F04 0000 0625 0500 %0049 F05 0000 0625 0625 %0050 F06 0000 0625 0750 %0051 F07 0000 0625 0875 %0052 F08 0000 0625 1000 %0053 F09 0000 0750 0000 %0054 G01 0000 0750 0125 %0055 G02 0000 0750 0250 %0056 G03 0000 0750 0375 %0057 G04 0000 0750 0500 %0058 G05 0000 0750 0625 %0059 G06 0000 0750 0750 %0060 G07 0000 0750 0875 %0061 G08 0000 0750 1000 %0062 G09 0000 0875 0000 %0063 H01 0000 0875 0125 %0064 H02 0000 0875 0250 %0065 H03 0000 0875 0375 %0066 H04 0000 0875 0500 %0067 H05 0000 0875 0625 %0068 H06 0000 0875 0750 %0069 H07 0000 0875 0875 %0070 H08 0000 0875 1000 %0071 H09 0000 1000 0000 %0072 I01 0000 1000 0125 %0073 I02 0000 1000 0250 %0074 I03 0000 1000 0375 %0075 I04 0000 1000 0500 %0076 I05 0000 1000 0625 %0077 I06 0000 1000 0750 %0078 I07 0000 1000 0875 %0079 I08 0000 1000 1000 %0080 I09 0125 0000 0000 %0081 J01 0125 0000 0125 %0082 J02 0125 0000 0250 %0083 J03 0125 0000 0375 %0084 J04 0125 0000 0500 %0085 J05 0125 0000 0625 %0086 J06 0125 0000 0750 %0087 J07 0125 0000 0875 %0088 J08 0125 0000 1000 %0089 J09 0125 0125 0000 %0090 K01 0125 0125 0125 %0091 K02 0125 0125 0250 %0092 K03 0125 0125 0375 %0093 K04 0125 0125 0500 %0094 K05 0125 0125 0625 %0095 K06 0125 0125 0750 %0096 K07 0125 0125 0875 %0097 K08 0125 0125 1000 %0098 K09 0125 0250 0000 %0099 L01 0125 0250 0125 %0100 L02 0125 0250 0250 %0101 L03 0125 0250 0375 %0102 L04 0125 0250 0500 %0103 L05 0125 0250 0625 %0104 L06 0125 0250 0750 %0105 L07 0125 0250 0875 %0106 L08 0125 0250 1000 %0107 L09 0125 0375 0000 %0108 M01 0125 0375 0125 %0109 M02 0125 0375 0250 %0110 M03 0125 0375 0375 %0111 M04 0125 0375 0500 %0112 M05 0125 0375 0625 %0113 M06 0125 0375 0750 %0114 M07 0125 0375 0875 %0115 M08 0125 0375 1000 %0116 M09 0125 0500 0000 %0117 N01 0125 0500 0125 %0118 N02 0125 0500 0250 %0119 N03 0125 0500 0375 %0120 N04 0125 0500 0500 %0121 N05 0125 0500 0625 %0122 N06 0125 0500 0750 %0123 N07 0125 0500 0875 %0124 N08 0125 0500 1000 %0125 N09 0125 0625 0000 %0126 O01 0125 0625 0125 %0127 O02 0125 0625 0250 %0128 O03 0125 0625 0375 %0129 O04 0125 0625 0500 %0130 O05 0125 0625 0625 %0131 O06 0125 0625 0750 %0132 O07 0125 0625 0875 %0133 O08 0125 0625 1000 %0134 O09 0125 0750 0000 %0135 P01 0125 0750 0125 %0136 P02 0125 0750 0250 %0137 P03 0125 0750 0375 %0138 P04 0125 0750 0500 %0139 P05 0125 0750 0625 %0140 P06 0125 0750 0750 %0141 P07 0125 0750 0875 %0142 P08 0125 0750 1000 %0143 P09 0125 0875 0000 %0144 Q01 0125 0875 0125 %0145 Q02 0125 0875 0250 %0146 Q03 0125 0875 0375 %0147 Q04 0125 0875 0500 %0148 Q05 0125 0875 0625 %0149 Q06 0125 0875 0750 %0150 Q07 0125 0875 0875 %0151 Q08 0125 0875 1000 %0152 Q09 0125 1000 0000 %0153 R01 0125 1000 0125 %0154 R02 0125 1000 0250 %0155 R03 0125 1000 0375 %0156 R04 0125 1000 0500 %0157 R05 0125 1000 0625 %0158 R06 0125 1000 0750 %0159 R07 0125 1000 0875 %0160 R08 0125 1000 1000 %0161 R09 0250 0000 0000 %0162 S01 0250 0000 0125 %0163 S02 0250 0000 0250 %0164 S03 0250 0000 0375 %0165 S04 0250 0000 0500 %0166 S05 0250 0000 0625 %0167 S06 0250 0000 0750 %0168 S07 0250 0000 0875 %0169 S08 0250 0000 1000 %0170 S09 0250 0125 0000 %0171 T01 0250 0125 0125 %0172 T02 0250 0125 0250 %0173 T03 0250 0125 0375 %0174 T04 0250 0125 0500 %0175 T05 0250 0125 0625 %0176 T06 0250 0125 0750 %0177 T07 0250 0125 0875 %0178 T08 0250 0125 1000 %0179 T09 0250 0250 0000 %0180 U01 0250 0250 0125 %0181 U02 0250 0250 0250 %0182 U03 0250 0250 0375 %0183 U04 0250 0250 0500 %0184 U05 0250 0250 0625 %0185 U06 0250 0250 0750 %0186 U07 0250 0250 0875 %0187 U08 0250 0250 1000 %0188 U09 0250 0375 0000 %0189 V01 0250 0375 0125 %0190 V02 0250 0375 0250 %0191 V03 0250 0375 0375 %0192 V04 0250 0375 0500 %0193 V05 0250 0375 0625 %0194 V06 0250 0375 0750 %0195 V07 0250 0375 0875 %0196 V08 0250 0375 1000 %0197 V09 0250 0500 0000 %0198 W01 0250 0500 0125 %0199 W02 0250 0500 0250 %0200 W03 0250 0500 0375 %0201 W04 0250 0500 0500 %0202 W05 0250 0500 0625 %0203 W06 0250 0500 0750 %0204 W07 0250 0500 0875 %0205 W08 0250 0500 1000 %0206 W09 0250 0625 0000 %0207 X01 0250 0625 0125 %0208 X02 0250 0625 0250 %0209 X03 0250 0625 0375 %0210 X04 0250 0625 0500 %0211 X05 0250 0625 0625 %0212 X06 0250 0625 0750 %0213 X07 0250 0625 0875 %0214 X08 0250 0625 1000 %0215 X09 0250 0750 0000 %0216 Y01 0250 0750 0125 %0217 Y02 0250 0750 0250 %0218 Y03 0250 0750 0375 %0219 Y04 0250 0750 0500 %0220 Y05 0250 0750 0625 %0221 Y06 0250 0750 0750 %0222 Y07 0250 0750 0875 %0223 Y08 0250 0750 1000 %0224 Y09 0250 0875 0000 %0225 Z01 0250 0875 0125 %0226 Z02 0250 0875 0250 %0227 Z03 0250 0875 0375 %0228 Z04 0250 0875 0500 %0229 Z05 0250 0875 0625 %0230 Z06 0250 0875 0750 %0231 Z07 0250 0875 0875 %0232 Z08 0250 0875 1000 %0233 Z09 0250 1000 0000 %0234 a01 0250 1000 0125 %0235 a02 0250 1000 0250 %0236 a03 0250 1000 0375 %0237 a04 0250 1000 0500 %0238 a05 0250 1000 0625 %0239 a06 0250 1000 0750 %0240 a07 0250 1000 0875 %0241 a08 0250 1000 1000 %0242 a09 0375 0000 0000 %0243 A10 0375 0000 0125 %0244 A11 0375 0000 0250 %0245 A12 0375 0000 0375 %0246 A13 0375 0000 0500 %0247 A14 0375 0000 0625 %0248 A15 0375 0000 0750 %0249 A16 0375 0000 0875 %0250 A17 0375 0000 1000 %0251 A18 0375 0125 0000 %0252 B10 0375 0125 0125 %0253 B11 0375 0125 0250 %0254 B12 0375 0125 0375 %0255 B13 0375 0125 0500 %0256 B14 0375 0125 0625 %0257 B15 0375 0125 0750 %0258 B16 0375 0125 0875 %0259 B17 0375 0125 1000 %0260 B18 0375 0250 0000 %0261 C10 0375 0250 0125 %0262 C11 0375 0250 0250 %0263 C12 0375 0250 0375 %0264 C13 0375 0250 0500 %0265 C14 0375 0250 0625 %0266 C15 0375 0250 0750 %0267 C16 0375 0250 0875 %0268 C17 0375 0250 1000 %0269 C18 0375 0375 0000 %0270 D10 0375 0375 0125 %0271 D11 0375 0375 0250 %0272 D12 0375 0375 0375 %0273 D13 0375 0375 0500 %0274 D14 0375 0375 0625 %0275 D15 0375 0375 0750 %0276 D16 0375 0375 0875 %0277 D17 0375 0375 1000 %0278 D18 0375 0500 0000 %0279 E10 0375 0500 0125 %0280 E11 0375 0500 0250 %0281 E12 0375 0500 0375 %0282 E13 0375 0500 0500 %0283 E14 0375 0500 0625 %0284 E15 0375 0500 0750 %0285 E16 0375 0500 0875 %0286 E17 0375 0500 1000 %0287 E18 0375 0625 0000 %0288 F10 0375 0625 0125 %0289 F11 0375 0625 0250 %0290 F12 0375 0625 0375 %0291 F13 0375 0625 0500 %0292 F14 0375 0625 0625 %0293 F15 0375 0625 0750 %0294 F16 0375 0625 0875 %0295 F17 0375 0625 1000 %0296 F18 0375 0750 0000 %0297 G10 0375 0750 0125 %0298 G11 0375 0750 0250 %0299 G12 0375 0750 0375 %0300 G13 0375 0750 0500 %0301 G14 0375 0750 0625 %0302 G15 0375 0750 0750 %0303 G16 0375 0750 0875 %0304 G17 0375 0750 1000 %0305 G18 0375 0875 0000 %0306 H10 0375 0875 0125 %0307 H11 0375 0875 0250 %0308 H12 0375 0875 0375 %0309 H13 0375 0875 0500 %0310 H14 0375 0875 0625 %0311 H15 0375 0875 0750 %0312 H16 0375 0875 0875 %0313 H17 0375 0875 1000 %0314 H18 0375 1000 0000 %0315 I10 0375 1000 0125 %0316 I11 0375 1000 0250 %0317 I12 0375 1000 0375 %0318 I13 0375 1000 0500 %0319 I14 0375 1000 0625 %0320 I15 0375 1000 0750 %0321 I16 0375 1000 0875 %0322 I17 0375 1000 1000 %0323 I18 0500 0000 0000 %0324 J10 0500 0000 0125 %0325 J11 0500 0000 0250 %0326 J12 0500 0000 0375 %0327 J13 0500 0000 0500 %0328 J14 0500 0000 0625 %0329 J15 0500 0000 0750 %0330 J16 0500 0000 0875 %0331 J17 0500 0000 1000 %0332 J18 0500 0125 0000 %0333 K10 0500 0125 0125 %0334 K11 0500 0125 0250 %0335 K12 0500 0125 0375 %0336 K13 0500 0125 0500 %0337 K14 0500 0125 0625 %0338 K15 0500 0125 0750 %0339 K16 0500 0125 0875 %0340 K17 0500 0125 1000 %0341 K18 0500 0250 0000 %0342 L10 0500 0250 0125 %0343 L11 0500 0250 0250 %0344 L12 0500 0250 0375 %0345 L13 0500 0250 0500 %0346 L14 0500 0250 0625 %0347 L15 0500 0250 0750 %0348 L16 0500 0250 0875 %0349 L17 0500 0250 1000 %0350 L18 0500 0375 0000 %0351 M10 0500 0375 0125 %0352 M11 0500 0375 0250 %0353 M12 0500 0375 0375 %0354 M13 0500 0375 0500 %0355 M14 0500 0375 0625 %0356 M15 0500 0375 0750 %0357 M16 0500 0375 0875 %0358 M17 0500 0375 1000 %0359 M18 0500 0500 0000 %0360 N10 0500 0500 0125 %0361 N11 0500 0500 0250 %0362 N12 0500 0500 0375 %0363 N13 0500 0500 0500 %0364 N14 0500 0500 0625 %0365 N15 0500 0500 0750 %0366 N16 0500 0500 0875 %0367 N17 0500 0500 1000 %0368 N18 0500 0625 0000 %0369 O10 0500 0625 0125 %0370 O11 0500 0625 0250 %0371 O12 0500 0625 0375 %0372 O13 0500 0625 0500 %0373 O14 0500 0625 0625 %0374 O15 0500 0625 0750 %0375 O16 0500 0625 0875 %0376 O17 0500 0625 1000 %0377 O18 0500 0750 0000 %0378 P10 0500 0750 0125 %0379 P11 0500 0750 0250 %0380 P12 0500 0750 0375 %0381 P13 0500 0750 0500 %0382 P14 0500 0750 0625 %0383 P15 0500 0750 0750 %0384 P16 0500 0750 0875 %0385 P17 0500 0750 1000 %0386 P18 0500 0875 0000 %0387 Q10 0500 0875 0125 %0388 Q11 0500 0875 0250 %0389 Q12 0500 0875 0375 %0390 Q13 0500 0875 0500 %0391 Q14 0500 0875 0625 %0392 Q15 0500 0875 0750 %0393 Q16 0500 0875 0875 %0394 Q17 0500 0875 1000 %0395 Q18 0500 1000 0000 %0396 R10 0500 1000 0125 %0397 R11 0500 1000 0250 %0398 R12 0500 1000 0375 %0399 R13 0500 1000 0500 %0400 R14 0500 1000 0625 %0401 R15 0500 1000 0750 %0402 R16 0500 1000 0875 %0403 R17 0500 1000 1000 %0404 R18 0625 0000 0000 %0405 S10 0625 0000 0125 %0406 S11 0625 0000 0250 %0407 S12 0625 0000 0375 %0408 S13 0625 0000 0500 %0409 S14 0625 0000 0625 %0410 S15 0625 0000 0750 %0411 S16 0625 0000 0875 %0412 S17 0625 0000 1000 %0413 S18 0625 0125 0000 %0414 T10 0625 0125 0125 %0415 T11 0625 0125 0250 %0416 T12 0625 0125 0375 %0417 T13 0625 0125 0500 %0418 T14 0625 0125 0625 %0419 T15 0625 0125 0750 %0420 T16 0625 0125 0875 %0421 T17 0625 0125 1000 %0422 T18 0625 0250 0000 %0423 U10 0625 0250 0125 %0424 U11 0625 0250 0250 %0425 U12 0625 0250 0375 %0426 U13 0625 0250 0500 %0427 U14 0625 0250 0625 %0428 U15 0625 0250 0750 %0429 U16 0625 0250 0875 %0430 U17 0625 0250 1000 %0431 U18 0625 0375 0000 %0432 V10 0625 0375 0125 %0433 V11 0625 0375 0250 %0434 V12 0625 0375 0375 %0435 V13 0625 0375 0500 %0436 V14 0625 0375 0625 %0437 V15 0625 0375 0750 %0438 V16 0625 0375 0875 %0439 V17 0625 0375 1000 %0440 V18 0625 0500 0000 %0441 W10 0625 0500 0125 %0442 W11 0625 0500 0250 %0443 W12 0625 0500 0375 %0444 W13 0625 0500 0500 %0445 W14 0625 0500 0625 %0446 W15 0625 0500 0750 %0447 W16 0625 0500 0875 %0448 W17 0625 0500 1000 %0449 W18 0625 0625 0000 %0450 X10 0625 0625 0125 %0451 X11 0625 0625 0250 %0452 X12 0625 0625 0375 %0453 X13 0625 0625 0500 %0454 X14 0625 0625 0625 %0455 X15 0625 0625 0750 %0456 X16 0625 0625 0875 %0457 X17 0625 0625 1000 %0458 X18 0625 0750 0000 %0459 Y10 0625 0750 0125 %0460 Y11 0625 0750 0250 %0461 Y12 0625 0750 0375 %0462 Y13 0625 0750 0500 %0463 Y14 0625 0750 0625 %0464 Y15 0625 0750 0750 %0465 Y16 0625 0750 0875 %0466 Y17 0625 0750 1000 %0467 Y18 0625 0875 0000 %0468 Z10 0625 0875 0125 %0469 Z11 0625 0875 0250 %0470 Z12 0625 0875 0375 %0471 Z13 0625 0875 0500 %0472 Z14 0625 0875 0625 %0473 Z15 0625 0875 0750 %0474 Z16 0625 0875 0875 %0475 Z17 0625 0875 1000 %0476 Z18 0625 1000 0000 %0477 a10 0625 1000 0125 %0478 a11 0625 1000 0250 %0479 a12 0625 1000 0375 %0480 a13 0625 1000 0500 %0481 a14 0625 1000 0625 %0482 a15 0625 1000 0750 %0483 a16 0625 1000 0875 %0484 a17 0625 1000 1000 %0485 a18 0750 0000 0000 %0486 A19 0750 0000 0125 %0487 A20 0750 0000 0250 %0488 A21 0750 0000 0375 %0489 A22 0750 0000 0500 %0490 A23 0750 0000 0625 %0491 A24 0750 0000 0750 %0492 A25 0750 0000 0875 %0493 A26 0750 0000 1000 %0494 A27 0750 0125 0000 %0495 B19 0750 0125 0125 %0496 B20 0750 0125 0250 %0497 B21 0750 0125 0375 %0498 B22 0750 0125 0500 %0499 B23 0750 0125 0625 %0500 B24 0750 0125 0750 %0501 B25 0750 0125 0875 %0502 B26 0750 0125 1000 %0503 B27 0750 0250 0000 %0504 C19 0750 0250 0125 %0505 C20 0750 0250 0250 %0506 C21 0750 0250 0375 %0507 C22 0750 0250 0500 %0508 C23 0750 0250 0625 %0509 C24 0750 0250 0750 %0510 C25 0750 0250 0875 %0511 C26 0750 0250 1000 %0512 C27 0750 0375 0000 %0513 D19 0750 0375 0125 %0514 D20 0750 0375 0250 %0515 D21 0750 0375 0375 %0516 D22 0750 0375 0500 %0517 D23 0750 0375 0625 %0518 D24 0750 0375 0750 %0519 D25 0750 0375 0875 %0520 D26 0750 0375 1000 %0521 D27 0750 0500 0000 %0522 E19 0750 0500 0125 %0523 E20 0750 0500 0250 %0524 E21 0750 0500 0375 %0525 E22 0750 0500 0500 %0526 E23 0750 0500 0625 %0527 E24 0750 0500 0750 %0528 E25 0750 0500 0875 %0529 E26 0750 0500 1000 %0530 E27 0750 0625 0000 %0531 F19 0750 0625 0125 %0532 F20 0750 0625 0250 %0533 F21 0750 0625 0375 %0534 F22 0750 0625 0500 %0535 F23 0750 0625 0625 %0536 F24 0750 0625 0750 %0537 F25 0750 0625 0875 %0538 F26 0750 0625 1000 %0539 F27 0750 0750 0000 %0540 G19 0750 0750 0125 %0541 G20 0750 0750 0250 %0542 G21 0750 0750 0375 %0543 G22 0750 0750 0500 %0544 G23 0750 0750 0625 %0545 G24 0750 0750 0750 %0546 G25 0750 0750 0875 %0547 G26 0750 0750 1000 %0548 G27 0750 0875 0000 %0549 H19 0750 0875 0125 %0550 H20 0750 0875 0250 %0551 H21 0750 0875 0375 %0552 H22 0750 0875 0500 %0553 H23 0750 0875 0625 %0554 H24 0750 0875 0750 %0555 H25 0750 0875 0875 %0556 H26 0750 0875 1000 %0557 H27 0750 1000 0000 %0558 I19 0750 1000 0125 %0559 I20 0750 1000 0250 %0560 I21 0750 1000 0375 %0561 I22 0750 1000 0500 %0562 I23 0750 1000 0625 %0563 I24 0750 1000 0750 %0564 I25 0750 1000 0875 %0565 I26 0750 1000 1000 %0566 I27 0875 0000 0000 %0567 J19 0875 0000 0125 %0568 J20 0875 0000 0250 %0569 J21 0875 0000 0375 %0570 J22 0875 0000 0500 %0571 J23 0875 0000 0625 %0572 J24 0875 0000 0750 %0573 J25 0875 0000 0875 %0574 J26 0875 0000 1000 %0575 J27 0875 0125 0000 %0576 K19 0875 0125 0125 %0577 K20 0875 0125 0250 %0578 K21 0875 0125 0375 %0579 K22 0875 0125 0500 %0580 K23 0875 0125 0625 %0581 K24 0875 0125 0750 %0582 K25 0875 0125 0875 %0583 K26 0875 0125 1000 %0584 K27 0875 0250 0000 %0585 L19 0875 0250 0125 %0586 L20 0875 0250 0250 %0587 L21 0875 0250 0375 %0588 L22 0875 0250 0500 %0589 L23 0875 0250 0625 %0590 L24 0875 0250 0750 %0591 L25 0875 0250 0875 %0592 L26 0875 0250 1000 %0593 L27 0875 0375 0000 %0594 M19 0875 0375 0125 %0595 M20 0875 0375 0250 %0596 M21 0875 0375 0375 %0597 M22 0875 0375 0500 %0598 M23 0875 0375 0625 %0599 M24 0875 0375 0750 %0600 M25 0875 0375 0875 %0601 M26 0875 0375 1000 %0602 M27 0875 0500 0000 %0603 N19 0875 0500 0125 %0604 N20 0875 0500 0250 %0605 N21 0875 0500 0375 %0606 N22 0875 0500 0500 %0607 N23 0875 0500 0625 %0608 N24 0875 0500 0750 %0609 N25 0875 0500 0875 %0610 N26 0875 0500 1000 %0611 N27 0875 0625 0000 %0612 O19 0875 0625 0125 %0613 O20 0875 0625 0250 %0614 O21 0875 0625 0375 %0615 O22 0875 0625 0500 %0616 O23 0875 0625 0625 %0617 O24 0875 0625 0750 %0618 O25 0875 0625 0875 %0619 O26 0875 0625 1000 %0620 O27 0875 0750 0000 %0621 P19 0875 0750 0125 %0622 P20 0875 0750 0250 %0623 P21 0875 0750 0375 %0624 P22 0875 0750 0500 %0625 P23 0875 0750 0625 %0626 P24 0875 0750 0750 %0627 P25 0875 0750 0875 %0628 P26 0875 0750 1000 %0629 P27 0875 0875 0000 %0630 Q19 0875 0875 0125 %0631 Q20 0875 0875 0250 %0632 Q21 0875 0875 0375 %0633 Q22 0875 0875 0500 %0634 Q23 0875 0875 0625 %0635 Q24 0875 0875 0750 %0636 Q25 0875 0875 0875 %0637 Q26 0875 0875 1000 %0638 Q27 0875 1000 0000 %0639 R19 0875 1000 0125 %0640 R20 0875 1000 0250 %0641 R21 0875 1000 0375 %0642 R22 0875 1000 0500 %0643 R23 0875 1000 0625 %0644 R24 0875 1000 0750 %0645 R25 0875 1000 0875 %0646 R26 0875 1000 1000 %0647 R27 1000 0000 0000 %0648 S19 1000 0000 0125 %0649 S20 1000 0000 0250 %0650 S21 1000 0000 0375 %0651 S22 1000 0000 0500 %0652 S23 1000 0000 0625 %0653 S24 1000 0000 0750 %0654 S25 1000 0000 0875 %0655 S26 1000 0000 1000 %0656 S27 1000 0125 0000 %0657 T19 1000 0125 0125 %0658 T20 1000 0125 0250 %0659 T21 1000 0125 0375 %0660 T22 1000 0125 0500 %0661 T23 1000 0125 0625 %0662 T24 1000 0125 0750 %0663 T25 1000 0125 0875 %0664 T26 1000 0125 1000 %0665 T27 1000 0250 0000 %0666 U19 1000 0250 0125 %0667 U20 1000 0250 0250 %0668 U21 1000 0250 0375 %0669 U22 1000 0250 0500 %0670 U23 1000 0250 0625 %0671 U24 1000 0250 0750 %0672 U25 1000 0250 0875 %0673 U26 1000 0250 1000 %0674 U27 1000 0375 0000 %0675 V19 1000 0375 0125 %0676 V20 1000 0375 0250 %0677 V21 1000 0375 0375 %0678 V22 1000 0375 0500 %0679 V23 1000 0375 0625 %0680 V24 1000 0375 0750 %0681 V25 1000 0375 0875 %0682 V26 1000 0375 1000 %0683 V27 1000 0500 0000 %0684 W19 1000 0500 0125 %0685 W20 1000 0500 0250 %0686 W21 1000 0500 0375 %0687 W22 1000 0500 0500 %0688 W23 1000 0500 0625 %0689 W24 1000 0500 0750 %0690 W25 1000 0500 0875 %0691 W26 1000 0500 1000 %0692 W27 1000 0625 0000 %0693 X19 1000 0625 0125 %0694 X20 1000 0625 0250 %0695 X21 1000 0625 0375 %0696 X22 1000 0625 0500 %0697 X23 1000 0625 0625 %0698 X24 1000 0625 0750 %0699 X25 1000 0625 0875 %0700 X26 1000 0625 1000 %0701 X27 1000 0750 0000 %0702 Y19 1000 0750 0125 %0703 Y20 1000 0750 0250 %0704 Y21 1000 0750 0375 %0705 Y22 1000 0750 0500 %0706 Y23 1000 0750 0625 %0707 Y24 1000 0750 0750 %0708 Y25 1000 0750 0875 %0709 Y26 1000 0750 1000 %0710 Y27 1000 0875 0000 %0711 Z19 1000 0875 0125 %0712 Z20 1000 0875 0250 %0713 Z21 1000 0875 0375 %0714 Z22 1000 0875 0500 %0715 Z23 1000 0875 0625 %0716 Z24 1000 0875 0750 %0717 Z25 1000 0875 0875 %0718 Z26 1000 0875 1000 %0719 Z27 1000 1000 0000 %0720 a19 1000 1000 0125 %0721 a20 1000 1000 0250 %0722 a21 1000 1000 0375 %0723 a22 1000 1000 0500 %0724 a23 1000 1000 0625 %0725 a24 1000 1000 0750 %0726 a25 1000 1000 0875 %0727 a26 1000 1000 1000 %0728 a27 1000 1000 1000 %0729 b01 0875 1000 1000 %0730 b02 0750 1000 1000 %0731 b03 0625 1000 1000 %0732 b04 0500 1000 1000 %0733 b05 0375 1000 1000 %0734 b06 0250 1000 1000 %0735 b07 0125 1000 1000 %0736 b08 0000 1000 1000 %0737 b09 1000 0875 0875 %0738 c01 0875 0875 0875 %0739 c02 0750 0875 0875 %0740 c03 0625 0875 0875 %0741 c04 0500 0875 0875 %0742 c05 0375 0875 0875 %0743 c06 0250 0875 0875 %0744 c07 0125 0875 0875 %0745 c08 0000 0875 0875 %0746 c09 1000 0750 0750 %0747 d01 0875 0750 0750 %0748 d02 0750 0750 0750 %0749 d03 0625 0750 0750 %0750 d04 0500 0750 0750 %0751 d05 0375 0750 0750 %0752 d06 0250 0750 0750 %0753 d07 0125 0750 0750 %0754 d08 0000 0750 0750 %0755 d09 1000 0625 0625 %0756 e01 0875 0625 0625 %0757 e02 0750 0625 0625 %0758 e03 0625 0625 0625 %0759 e04 0500 0625 0625 %0760 e05 0375 0625 0625 %0761 e06 0250 0625 0625 %0762 e07 0125 0625 0625 %0763 e08 0000 0625 0625 %0764 e09 1000 0500 0500 %0765 f01 0875 0500 0500 %0766 f02 0750 0500 0500 %0767 f03 0625 0500 0500 %0768 f04 0500 0500 0500 %0769 f05 0375 0500 0500 %0770 f06 0250 0500 0500 %0771 f07 0125 0500 0500 %0772 f08 0000 0500 0500 %0773 f09 1000 0375 0375 %0774 g01 0875 0375 0375 %0775 g02 0750 0375 0375 %0776 g03 0625 0375 0375 %0777 g04 0500 0375 0375 %0778 g05 0375 0375 0375 %0779 g06 0250 0375 0375 %0780 g07 0125 0375 0375 %0781 g08 0000 0375 0375 %0782 g09 1000 0250 0250 %0783 h01 0875 0250 0250 %0784 h02 0750 0250 0250 %0785 h03 0625 0250 0250 %0786 h04 0500 0250 0250 %0787 h05 0375 0250 0250 %0788 h06 0250 0250 0250 %0789 h07 0125 0250 0250 %0790 h08 0000 0250 0250 %0791 h09 1000 0125 0125 %0792 i01 0875 0125 0125 %0793 i02 0750 0125 0125 %0794 i03 0625 0125 0125 %0795 i04 0500 0125 0125 %0796 i05 0375 0125 0125 %0797 i06 0250 0125 0125 %0798 i07 0125 0125 0125 %0799 i08 0000 0125 0125 %0800 i09 1000 0000 0000 %0801 j01 0875 0000 0000 %0802 j02 0750 0000 0000 %0803 j03 0625 0000 0000 %0804 j04 0500 0000 0000 %0805 j05 0375 0000 0000 %0806 j06 0250 0000 0000 %0807 j07 0125 0000 0000 %0808 j08 0000 0000 0000 %0809 j09 1000 1000 1000 %0810 b10 0875 0875 1000 %0811 b11 0750 0750 1000 %0812 b12 0625 0625 1000 %0813 b13 0500 0500 1000 %0814 b14 0375 0375 1000 %0815 b15 0250 0250 1000 %0816 b16 0125 0125 1000 %0817 b17 0000 0000 1000 %0818 b18 1000 1000 0875 %0819 c10 0875 0875 0875 %0820 c11 0750 0750 0875 %0821 c12 0625 0625 0875 %0822 c13 0500 0500 0875 %0823 c14 0375 0375 0875 %0824 c15 0250 0250 0875 %0825 c16 0125 0125 0875 %0826 c17 0000 0000 0875 %0827 c18 1000 1000 0750 %0828 d10 0875 0875 0750 %0829 d11 0750 0750 0750 %0830 d12 0625 0625 0750 %0831 d13 0500 0500 0750 %0832 d14 0375 0375 0750 %0833 d15 0250 0250 0750 %0834 d16 0125 0125 0750 %0835 d17 0000 0000 0750 %0836 d18 1000 1000 0625 %0837 e10 0875 0875 0625 %0838 e11 0750 0750 0625 %0839 e12 0625 0625 0625 %0840 e13 0500 0500 0625 %0841 e14 0375 0375 0625 %0842 e15 0250 0250 0625 %0843 e16 0125 0125 0625 %0844 e17 0000 0000 0625 %0845 e18 1000 1000 0500 %0846 f10 0875 0875 0500 %0847 f11 0750 0750 0500 %0848 f12 0625 0625 0500 %0849 f13 0500 0500 0500 %0850 f14 0375 0375 0500 %0851 f15 0250 0250 0500 %0852 f16 0125 0125 0500 %0853 f17 0000 0000 0500 %0854 f18 1000 1000 0375 %0855 g10 0875 0875 0375 %0856 g11 0750 0750 0375 %0857 g12 0625 0625 0375 %0858 g13 0500 0500 0375 %0859 g14 0375 0375 0375 %0860 g15 0250 0250 0375 %0861 g16 0125 0125 0375 %0862 g17 0000 0000 0375 %0863 g18 1000 1000 0250 %0864 h10 0875 0875 0250 %0865 h11 0750 0750 0250 %0866 h12 0625 0625 0250 %0867 h13 0500 0500 0250 %0868 h14 0375 0375 0250 %0869 h15 0250 0250 0250 %0870 h16 0125 0125 0250 %0871 h17 0000 0000 0250 %0872 h18 1000 1000 0125 %0873 i10 0875 0875 0125 %0874 i11 0750 0750 0125 %0875 i12 0625 0625 0125 %0876 i13 0500 0500 0125 %0877 i14 0375 0375 0125 %0878 i15 0250 0250 0125 %0879 i16 0125 0125 0125 %0880 i17 0000 0000 0125 %0881 i18 1000 1000 0000 %0882 j10 0875 0875 0000 %0883 j11 0750 0750 0000 %0884 j12 0625 0625 0000 %0885 j13 0500 0500 0000 %0886 j14 0375 0375 0000 %0887 j15 0250 0250 0000 %0888 j16 0125 0125 0000 %0889 j17 0000 0000 0000 %0890 j18 1000 1000 1000 %0891 b19 1000 0875 1000 %0892 b20 1000 0750 1000 %0893 b21 1000 0625 1000 %0894 b22 1000 0500 1000 %0895 b23 1000 0375 1000 %0896 b24 1000 0250 1000 %0897 b25 1000 0125 1000 %0898 b26 1000 0000 1000 %0899 b27 0875 1000 0875 %0900 c19 0875 0875 0875 %0901 c20 0875 0750 0875 %0902 c21 0875 0625 0875 %0903 c22 0875 0500 0875 %0904 c23 0875 0375 0875 %0905 c24 0875 0250 0875 %0906 c25 0875 0125 0875 %0907 c26 0875 0000 0875 %0908 c27 0750 1000 0750 %0909 d19 0750 0875 0750 %0910 d20 0750 0750 0750 %0911 d21 0750 0625 0750 %0912 d22 0750 0500 0750 %0913 d23 0750 0375 0750 %0914 d24 0750 0250 0750 %0915 d25 0750 0125 0750 %0916 d26 0750 0000 0750 %0917 d27 0625 1000 0625 %0918 e19 0625 0875 0625 %0919 e20 0625 0750 0625 %0920 e21 0625 0625 0625 %0921 e22 0625 0500 0625 %0922 e23 0625 0375 0625 %0923 e24 0625 0250 0625 %0924 e25 0625 0125 0625 %0925 e26 0625 0000 0625 %0926 e27 0500 1000 0500 %0927 f19 0500 0875 0500 %0928 f20 0500 0750 0500 %0929 f21 0500 0625 0500 %0930 f22 0500 0500 0500 %0931 f23 0500 0375 0500 %0932 f24 0500 0250 0500 %0933 f25 0500 0125 0500 %0934 f26 0500 0000 0500 %0935 f27 0375 1000 0375 %0936 g19 0375 0875 0375 %0937 g20 0375 0750 0375 %0938 g21 0375 0625 0375 %0939 g22 0375 0500 0375 %0940 g23 0375 0375 0375 %0941 g24 0375 0250 0375 %0942 g25 0375 0125 0375 %0943 g26 0375 0000 0375 %0944 g27 0250 1000 0250 %0945 h19 0250 0875 0250 %0946 h20 0250 0750 0250 %0947 h21 0250 0625 0250 %0948 h22 0250 0500 0250 %0949 h23 0250 0375 0250 %0950 h24 0250 0250 0250 %0951 h25 0250 0125 0250 %0952 h26 0250 0000 0250 %0953 h27 0125 1000 0125 %0954 i19 0125 0875 0125 %0955 i20 0125 0750 0125 %0956 i21 0125 0625 0125 %0957 i22 0125 0500 0125 %0958 i23 0125 0375 0125 %0959 i24 0125 0250 0125 %0960 i25 0125 0125 0125 %0961 i26 0125 0000 0125 %0962 i27 0000 1000 0000 %0963 j19 0000 0875 0000 %0964 j20 0000 0750 0000 %0965 j21 0000 0625 0000 %0966 j22 0000 0500 0000 %0967 j23 0000 0375 0000 %0968 j24 0000 0250 0000 %0969 j25 0000 0125 0000 %0970 j26 0000 0000 0000 %0971 j27 0000 0000 0000 %0972 k01 0125 0125 0125 %0973 k02 0250 0250 0250 %0974 k03 0375 0375 0375 %0975 k04 0500 0500 0500 %0976 k05 0625 0625 0625 %0977 k06 0750 0750 0750 %0978 k07 0875 0875 0875 %0979 k08 1000 1000 1000 %0980 k09 0000 0000 0000 %0981 l01 0125 0125 0125 %0982 l02 0250 0250 0250 %0983 l03 0375 0375 0375 %0984 l04 0500 0500 0500 %0985 l05 0625 0625 0625 %0986 l06 0750 0750 0750 %0987 l07 0875 0875 0875 %0988 l08 1000 1000 1000 %0989 l09 0000 0000 0000 %0990 m01 0125 0125 0125 %0991 m02 0250 0250 0250 %0992 m03 0375 0375 0375 %0993 m04 0500 0500 0500 %0994 m05 0625 0625 0625 %0995 m06 0750 0750 0750 %0996 m07 0875 0875 0875 %0997 m08 1000 1000 1000 %0998 m09 0000 0000 0000 %0999 n01 0125 0125 0125 %1000 n02 0250 0250 0250 %1001 n03 0375 0375 0375 %1002 n04 0500 0500 0500 %1003 n05 0625 0625 0625 %1004 n06 0750 0750 0750 %1005 n07 0875 0875 0875 %1006 n08 1000 1000 1000 %1007 n09 0000 0000 0000 %1008 k10 0066 0066 0066 %1009 k11 0133 0133 0133 %1010 k12 0200 0200 0200 %1011 k13 0266 0266 0266 %1012 k14 0333 0333 0333 %1013 k15 0400 0400 0400 %1014 k16 0466 0466 0466 %1015 k17 0533 0533 0533 %1016 k18 0600 0600 0600 %1017 k19 0666 0666 0666 %1018 k20 0734 0734 0734 %1019 k21 0800 0800 0800 %1020 k22 0866 0866 0866 %1021 k23 0933 0933 0933 %1022 k24 1000 1000 1000 %1023 k25 0000 0000 0000 %1024 l10 0066 0066 0066 %1025 l11 0133 0133 0133 %1026 l12 0200 0200 0200 %1027 l13 0266 0266 0266 %1028 l14 0333 0333 0333 %1029 l15 0400 0400 0400 %1030 l16 0466 0466 0466 %1031 l17 0533 0533 0533 %1032 l18 0600 0600 0600 %1033 l19 0666 0666 0666 %1034 l20 0734 0734 0734 %1035 l21 0800 0800 0800 %1036 l22 0866 0866 0866 %1037 l23 0933 0933 0933 %1038 l24 1000 1000 1000 %1039 l25 0000 0000 0000 %1040 m10 0066 0066 0066 %1041 m11 0133 0133 0133 %1042 m12 0200 0200 0200 %1043 m13 0266 0266 0266 %1044 m14 0333 0333 0333 %1045 m15 0400 0400 0400 %1046 m16 0466 0466 0466 %1047 m17 0533 0533 0533 %1048 m18 0600 0600 0600 %1049 m19 0666 0666 0666 %1050 m20 0734 0734 0734 %1051 m21 0800 0800 0800 %1052 m22 0866 0866 0866 %1053 m23 0933 0933 0933 %1054 m24 1000 1000 1000 %1055 m25 0000 0000 0000 %1056 n10 0066 0066 0066 %1057 n11 0133 0133 0133 %1058 n12 0200 0200 0200 %1059 n13 0266 0266 0266 %1060 n14 0333 0333 0333 %1061 n15 0400 0400 0400 %1062 n16 0466 0466 0466 %1063 n17 0533 0533 0533 %1064 n18 0600 0600 0600 %1065 n19 0666 0666 0666 %1066 n20 0734 0734 0734 %1067 n21 0800 0800 0800 %1068 n22 0866 0866 0866 %1069 n23 0933 0933 0933 %1070 n24 1000 1000 1000 %1071 n25 0000 0000 0000 %1072 k26 1000 1000 1000 %1073 k27 1000 0000 0000 %1074 l26 0000 1000 1000 %1075 l27 1000 1000 0000 %1076 m26 0000 0000 1000 %1077 m27 0000 1000 0000 %1078 n26 1000 0000 1000 %1079 n27 0000 1000 0000 %1078 nx6 1000 0000 1000 %1079 nx7 ] def %END RGB0_F %**************************************************** %END 'ZE03'OUTLIN1X.PS Other procedures for Offset output linearization %**************************************************** %***************************************************************************** %BEG 'ZE03'OUTLIN1Y2=(0,2,4).PS %BEG spectral reflection data, cmyn6*, 1080 colours, offset A,B,L,G, printer P %***************************************************************************** %reflection 380 to 720 nm extrapolated to 770 /RX0F 45360 array def %1080x42=45360 %cmyn6* %FOR ypaper=0(A),2(L),4(P) /ypaper 0 def ypaper 0 eq {%ypaper=0 /FILEDATA_RX0F_IOF (160201_PE430_A6_00_CMYN6_1H) def /RX0F [ %160201_PE430_A6_00_CMYN6_1H.TXT 1 1 0275 0300 0297 0302 0306 0301 0301 0304 0304 0306 0307 0309 0311 0312 0315 0316 0318 0320 0322 0324 0327 0330 0332 0335 0338 0341 0344 0349 0351 0355 0358 0360 0364 0368 0371 0375 2 2 0533 0623 0730 0819 0869 0918 0975 0993 0973 0934 0884 0836 0791 0739 0670 0593 0531 0476 0423 0394 0412 0507 0613 0667 0691 0700 0707 0716 0730 0741 0740 0736 0727 0719 0723 0741 3 3 0456 0576 0745 0906 0981 1069 1175 1218 1184 1121 1040 0956 0884 0798 0687 0573 0484 0410 0348 0319 0338 0421 0507 0547 0562 0566 0570 0578 0595 0607 0606 0597 0582 0570 0574 0597 4 4 0600 0768 1034 1292 1416 1563 1736 1797 1728 1609 1464 1317 1194 1057 0884 0714 0589 0488 0399 0357 0383 0513 0658 0728 0754 0763 0767 0782 0810 0832 0829 0813 0784 0759 0761 0791 5 5 0628 0826 1186 1535 1699 1904 2156 2220 2082 1880 1641 1414 1238 1057 0840 0650 0528 0439 0363 0332 0370 0524 0695 0776 0802 0809 0812 0830 0868 0897 0891 0867 0825 0789 0790 0825 6 6 0578 0829 1224 1622 1816 2059 2341 2379 2161 1879 1564 1280 1078 0888 0675 0511 0427 0373 0326 0312 0361 0512 0668 0728 0743 0743 0740 0759 0801 0835 0827 0797 0750 0706 0704 0746 7 7 0618 0870 1286 1693 1898 2147 2443 2490 2275 1994 1675 1386 1178 0974 0744 0562 0462 0396 0337 0318 0366 0532 0714 0794 0818 0821 0821 0842 0889 0926 0917 0886 0835 0787 0783 0832 8 8 0684 0935 1364 1787 1992 2248 2550 2605 2389 2105 1781 1486 1268 1057 0811 0611 0496 0419 0349 0321 0371 0559 0780 0887 0923 0931 0933 0957 1009 1049 1040 1006 0949 0898 0894 0943 9 9 0702 0969 1407 1845 2053 2316 2637 2705 2496 2217 1896 1600 1378 1158 0900 0683 0554 0461 0379 0347 0394 0585 0809 0921 0959 0970 0972 0996 1047 1086 1077 1044 0989 0936 0932 0984 10 10 0406 0367 0351 0344 0337 0336 0342 0345 0353 0381 0451 0534 0572 0556 0509 0467 0457 0463 0456 0457 0561 0976 1596 2042 2265 2364 2414 2441 2457 2465 2469 2474 2482 2491 2494 2498 11 11 0643 0636 0628 0623 0628 0625 0632 0616 0593 0587 0613 0650 0660 0633 0578 0532 0523 0531 0522 0523 0632 1059 1664 2087 2297 2391 2437 2464 2480 2486 2492 2495 2504 2511 2513 2520 12 12 0835 0855 0867 0886 0896 0909 0914 0876 0814 0749 0696 0649 0610 0562 0499 0451 0440 0444 0435 0434 0541 0973 1599 2037 2255 2353 2399 2427 2447 2456 2460 2465 2470 2476 2480 2486 13 13 1016 1061 1129 1191 1219 1257 1276 1213 1098 0966 0828 0710 0630 0556 0474 0413 0393 0391 0373 0369 0477 0938 1625 2108 2349 2457 2508 2541 2568 2582 2587 2583 2579 2576 2575 2590 14 14 0943 1049 1190 1309 1370 1435 1486 1424 1280 1108 0927 0772 0668 0574 0469 0391 0361 0347 0324 0317 0412 0839 1498 1972 2204 2307 2353 2391 2429 2454 2454 2441 2417 2398 2394 2422 15 15 0966 1087 1289 1464 1551 1646 1733 1668 1488 1277 1052 0861 0732 0618 0493 0400 0363 0346 0319 0311 0401 0807 1452 1916 2139 2235 2277 2319 2371 2407 2404 2380 2338 2293 2289 2326 16 16 0936 1116 1379 1615 1727 1849 1971 1902 1686 1430 1163 0933 0780 0646 0498 0392 0353 0334 0306 0297 0386 0783 1412 1854 2065 2154 2191 2233 2299 2343 2337 2301 2243 2184 2174 2222 17 17 0958 1170 1489 1770 1907 2063 2210 2142 1895 1601 1295 1032 0858 0704 0536 0417 0370 0348 0315 0305 0394 0799 1450 1915 2136 2226 2264 2310 2383 2434 2424 2379 2307 2237 2223 2279 18 18 0959 1173 1511 1810 1956 2121 2284 2214 1953 1649 1329 1055 0874 0715 0542 0419 0371 0348 0315 0304 0391 0785 1419 1870 2084 2167 2202 2249 2325 2379 2367 2319 2243 2167 2150 2219 19 19 0468 0423 0390 0375 0364 0364 0371 0372 0383 0422 0514 0606 0623 0573 0480 0408 0393 0404 0391 0387 0553 1344 2758 3989 4698 5036 5192 5265 5301 5309 5315 5318 5329 5338 5337 5344 20 20 0618 0583 0556 0543 0536 0536 0547 0534 0521 0532 0587 0634 0629 0570 0478 0408 0393 0404 0391 0388 0552 1314 2646 3775 4412 4713 4852 4917 4950 4959 4965 4968 4977 4988 4990 4995 21 21 0740 0726 0706 0700 0693 0703 0709 0686 0644 0627 0638 0639 0612 0547 0456 0391 0376 0387 0376 0375 0530 1267 2563 3663 4280 4569 4703 4767 4798 4807 4813 4815 4824 4838 4833 4844 22 22 0958 0942 0932 0941 0952 0957 0966 0920 0841 0773 0718 0665 0610 0538 0448 0384 0372 0381 0371 0372 0523 1246 2530 3618 4227 4513 4644 4706 4736 4742 4748 4748 4757 4767 4767 4773 23 23 1161 1167 1183 1214 1230 1256 1263 1182 1049 0913 0783 0669 0586 0508 0419 0360 0350 0357 0349 0351 0496 1209 2495 3592 4208 4497 4627 4689 4718 4724 4726 4728 4734 4747 4743 4748 24 24 1362 1417 1493 1559 1604 1646 1660 1547 1348 1136 0920 0740 0628 0531 0430 0362 0348 0353 0342 0343 0486 1212 2499 3571 4165 4439 4564 4628 4665 4678 4682 4675 4670 4667 4665 4677 25 25 1430 1521 1673 1808 1884 1956 2003 1881 1648 1386 1120 0896 0754 0634 0503 0413 0387 0383 0361 0355 0497 1210 2454 3467 4015 4265 4377 4442 4500 4529 4525 4505 4473 4445 4435 4467 26 26 1432 1567 1802 1988 2088 2191 2276 2157 1895 1602 1300 1044 0879 0736 0580 0470 0431 0418 0387 0375 0512 1200 2403 3372 3890 4122 4223 4292 4363 4406 4398 4361 4306 4249 4236 4286 27 27 1469 1621 1868 2076 2183 2301 2400 2273 1991 1678 1360 1092 0921 0774 0613 0498 0458 0443 0410 0399 0535 1238 2495 3534 4101 4353 4461 4536 4614 4662 4651 4609 4541 4476 4458 4519 28 1 0487 0530 0582 0624 0637 0661 0697 0732 0769 0836 0969 1126 1218 1236 1211 1154 1083 1007 0935 0888 0860 0846 0832 0823 0821 0820 0822 0827 0839 0848 0846 0842 0834 0829 0830 0845 29 2 0480 0595 0756 0903 0969 1043 1145 1219 1254 1284 1333 1373 1368 1314 1211 1070 0924 0777 0647 0568 0535 0534 0535 0527 0523 0521 0521 0528 0541 0553 0551 0543 0529 0520 0524 0545 30 3 0484 0669 0916 1144 1250 1372 1530 1630 1644 1623 1583 1531 1461 1358 1203 1018 0841 0674 0531 0449 0426 0454 0480 0485 0485 0484 0483 0491 0508 0522 0520 0508 0493 0482 0483 0504 31 4 0564 0783 1127 1451 1606 1795 2039 2180 2169 2107 2004 1885 1763 1601 1380 1128 0903 0701 0532 0437 0420 0472 0519 0532 0533 0532 0533 0543 0565 0584 0579 0567 0543 0523 0528 0555 32 5 0588 0846 1282 1723 1933 2201 2554 2729 2671 2530 2334 2123 1928 1698 1398 1090 0843 0638 0472 0386 0390 0480 0563 0591 0596 0596 0595 0610 0641 0665 0661 0641 0607 0579 0583 0615 33 6 0641 0950 1477 1997 2259 2586 3012 3200 3067 2839 2545 2249 1996 1718 1371 1040 0800 0609 0451 0374 0391 0512 0621 0655 0660 0659 0658 0677 0717 0751 0744 0717 0672 0631 0632 0673 34 7 0645 0960 1478 1989 2242 2566 2978 3129 2951 2684 2355 2038 1784 1513 1187 0894 0697 0549 0425 0368 0398 0538 0673 0719 0728 0729 0728 0748 0793 0830 0822 0792 0744 0700 0695 0744 35 8 0686 0962 1484 2000 2250 2571 2981 3126 2948 2679 2350 2031 1777 1507 1181 0887 0689 0538 0411 0352 0383 0538 0695 0757 0774 0776 0777 0798 0846 0883 0876 0844 0793 0747 0743 0790 36 9 0708 0980 1498 2019 2268 2600 3025 3193 3026 2762 2441 2126 1869 1595 1260 0954 0742 0580 0446 0383 0412 0555 0704 0759 0773 0775 0774 0794 0839 0872 0865 0836 0788 0745 0745 0790 37 10 0417 0397 0374 0363 0350 0349 0359 0362 0382 0434 0592 0836 1016 1073 1053 1018 1012 1021 1011 1009 1108 1449 1857 2110 2230 2284 2312 2331 2344 2348 2351 2357 2364 2370 2373 2380 38 11 0677 0650 0630 0617 0611 0614 0615 0615 0621 0663 0789 0962 1070 1088 1051 1008 0999 1007 0994 0991 1097 1462 1902 2177 2306 2366 2396 2416 2428 2433 2436 2440 2445 2452 2457 2461 39 12 1016 1018 1022 1033 1035 1045 1049 1027 0991 0969 0975 0995 0994 0962 0902 0851 0841 0846 0834 0829 0939 1331 1809 2105 2245 2308 2340 2361 2373 2378 2381 2383 2389 2396 2400 2407 40 13 1346 1435 1519 1598 1627 1668 1697 1654 1558 1441 1314 1199 1117 1034 0933 0848 0812 0797 0759 0736 0851 1300 1866 2219 2385 2459 2494 2521 2543 2553 2554 2551 2543 2539 2533 2548 41 14 1287 1436 1611 1762 1837 1917 1991 1961 1838 1680 1508 1345 1227 1111 0968 0843 0774 0728 0666 0627 0732 1176 1750 2111 2277 2348 2382 2412 2448 2468 2466 2452 2427 2404 2401 2428 42 15 1237 1414 1672 1895 2003 2124 2238 2214 2058 1859 1636 1434 1285 1138 0960 0804 0716 0654 0577 0532 0630 1074 1679 2062 2239 2313 2348 2384 2432 2466 2461 2436 2393 2351 2341 2381 43 16 1281 1516 1884 2182 2339 2511 2691 2681 2492 2250 1972 1715 1524 1334 1101 0897 0777 0689 0585 0525 0623 1086 1707 2095 2270 2342 2374 2417 2477 2521 2516 2479 2419 2361 2349 2400 44 17 1104 1359 1756 2119 2287 2490 2708 2676 2424 2115 1775 1472 1259 1057 0822 0634 0538 0475 0400 0364 0458 0898 1544 1976 2177 2257 2288 2336 2412 2468 2456 2407 2328 2250 2236 2301 45 18 1048 1318 1728 2097 2277 2489 2714 2697 2447 2140 1802 1497 1282 1076 0837 0642 0539 0470 0391 0353 0440 0847 1438 1827 2004 2074 2102 2148 2222 2276 2264 2221 2144 2066 2050 2115 46 19 0336 0277 0243 0232 0222 0219 0224 0233 0256 0326 0523 0815 0994 0998 0888 0785 0764 0781 0757 0742 0981 1975 3502 4702 5356 5660 5799 5866 5898 5905 5907 5907 5918 5929 5928 5933 47 20 0663 0614 0573 0548 0534 0531 0541 0546 0560 0629 0824 1081 1229 1225 1119 1020 0999 1016 0990 0976 1205 2115 3456 4480 5029 5279 5396 5451 5480 5483 5485 5484 5493 5500 5498 5503 48 21 0890 0834 0811 0788 0773 0781 0796 0781 0770 0803 0931 1090 1167 1133 1021 0924 0903 0917 0894 0882 1097 1979 3295 4307 4851 5101 5215 5272 5299 5304 5303 5304 5310 5321 5317 5325 49 22 1081 1052 1038 1034 1032 1039 1049 1021 0979 0968 1028 1103 1125 1069 0955 0862 0842 0855 0833 0822 1026 1877 3169 4172 4713 4963 5078 5132 5157 5160 5162 5160 5167 5176 5176 5177 50 23 1362 1346 1348 1365 1366 1389 1400 1346 1258 1186 1153 1137 1102 1023 0902 0809 0789 0800 0779 0769 0970 1823 3135 4160 4716 4972 5090 5145 5171 5174 5175 5177 5180 5189 5184 5188 51 24 1698 1738 1782 1830 1855 1888 1900 1812 1656 1497 1344 1214 1114 1005 0869 0768 0745 0755 0732 0719 0925 1816 3173 4221 4785 5044 5162 5217 5245 5250 5250 5247 5250 5256 5252 5255 52 25 1973 2058 2193 2308 2367 2438 2471 2353 2132 1873 1602 1367 1209 1066 0903 0780 0742 0738 0699 0675 0876 1766 3119 4146 4690 4937 5048 5108 5150 5164 5162 5151 5137 5125 5117 5137 53 26 1803 1966 2197 2391 2493 2604 2696 2583 2325 2024 1707 1433 1249 1079 0885 0733 0672 0644 0586 0554 0729 1570 2909 3948 4501 4752 4862 4931 4995 5028 5022 4990 4949 4902 4891 4931 54 27 1640 1823 2105 2357 2476 2621 2744 2642 2360 2042 1704 1414 1219 1042 0839 0683 0613 0576 0516 0484 0635 1392 2656 3662 4202 4443 4545 4619 4696 4740 4728 4687 4619 4555 4540 4593 55 1 0358 0410 0486 0551 0580 0619 0684 0750 0825 0961 1240 1589 1797 1822 1726 1555 1359 1156 0978 0867 0806 0773 0745 0724 0715 0710 0710 0719 0738 0752 0750 0740 0722 0707 0711 0730 56 2 0392 0494 0634 0763 0817 0893 0993 1086 1155 1260 1443 1636 1723 1688 1565 1377 1170 0962 0783 0674 0617 0586 0562 0543 0535 0531 0530 0537 0553 0564 0562 0552 0538 0526 0528 0550 57 3 0614 0805 1112 1383 1510 1662 1861 2013 2073 2112 2147 2160 2118 2006 1821 1574 1310 1050 0826 0690 0621 0593 0569 0549 0539 0535 0532 0540 0558 0573 0569 0558 0538 0524 0523 0548 58 4 0653 0919 1337 1718 1905 2123 2415 2613 2651 2632 2574 2487 2367 2189 1932 1617 1306 1013 0763 0616 0560 0565 0570 0560 0553 0549 0546 0557 0581 0600 0595 0580 0555 0534 0539 0564 59 5 0618 0915 1396 1876 2107 2396 2781 3033 3046 2981 2856 2694 2515 2274 1943 1564 1218 0905 0649 0507 0465 0500 0530 0531 0528 0526 0523 0535 0562 0582 0579 0561 0533 0509 0516 0545 60 6 0572 0872 1416 1981 2263 2628 3128 3436 3418 3293 3087 2844 2598 2292 1886 1454 1086 0776 0535 0413 0391 0439 0476 0479 0475 0470 0469 0481 0508 0531 0527 0509 0478 0456 0460 0493 61 7 0556 0878 1458 2083 2388 2806 3385 3720 3663 3480 3208 2902 2613 2265 1820 1368 1007 0714 0492 0385 0376 0436 0479 0481 0474 0470 0466 0479 0509 0532 0528 0506 0476 0451 0454 0494 62 8 0587 0899 1470 2084 2388 2795 3361 3662 3558 3331 3015 2681 2383 2044 1619 1205 0895 0649 0463 0376 0379 0458 0515 0520 0515 0509 0506 0520 0552 0578 0572 0550 0514 0486 0491 0526 63 9 0613 0902 1469 2064 2367 2777 3347 3651 3545 3310 2992 2655 2357 2018 1599 1195 0893 0657 0479 0398 0405 0482 0539 0543 0537 0531 0527 0539 0568 0592 0586 0566 0533 0506 0511 0547 64 10 0401 0369 0348 0339 0331 0331 0335 0342 0365 0431 0647 1039 1371 1523 1555 1544 1546 1554 1547 1550 1616 1830 2060 2194 2256 2285 2304 2318 2327 2331 2334 2338 2342 2348 2351 2357 65 11 0824 0781 0755 0732 0722 0721 0728 0739 0771 0865 1105 1434 1665 1752 1756 1733 1731 1737 1726 1726 1793 2015 2253 2390 2455 2485 2503 2516 2524 2525 2526 2529 2533 2539 2535 2542 66 12 1213 1242 1236 1234 1229 1233 1241 1235 1239 1271 1367 1485 1551 1556 1522 1483 1475 1480 1466 1462 1541 1806 2093 2256 2331 2364 2385 2399 2407 2408 2409 2408 2413 2418 2417 2424 67 13 1667 1771 1880 1970 2005 2051 2089 2077 2029 1959 1883 1811 1752 1683 1592 1502 1449 1409 1349 1308 1384 1687 2011 2192 2273 2307 2326 2343 2361 2370 2368 2359 2350 2342 2340 2351 68 14 1671 1840 2075 2271 2365 2467 2576 2586 2504 2382 2236 2094 1980 1854 1690 1525 1410 1314 1199 1125 1198 1557 1971 2205 2308 2350 2370 2396 2428 2446 2441 2423 2394 2365 2360 2386 69 15 1603 1854 2189 2483 2620 2773 2949 2977 2865 2698 2496 2296 2137 1961 1735 1511 1352 1220 1071 0975 1053 1458 1934 2202 2319 2364 2385 2415 2462 2491 2483 2456 2413 2369 2356 2396 70 16 1609 1904 2341 2720 2892 3105 3342 3395 3251 3041 2787 2538 2336 2116 1834 1559 1365 1201 1025 0911 0989 1414 1916 2196 2316 2362 2383 2420 2478 2518 2510 2472 2412 2354 2339 2385 71 17 1262 1598 2094 2552 2773 3040 3350 3399 3180 2884 2538 2211 1962 1704 1386 1099 0914 0770 0621 0536 0616 1037 1592 1931 2079 2136 2160 2203 2275 2327 2313 2268 2189 2117 2101 2163 72 18 1191 1506 1997 2451 2665 2930 3233 3280 3060 2762 2421 2098 1851 1600 1294 1020 0844 0710 0572 0494 0571 0964 1488 1806 1944 1997 2019 2060 2132 2183 2170 2126 2049 1978 1961 2022 73 19 0369 0314 0282 0265 0261 0253 0260 0270 0300 0396 0708 1254 1700 1850 1788 1687 1667 1690 1660 1641 1909 2870 4124 4993 5432 5626 5717 5765 5787 5789 5790 5791 5797 5806 5799 5803 74 20 0757 0689 0627 0594 0578 0572 0586 0598 0631 0753 1080 1543 1868 1951 1869 1767 1745 1764 1733 1714 1963 2870 4066 4911 5345 5538 5629 5673 5697 5697 5698 5697 5703 5710 5706 5713 75 21 1120 1052 1012 0984 0971 0972 0985 0984 0996 1085 1335 1672 1884 1911 1812 1707 1684 1701 1669 1651 1888 2768 3934 4761 5184 5377 5465 5511 5531 5530 5531 5528 5534 5545 5536 5538 76 22 1434 1394 1368 1354 1348 1355 1370 1351 1330 1366 1517 1716 1828 1808 1695 1589 1566 1580 1550 1533 1760 2621 3785 4617 5047 5240 5331 5373 5393 5395 5394 5392 5394 5401 5396 5402 77 23 1787 1769 1775 1777 1787 1795 1811 1776 1722 1702 1762 1848 1882 1826 1700 1590 1564 1576 1544 1527 1753 2612 3757 4566 4978 5166 5251 5294 5311 5312 5311 5308 5310 5320 5311 5317 78 24 2258 2281 2319 2367 2388 2420 2434 2365 2246 2127 2039 1970 1904 1802 1652 1531 1502 1516 1482 1462 1703 2618 3839 4701 5145 5345 5439 5484 5503 5502 5499 5497 5499 5509 5498 5501 79 25 2575 2713 2876 3007 3081 3164 3204 3112 2912 2674 2411 2177 2009 1851 1657 1501 1442 1425 1359 1316 1543 2457 3669 4505 4925 5113 5198 5247 5283 5295 5288 5277 5260 5244 5234 5254 80 26 2385 2593 2863 3097 3215 3347 3452 3365 3121 2827 2505 2213 2005 1804 1562 1358 1260 1205 1107 1042 1253 2185 3487 4409 4877 5084 5175 5237 5295 5325 5315 5287 5243 5201 5186 5224 81 27 2037 2274 2627 2925 3072 3248 3410 3339 3071 2748 2395 2080 1855 1639 1376 1156 1039 0963 0854 0787 0961 1797 3048 3970 4446 4653 4743 4810 4881 4924 4912 4868 4802 4737 4713 4775 82 1 0309 0354 0398 0440 0444 0477 0527 0592 0677 0868 1306 1924 2340 2415 2258 1971 1649 1331 1061 0895 0807 0759 0720 0691 0677 0671 0669 0681 0705 0725 0720 0707 0681 0660 0663 0686 83 2 0335 0425 0557 0674 0721 0795 0905 1018 1127 1323 1705 2166 2418 2400 2197 1881 1542 1212 0938 0774 0689 0643 0607 0580 0567 0561 0559 0568 0589 0605 0603 0589 0567 0550 0552 0578 84 3 0471 0647 0916 1170 1285 1425 1626 1801 1910 2053 2284 2510 2580 2474 2234 1899 1543 1199 0914 0743 0655 0609 0573 0545 0533 0526 0523 0533 0553 0569 0566 0552 0530 0514 0513 0542 85 4 0619 0876 1312 1725 1919 2162 2499 2758 2856 2928 2994 3019 2939 2738 2419 2013 1600 1210 0888 0700 0612 0574 0545 0518 0506 0499 0495 0505 0527 0546 0540 0525 0501 0482 0487 0513 86 5 0606 0915 1445 1967 2221 2537 2976 3291 3366 3359 3296 3178 3005 2745 2372 1925 1490 1089 0766 0582 0508 0492 0478 0459 0449 0443 0440 0450 0472 0492 0487 0471 0446 0430 0435 0463 87 6 0610 0955 1567 2198 2504 2905 3463 3851 3906 3847 3699 3494 3250 2918 2466 1948 1469 1043 0706 0522 0458 0463 0467 0453 0445 0440 0438 0449 0475 0497 0492 0474 0446 0426 0429 0462 88 7 0587 0941 1620 2355 2725 3214 3932 4421 4458 4342 4113 3817 3492 3071 2518 1921 1400 0959 0625 0455 0408 0432 0450 0442 0435 0431 0430 0440 0468 0491 0485 0467 0436 0417 0421 0456 89 8 0596 0979 1696 2458 2849 3370 4135 4646 4662 4516 4248 3912 3558 3112 2533 1919 1395 0957 0622 0452 0408 0444 0471 0465 0458 0454 0452 0465 0496 0521 0516 0495 0463 0436 0444 0478 90 9 0614 0963 1639 2360 2731 3231 3962 4436 4425 4254 3968 3626 3278 2849 2300 1732 1262 0874 0583 0440 0413 0461 0498 0498 0491 0487 0485 0498 0527 0552 0546 0527 0494 0471 0473 0509 91 10 0409 0381 0351 0338 0330 0330 0335 0349 0387 0505 0870 1514 2082 2371 2474 2489 2485 2471 2448 2440 2443 2480 2511 2529 2541 2548 2557 2570 2581 2585 2587 2586 2584 2587 2588 2597 92 11 0894 0839 0809 0783 0762 0762 0773 0804 0872 1046 1459 2043 2484 2688 2754 2758 2750 2735 2710 2702 2705 2745 2775 2793 2804 2809 2815 2828 2836 2839 2836 2834 2831 2831 2829 2837 93 12 1400 1421 1420 1418 1414 1414 1437 1473 1538 1670 1928 2234 2432 2511 2531 2515 2494 2466 2431 2414 2399 2402 2402 2402 2405 2408 2412 2420 2431 2433 2431 2427 2422 2421 2415 2425 94 13 2000 2075 2120 2146 2160 2171 2183 2187 2199 2200 2204 2211 2214 2217 2222 2220 2220 2219 2215 2220 2219 2221 2222 2224 2231 2236 2246 2253 2258 2260 2262 2263 2265 2275 2274 2284 95 14 1800 2058 2367 2615 2733 2866 3018 3091 3069 3008 2920 2825 2730 2609 2438 2238 2062 1890 1709 1588 1590 1763 1932 2006 2033 2043 2049 2068 2101 2122 2115 2093 2056 2023 2017 2046 96 15 1813 2123 2531 2867 3027 3211 3425 3522 3478 3373 3235 3085 2946 2774 2536 2270 2045 1833 1613 1470 1481 1725 1986 2111 2160 2178 2186 2212 2253 2282 2273 2246 2200 2158 2143 2182 97 16 1788 2170 2674 3106 3316 3560 3853 3982 3906 3754 3554 3341 3148 2918 2608 2274 1998 1745 1489 1323 1344 1643 1971 2136 2202 2225 2234 2265 2319 2356 2347 2311 2252 2195 2184 2227 98 17 1555 1989 2623 3194 3475 3816 4233 4401 4249 3995 3673 3345 3067 2750 2335 1920 1604 1332 1064 0898 0944 1335 1794 2044 2149 2186 2202 2240 2313 2363 2348 2301 2221 2146 2129 2190 99 18 1382 1765 2382 2924 3202 3532 3933 4080 3909 3643 3308 2975 2698 2393 2000 1617 1334 1094 0862 0721 0771 1140 1587 1834 1937 1975 1990 2029 2100 2149 2137 2091 2014 1941 1927 1984 100 19 0359 0302 0272 0249 0240 0235 0242 0254 0287 0402 0799 1534 2184 2466 2466 2390 2378 2403 2374 2358 2606 3451 4465 5124 5442 5584 5651 5690 5710 5711 5710 5712 5716 5726 5721 5727 101 20 0753 0680 0612 0574 0553 0549 0561 0582 0631 0795 1234 1898 2408 2594 2559 2469 2453 2474 2442 2424 2667 3510 4552 5250 5598 5753 5828 5867 5886 5885 5885 5885 5888 5896 5893 5898 102 21 1275 1211 1154 1122 1098 1097 1112 1127 1167 1317 1699 2215 2573 2679 2617 2523 2504 2520 2486 2467 2691 3478 4442 5081 5398 5539 5606 5643 5658 5657 5654 5652 5655 5661 5656 5659 103 22 1673 1637 1612 1586 1570 1578 1597 1598 1618 1721 2002 2367 2603 2644 2559 2461 2437 2451 2417 2398 2617 3395 4354 4995 5314 5456 5524 5558 5574 5573 5570 5568 5568 5577 5568 5574 104 23 2105 2107 2102 2097 2096 2104 2123 2114 2106 2156 2330 2551 2676 2666 2564 2458 2435 2445 2410 2392 2607 3372 4301 4918 5224 5358 5421 5455 5469 5464 5464 5460 5462 5469 5460 5462 105 24 2678 2736 2791 2819 2845 2873 2892 2850 2778 2716 2702 2705 2684 2606 2471 2354 2325 2336 2298 2276 2504 3307 4272 4902 5212 5349 5414 5449 5461 5459 5458 5451 5454 5461 5453 5457 106 25 3079 3242 3413 3547 3624 3697 3749 3674 3516 3312 3085 2877 2727 2576 2389 2225 2162 2141 2065 2013 2241 3084 4088 4730 5042 5178 5243 5282 5312 5320 5316 5302 5287 5272 5266 5279 107 26 2926 3198 3517 3788 3925 4081 4213 4157 3941 3665 3355 3066 2850 2630 2354 2105 1973 1884 1744 1646 1868 2807 4002 4794 5184 5353 5426 5484 5541 5569 5558 5525 5476 5433 5416 5452 108 27 2467 2758 3148 3479 3648 3840 4030 3987 3741 3427 3076 2753 2514 2272 1972 1702 1548 1437 1286 1188 1377 2265 3481 4330 4755 4939 5017 5080 5149 5189 5175 5132 5065 5001 4982 5031 109 1 0268 0295 0304 0309 0306 0309 0334 0364 0434 0639 1248 2295 3131 3325 3032 2508 1949 1432 1020 0781 0661 0599 0550 0515 0498 0491 0486 0499 0525 0546 0543 0524 0497 0473 0477 0504 110 2 0290 0340 0409 0462 0482 0522 0598 0696 0829 1136 1843 2852 3521 3562 3169 2572 1959 1404 0971 0727 0607 0545 0498 0463 0447 0441 0436 0447 0472 0494 0489 0473 0445 0423 0428 0454 111 3 0381 0485 0698 0884 0975 1091 1278 1461 1621 1901 2429 3049 3358 3262 2894 2377 1845 1354 0965 0741 0630 0571 0526 0492 0477 0471 0465 0477 0502 0522 0518 0501 0475 0455 0460 0488 112 4 0512 0727 1124 1511 1684 1911 2250 2538 2709 2934 3283 3615 3684 3464 3034 2475 1911 1389 0974 0734 0617 0556 0509 0475 0458 0451 0448 0458 0483 0503 0500 0481 0456 0435 0439 0470 113 5 0619 0978 1567 2149 2424 2775 3283 3679 3827 3918 3977 3962 3811 3507 3053 2488 1918 1388 0963 0717 0597 0537 0490 0457 0440 0432 0430 0439 0464 0486 0480 0463 0436 0417 0420 0452 114 6 0593 0982 1636 2299 2624 3040 3649 4110 4255 4311 4300 4207 3991 3625 3104 2481 1873 1319 0882 0636 0525 0480 0443 0414 0400 0393 0389 0400 0425 0446 0441 0424 0398 0379 0385 0418 115 7 0604 1020 1804 2631 3044 3592 4414 5044 5206 5206 5075 4840 4509 4038 3401 2664 1961 1334 0851 0588 0477 0432 0398 0371 0358 0351 0348 0358 0382 0402 0397 0383 0357 0341 0348 0376 116 8 0666 1112 1965 2864 3321 3929 4854 5547 5682 5628 5418 5104 4710 4176 3474 2691 1973 1344 0856 0592 0490 0468 0447 0421 0409 0401 0398 0412 0441 0465 0461 0439 0409 0386 0392 0430 117 9 0636 1074 1867 2712 3147 3733 4633 5275 5359 5254 4994 4646 4245 3728 3061 2341 1705 1164 0751 0536 0465 0472 0476 0461 0452 0446 0443 0455 0484 0507 0502 0483 0452 0432 0434 0470 118 10 0342 0325 0305 0302 0301 0299 0305 0315 0346 0441 0783 1461 2102 2436 2541 2531 2484 2419 2348 2304 2275 2259 2246 2238 2238 2241 2248 2262 2280 2289 2291 2285 2276 2272 2266 2284 119 11 0813 0799 0801 0806 0800 0810 0843 0892 0983 1197 1705 2437 2998 3244 3291 3233 3141 3030 2918 2846 2794 2765 2739 2722 2717 2714 2717 2730 2751 2760 2755 2743 2727 2711 2707 2723 120 12 1275 1338 1418 1469 1486 1516 1583 1657 1758 1959 2364 2871 3208 3320 3298 3196 3068 2923 2776 2683 2615 2579 2546 2521 2511 2505 2505 2518 2540 2551 2545 2528 2506 2484 2475 2496 121 13 1716 1875 2056 2196 2245 2313 2418 2508 2597 2726 2960 3215 3352 3358 3285 3146 2984 2803 2626 2508 2431 2384 2345 2313 2299 2291 2290 2304 2330 2346 2338 2319 2288 2264 2252 2280 122 14 1997 2320 2697 2994 3128 3285 3482 3623 3687 3720 3761 3784 3752 3649 3480 3241 2986 2715 2453 2274 2178 2148 2120 2089 2072 2061 2057 2076 2111 2135 2124 2098 2054 2015 2004 2036 123 15 2021 2438 2923 3331 3519 3742 4018 4193 4218 4180 4102 3999 3873 3697 3447 3132 2823 2511 2207 2002 1930 1992 2045 2047 2042 2036 2035 2056 2098 2127 2116 2083 2031 1984 1973 2014 124 16 2008 2455 3039 3533 3767 4040 4397 4606 4614 4540 4413 4257 4087 3854 3530 3142 2777 2421 2076 1848 1788 1915 2036 2074 2084 2082 2083 2107 2159 2194 2182 2142 2082 2024 2009 2058 125 17 1916 2455 3206 3880 4215 4608 5134 5428 5386 5224 4979 4698 4417 4066 3592 3066 2604 2176 1771 1511 1475 1715 1978 2094 2137 2148 2151 2186 2256 2303 2288 2239 2156 2082 2066 2125 126 18 1637 2115 2835 3491 3809 4196 4706 4957 4862 4648 4352 4035 3742 3390 2924 2433 2025 1661 1318 1103 1105 1403 1739 1904 1969 1989 1998 2033 2102 2153 2138 2088 2009 1937 1920 1981 127 19 0378 0320 0287 0259 0254 0249 0255 0268 0306 0445 0933 1865 2740 3180 3271 3235 3237 3259 3233 3224 3430 4095 4843 5299 5515 5608 5657 5687 5703 5702 5699 5699 5702 5711 5707 5708 128 20 0806 0724 0650 0607 0581 0575 0588 0615 0689 0910 1506 2442 3218 3575 3633 3584 3580 3598 3568 3557 3755 4421 5188 5674 5910 6014 6068 6098 6114 6109 6107 6104 6109 6116 6109 6110 129 21 1456 1390 1311 1258 1236 1227 1247 1282 1361 1589 2128 2870 3423 3643 3648 3585 3575 3587 3555 3544 3724 4338 5045 5489 5706 5800 5847 5875 5889 5882 5878 5873 5877 5885 5875 5878 130 22 1971 1930 1882 1835 1814 1813 1837 1866 1931 2125 2563 3131 3524 3655 3624 3550 3534 3544 3510 3494 3675 4291 4992 5432 5649 5743 5790 5817 5831 5825 5819 5811 5815 5821 5807 5814 131 23 2462 2454 2442 2417 2406 2412 2443 2462 2506 2641 2953 3335 3578 3635 3576 3493 3474 3483 3448 3433 3609 4207 4877 5290 5491 5578 5623 5651 5662 5655 5650 5644 5645 5650 5638 5644 132 24 3086 3163 3198 3224 3244 3267 3297 3289 3274 3294 3388 3505 3558 3522 3423 3320 3296 3305 3267 3249 3446 4088 4787 5210 5413 5501 5547 5573 5586 5579 5577 5572 5573 5579 5567 5577 133 25 3647 3876 4081 4241 4330 4413 4480 4445 4335 4181 4003 3838 3710 3576 3402 3236 3161 3117 3019 2953 3143 3827 4562 4996 5203 5288 5331 5365 5397 5405 5399 5381 5362 5341 5332 5356 134 26 3568 3898 4270 4573 4727 4888 5050 5045 4886 4659 4393 4139 3940 3725 3446 3174 3007 2878 2692 2562 2751 3566 4514 5097 5375 5490 5544 5593 5650 5678 5666 5631 5578 5529 5508 5550 135 27 3236 3615 4042 4409 4588 4795 5009 5006 4803 4527 4202 3891 3650 3393 3066 2753 2557 2406 2204 2067 2261 3158 4275 4998 5349 5495 5558 5615 5682 5716 5697 5653 5587 5524 5500 5548 136 1 0267 0283 0284 0292 0284 0290 0304 0338 0411 0638 1353 2665 3789 4088 3722 3053 2354 1707 1195 0894 0743 0665 0603 0558 0536 0526 0522 0536 0570 0598 0594 0568 0534 0503 0501 0539 137 2 0275 0302 0330 0351 0351 0367 0412 0481 0604 0936 1818 3245 4330 4495 3978 3176 2374 1658 1106 0796 0645 0568 0509 0466 0447 0436 0433 0446 0476 0503 0497 0476 0441 0415 0419 0450 138 3 0325 0391 0514 0638 0681 0762 0904 1072 1280 1715 2673 3998 4838 4786 4138 3254 2399 1652 1087 0775 0626 0550 0492 0451 0432 0422 0419 0431 0461 0486 0480 0460 0428 0401 0406 0442 139 4 0404 0571 0909 1222 1358 1551 1854 2145 2397 2823 3608 4528 4958 4745 4106 3273 2456 1724 1154 0830 0671 0590 0526 0481 0459 0449 0444 0458 0492 0520 0515 0491 0455 0425 0429 0465 140 5 0494 0797 1337 1877 2124 2459 2963 3407 3690 4073 4678 5267 5391 4999 4265 3370 2502 1727 1131 0795 0635 0553 0491 0448 0427 0417 0412 0426 0458 0486 0479 0458 0424 0395 0400 0437 141 6 0565 0966 1659 2359 2700 3144 3804 4344 4591 4815 5068 5214 5066 4623 3942 3125 2324 1603 1043 0729 0579 0505 0447 0409 0392 0383 0379 0391 0420 0444 0438 0418 0388 0366 0371 0406 142 7 0573 1006 1796 2590 2989 3509 4293 4935 5192 5371 5519 5527 5282 4776 4042 3176 2338 1587 1008 0686 0537 0463 0410 0373 0356 0348 0345 0357 0383 0407 0401 0382 0355 0334 0345 0373 143 8 0600 1066 1934 2854 3318 3930 4882 5651 5897 5984 5939 5748 5379 4810 4038 3148 2298 1542 0966 0651 0509 0441 0392 0357 0342 0336 0332 0342 0368 0390 0385 0367 0341 0324 0335 0366 144 9 0660 1141 2039 3010 3498 4164 5205 6024 6226 6212 6018 5691 5252 4653 3871 2997 2187 1479 0937 0643 0521 0472 0436 0405 0391 0383 0381 0392 0419 0443 0436 0418 0390 0368 0380 0411 145 10 0348 0323 0309 0304 0303 0304 0314 0329 0370 0499 0948 1835 2685 3104 3172 3051 2868 2660 2456 2322 2238 2191 2150 2120 2108 2103 2104 2123 2156 2180 2177 2160 2131 2104 2100 2129 146 11 0677 0703 0726 0743 0747 0763 0814 0882 0995 1265 1907 2870 3637 3960 3972 3813 3604 3370 3143 2997 2901 2846 2797 2763 2748 2741 2740 2757 2791 2810 2803 2779 2746 2712 2702 2732 147 12 1051 1108 1222 1314 1336 1389 1484 1594 1734 2021 2622 3416 3971 4144 4066 3842 3572 3280 3004 2820 2706 2639 2582 2539 2518 2505 2503 2519 2557 2579 2569 2542 2499 2462 2447 2483 148 13 1430 1620 1855 2039 2111 2214 2373 2527 2674 2926 3403 3968 4303 4343 4190 3908 3588 3252 2935 2724 2595 2518 2452 2401 2376 2361 2355 2375 2415 2439 2429 2398 2349 2306 2290 2331 149 14 1875 2191 2548 2841 2964 3121 3334 3517 3642 3806 4074 4350 4469 4405 4214 3914 3582 3229 2896 2672 2533 2451 2378 2325 2298 2282 2276 2298 2341 2369 2357 2324 2272 2224 2212 2251 150 15 2102 2557 3123 3601 3816 4074 4419 4678 4794 4879 4970 5026 4972 4793 4495 4086 3652 3204 2786 2506 2346 2269 2201 2141 2111 2093 2087 2109 2161 2195 2183 2141 2080 2022 2010 2053 151 16 2202 2726 3402 3985 4269 4594 5037 5342 5419 5409 5337 5221 5056 4804 4440 3977 3506 3032 2588 2292 2153 2135 2114 2072 2048 2033 2026 2052 2108 2146 2130 2087 2021 1956 1939 1990 152 17 2131 2736 3518 4217 4546 4946 5489 5851 5912 5862 5731 5546 5317 4993 4537 3983 3445 2919 2427 2103 1979 2027 2066 2052 2036 2024 2017 2045 2110 2154 2138 2089 2010 1939 1923 1979 153 18 1710 2291 3153 3941 4324 4797 5459 5873 5886 5755 5522 5233 4919 4511 3955 3325 2752 2221 1741 1438 1356 1496 1641 1685 1696 1693 1691 1721 1787 1835 1819 1774 1695 1623 1605 1668 154 19 0421 0343 0287 0260 0250 0251 0254 0271 0320 0506 1171 2471 3769 4517 4782 4818 4843 4868 4847 4850 4996 5451 5916 6176 6301 6356 6390 6414 6428 6423 6420 6415 6420 6429 6424 6426 155 20 0865 0763 0675 0615 0588 0574 0594 0631 0730 1019 1794 3039 4133 4703 4885 4893 4907 4924 4901 4902 5036 5474 5930 6196 6324 6379 6415 6438 6450 6443 6441 6435 6439 6447 6440 6444 156 21 1613 1504 1418 1355 1325 1306 1330 1384 1508 1823 2543 3553 4348 4720 4815 4795 4796 4807 4779 4775 4901 5312 5738 5984 6103 6156 6188 6213 6228 6226 6227 6233 6245 6260 6254 6264 157 22 2149 2091 2017 1952 1917 1910 1937 2001 2130 2432 3070 3896 4499 4757 4804 4769 4766 4773 4745 4740 4864 5263 5664 5890 6000 6043 6073 6094 6104 6094 6089 6083 6085 6092 6081 6086 158 23 2737 2727 2687 2649 2621 2623 2659 2718 2833 3077 3563 4153 4553 4700 4700 4646 4637 4645 4615 4607 4741 5157 5564 5791 5900 5948 5977 5996 6006 5998 5993 5988 5987 5996 5985 5991 159 24 3529 3626 3657 3660 3672 3696 3738 3780 3846 3970 4202 4463 4612 4642 4599 4530 4517 4524 4494 4485 4620 5010 5360 5546 5634 5670 5696 5714 5723 5717 5713 5706 5712 5720 5710 5718 160 25 4237 4549 4781 4961 5056 5136 5227 5241 5203 5122 5017 4915 4832 4736 4604 4461 4383 4322 4212 4139 4261 4678 5034 5209 5285 5317 5337 5366 5402 5410 5405 5384 5358 5341 5329 5364 161 26 4168 4605 5041 5383 5567 5745 5944 5999 5917 5763 5568 5373 5205 5009 4742 4456 4253 4072 3838 3674 3797 4390 4995 5321 5470 5527 5555 5599 5658 5686 5672 5632 5573 5516 5497 5551 162 27 3987 4451 4956 5386 5591 5825 6094 6165 6044 5839 5582 5322 5101 4853 4522 4173 3922 3700 3435 3250 3379 4078 4869 5338 5554 5639 5675 5722 5789 5822 5802 5756 5687 5622 5596 5651 163 1 0306 0328 0333 0335 0334 0341 0366 0412 0505 0778 1603 3095 4392 4736 4289 3503 2702 1974 1393 1052 0879 0787 0715 0661 0635 0623 0617 0634 0675 0708 0701 0674 0629 0592 0591 0633 164 2 0324 0344 0368 0401 0402 0428 0480 0560 0698 1052 1984 3492 4665 4852 4299 3446 2603 1848 1262 0924 0756 0669 0602 0552 0528 0517 0512 0528 0565 0597 0589 0566 0525 0491 0491 0534 165 3 0352 0417 0542 0653 0698 0767 0901 1057 1257 1685 2645 4012 4926 4935 4318 3448 2598 1839 1253 0915 0749 0662 0595 0546 0522 0510 0506 0521 0558 0589 0582 0558 0518 0484 0487 0526 166 4 0433 0604 0898 1181 1295 1469 1743 2018 2274 2734 3629 4742 5338 5158 4478 3585 2714 1934 1320 0965 0787 0693 0620 0566 0541 0528 0523 0540 0581 0613 0607 0580 0535 0499 0500 0540 167 5 0510 0771 1262 1725 1926 2203 2631 3021 3305 3735 4478 5294 5598 5275 4543 3627 2738 1937 1305 0940 0759 0665 0591 0538 0513 0500 0495 0511 0552 0585 0578 0551 0507 0470 0474 0515 168 6 0586 0938 1572 2186 2471 2852 3424 3917 4209 4582 5154 5688 5756 5318 4545 3611 2708 1896 1259 0891 0712 0620 0549 0498 0475 0464 0459 0475 0512 0544 0537 0511 0471 0437 0441 0483 169 7 0593 1021 1793 2564 2944 3445 4200 4831 5127 5411 5751 5968 5805 5265 4451 3498 2584 1767 1136 0780 0612 0526 0464 0419 0400 0390 0386 0400 0432 0460 0453 0431 0398 0371 0377 0415 170 8 0628 1074 1908 2785 3201 3772 4643 5361 5650 5867 6050 6079 5801 5219 4392 3438 2524 1712 1088 0739 0575 0493 0432 0391 0373 0364 0360 0373 0403 0430 0423 0403 0370 0348 0354 0392 171 9 0688 1184 2110 3093 3574 4237 5280 6132 6418 6518 6469 6254 5838 5201 4360 3405 2502 1701 1086 0744 0584 0505 0447 0408 0390 0381 0380 0390 0420 0445 0439 0419 0390 0370 0377 0412 172 10 0384 0358 0352 0338 0342 0342 0356 0380 0442 0632 1262 2500 3737 4363 4423 4171 3826 3452 3102 2869 2727 2645 2575 2521 2496 2483 2482 2506 2556 2588 2582 2551 2500 2449 2441 2483 173 11 0628 0651 0689 0720 0727 0752 0818 0909 1051 1395 2223 3503 4564 4996 4947 4638 4256 3850 3472 3221 3067 2978 2900 2839 2812 2797 2792 2819 2867 2903 2892 2857 2801 2746 2731 2780 174 12 0966 1051 1182 1295 1326 1391 1515 1655 1831 2201 2989 4073 4861 5099 4953 4592 4175 3741 3339 3074 2913 2820 2739 2676 2646 2629 2626 2647 2697 2731 2718 2682 2622 2564 2551 2592 175 13 1324 1529 1778 1966 2043 2156 2337 2524 2716 3067 3751 4604 5148 5241 5028 4633 4190 3730 3306 3026 2855 2755 2670 2603 2570 2552 2545 2567 2619 2652 2640 2598 2538 2476 2459 2509 176 14 1757 2047 2405 2702 2821 2977 3219 3438 3629 3931 4470 5098 5440 5427 5174 4762 4308 3837 3400 3109 2932 2829 2738 2668 2634 2615 2606 2631 2686 2721 2706 2664 2597 2534 2517 2565 177 15 2101 2513 3050 3494 3689 3929 4276 4557 4728 4934 5252 5569 5673 5532 5208 4746 4243 3727 3252 2934 2742 2630 2534 2458 2421 2399 2390 2416 2473 2511 2497 2452 2380 2312 2294 2346 178 16 2326 2899 3626 4259 4553 4901 5396 5771 5935 6045 6150 6201 6110 5852 5440 4890 4306 3712 3170 2810 2595 2474 2368 2286 2245 2221 2212 2239 2303 2348 2332 2281 2202 2128 2110 2168 179 17 2411 3075 3946 4730 5099 5554 6185 6655 6794 6808 6735 6589 6359 6008 5508 4875 4228 3585 3000 2617 2413 2330 2254 2183 2143 2122 2110 2140 2209 2257 2239 2185 2101 2022 2003 2069 180 18 2243 2958 3927 4819 5247 5780 6533 7082 7213 7192 7057 6838 6537 6105 5502 4772 4053 3354 2723 2312 2119 2084 2048 1992 1958 1938 1926 1959 2032 2083 2066 2009 1919 1836 1818 1884 181 19 0482 0385 0323 0289 0276 0272 0278 0297 0365 0609 1442 3064 4758 5834 6305 6444 6501 6524 6512 6531 6579 6731 6863 6936 6982 7005 7027 7047 7061 7052 7049 7041 7046 7055 7049 7049 182 20 0911 0776 0687 0619 0592 0575 0591 0640 0759 1107 2038 3575 4999 5815 6143 6227 6264 6280 6266 6280 6335 6524 6698 6795 6850 6875 6901 6919 6929 6921 6917 6910 6913 6922 6909 6919 183 21 1675 1593 1487 1415 1366 1352 1378 1455 1623 2028 2952 4280 5382 5959 6174 6214 6231 6229 6203 6206 6247 6402 6538 6610 6655 6674 6694 6712 6724 6716 6709 6701 6700 6708 6698 6702 184 22 2302 2252 2152 2080 2035 2023 2061 2152 2340 2745 3584 4701 5558 5976 6120 6131 6136 6133 6104 6103 6146 6310 6454 6530 6574 6596 6614 6633 6646 6637 6632 6622 6622 6625 6614 6625 185 23 2916 2915 2850 2787 2756 2752 2802 2902 3088 3461 4167 5039 5666 5952 6051 6051 6052 6045 6015 6014 6046 6160 6250 6298 6330 6345 6362 6379 6389 6381 6376 6370 6368 6370 6363 6369 186 24 3899 4009 4021 4030 4032 4051 4116 4207 4362 4619 5047 5524 5834 5968 6015 6007 6005 5992 5963 5964 5969 6012 6039 6058 6080 6090 6105 6122 6135 6131 6125 6116 6116 6121 6112 6124 187 25 4765 5029 5163 5267 5340 5389 5443 5484 5528 5540 5557 5578 5592 5602 5620 5613 5614 5611 5599 5615 5603 5603 5599 5606 5624 5636 5650 5668 5679 5674 5671 5668 5673 5683 5679 5691 188 26 4720 5217 5715 6101 6297 6495 6724 6861 6883 6837 6759 6671 6571 6429 6220 5952 5714 5470 5186 4986 4972 5180 5336 5384 5401 5404 5413 5451 5516 5551 5534 5490 5421 5358 5337 5397 189 27 4682 5300 5932 6441 6695 6973 7320 7509 7510 7418 7274 7106 6931 6700 6375 5988 5649 5315 4948 4690 4688 5023 5320 5442 5487 5496 5504 5544 5620 5658 5637 5583 5496 5414 5385 5453 190 1 0314 0337 0340 0344 0347 0355 0381 0435 0534 0824 1687 3241 4611 4989 4526 3704 2873 2117 1514 1157 0974 0875 0797 0739 0710 0697 0692 0709 0754 0790 0781 0752 0703 0657 0659 0703 191 2 0344 0368 0425 0455 0469 0494 0559 0654 0806 1181 2133 3653 4840 5052 4523 3685 2845 2084 1478 1118 0934 0836 0759 0700 0673 0660 0654 0672 0716 0752 0745 0714 0668 0623 0624 0668 192 3 0370 0441 0580 0697 0735 0810 0940 1102 1304 1744 2724 4133 5108 5171 4590 3736 2887 2114 1499 1135 0947 0846 0766 0707 0679 0664 0658 0677 0723 0760 0752 0720 0672 0626 0629 0668 193 4 0443 0604 0877 1119 1215 1359 1597 1842 2087 2543 3474 4690 5416 5335 4702 3834 2977 2195 1567 1192 0998 0894 0811 0748 0719 0704 0697 0717 0764 0802 0794 0761 0708 0661 0658 0710 194 5 0546 0803 1242 1649 1826 2061 2433 2778 3047 3484 4281 5214 5645 5402 4714 3826 2955 2161 1523 1146 0952 0849 0767 0707 0677 0662 0656 0675 0722 0759 0750 0719 0667 0623 0622 0668 195 6 0648 0958 1513 2040 2274 2583 3059 3476 3755 4156 4836 5560 5803 5465 4745 3840 2957 2153 1508 1125 0931 0827 0745 0686 0656 0642 0636 0655 0700 0736 0728 0697 0645 0602 0606 0642 196 7 0634 1014 1686 2350 2664 3069 3688 4212 4500 4847 5355 5808 5820 5363 4584 3651 2750 1938 1297 0929 0747 0653 0581 0529 0504 0492 0487 0503 0542 0574 0566 0540 0497 0463 0468 0507 197 8 0587 1014 1796 2600 2984 3503 4300 4962 5254 5514 5802 5961 5760 5200 4378 3426 2520 1717 1100 0754 0591 0510 0449 0408 0389 0380 0376 0389 0419 0446 0440 0419 0387 0364 0369 0407 198 9 0647 1114 1977 2870 3314 3903 4834 5595 5882 6065 6182 6135 5806 5195 4355 3401 2501 1706 1094 0754 0596 0516 0457 0417 0399 0390 0386 0399 0429 0454 0448 0428 0397 0376 0381 0417 199 10 0399 0365 0358 0354 0346 0347 0366 0397 0473 0700 1455 2971 4550 5367 5401 5007 4498 3968 3485 3168 2978 2867 2773 2699 2664 2647 2642 2673 2734 2777 2764 2723 2655 2590 2574 2634 200 11 0564 0572 0609 0635 0632 0653 0722 0818 0976 1371 2380 4036 5514 6140 6034 5549 4976 4388 3858 3510 3301 3179 3074 2993 2953 2934 2926 2957 3023 3068 3053 3005 2929 2853 2833 2892 201 12 0906 1006 1158 1268 1293 1372 1508 1668 1884 2340 3350 4810 5943 6305 6087 5570 4982 4387 3849 3499 3287 3164 3059 2977 2938 2916 2907 2936 3000 3042 3026 2977 2900 2823 2807 2859 202 13 1244 1439 1668 1862 1931 2040 2235 2448 2690 3163 4152 5502 6474 6712 6425 5857 5232 4602 4034 3663 3442 3310 3198 3111 3069 3043 3034 3063 3130 3174 3154 3101 3021 2940 2915 2979 203 14 1688 1986 2356 2660 2775 2951 3222 3491 3746 4191 5050 6138 6827 6895 6535 5936 5290 4641 4056 3673 3442 3309 3192 3103 3059 3031 3021 3049 3116 3162 3142 3089 3002 2921 2898 2955 204 15 2030 2419 2934 3358 3541 3782 4136 4455 4697 5060 5704 6447 6830 6745 6341 5739 5097 4452 3870 3489 3262 3128 3014 2927 2881 2855 2845 2872 2937 2983 2963 2909 2824 2744 2723 2781 205 16 2216 2754 3439 4024 4285 4619 5099 5496 5724 5999 6421 6843 6964 6738 6258 5598 4909 4220 3603 3198 2960 2819 2700 2607 2560 2533 2523 2550 2619 2666 2647 2592 2502 2421 2399 2460 206 17 2532 3232 4150 4978 5368 5845 6531 7071 7285 7415 7509 7519 7347 6965 6386 5650 4889 4136 3463 3020 2760 2609 2480 2379 2329 2299 2287 2318 2391 2445 2423 2365 2272 2181 2163 2229 207 18 2523 3294 4301 5215 5652 6191 6973 7564 7754 7792 7713 7538 7254 6824 6222 5469 4700 3943 3265 2820 2567 2430 2313 2216 2166 2139 2125 2158 2233 2285 2266 2206 2112 2022 2003 2071 208 19 0519 0428 0357 0322 0304 0302 0310 0335 0410 0683 1616 3471 5523 6935 7606 7830 7911 7929 7912 7930 7927 7955 7973 7993 8020 8038 8058 8082 8097 8089 8082 8074 8074 8086 8070 8079 209 20 0857 0736 0643 0572 0534 0535 0546 0601 0733 1114 2163 3953 5704 6778 7247 7377 7408 7390 7344 7339 7317 7324 7327 7333 7353 7364 7384 7404 7423 7419 7414 7403 7399 7400 7387 7397 210 21 1693 1602 1516 1455 1406 1400 1440 1529 1719 2173 3213 4748 6073 6790 7068 7104 7074 6999 6907 6866 6813 6785 6758 6746 6755 6759 6773 6796 6818 6818 6809 6793 6778 6770 6752 6778 211 22 2242 2202 2140 2085 2051 2046 2104 2220 2442 2917 3907 5265 6350 6895 7084 7076 7017 6920 6807 6748 6688 6653 6620 6605 6608 6612 6624 6647 6673 6677 6668 6646 6629 6614 6597 6617 212 23 2712 2724 2728 2717 2697 2707 2793 2927 3158 3616 4525 5709 6604 7020 7132 7070 6961 6820 6661 6567 6485 6441 6395 6366 6365 6361 6370 6398 6432 6442 6430 6405 6375 6350 6328 6364 213 24 3481 3621 3701 3744 3746 3791 3898 4054 4284 4695 5434 6319 6931 7184 7228 7136 7013 6857 6683 6574 6481 6429 6378 6346 6341 6338 6344 6374 6414 6431 6420 6389 6352 6323 6304 6346 214 25 4233 4572 4847 5042 5128 5245 5427 5619 5827 6139 6657 7229 7577 7666 7602 7411 7188 6926 6651 6462 6321 6236 6154 6097 6077 6065 6065 6105 6168 6195 6178 6135 6073 6017 5996 6050 215 26 5165 5819 6437 6914 7156 7410 7717 7946 8057 8097 8104 8088 8024 7898 7704 7409 7084 6720 6343 6075 5882 5761 5651 5568 5535 5515 5512 5561 5643 5685 5663 5610 5521 5433 5413 5492 216 27 5010 5744 6481 7073 7366 7692 8103 8406 8529 8556 8535 8470 8351 8154 7864 7459 7029 6567 6103 5781 5571 5465 5361 5275 5232 5205 5198 5243 5329 5375 5350 5288 5188 5094 5064 5148 217 1 0301 0302 0314 0329 0325 0335 0365 0421 0531 0844 1752 3351 4751 5159 4728 3925 3095 2325 1700 1320 1122 1014 0927 0861 0829 0814 0806 0828 0878 0920 0911 0876 0819 0765 0760 0811 218 2 0306 0353 0415 0467 0474 0512 0586 0695 0864 1267 2265 3819 5017 5251 4746 3922 3079 2301 1671 1292 1093 0986 0899 0833 0801 0785 0779 0800 0851 0890 0881 0846 0791 0739 0732 0782 219 3 0351 0449 0595 0713 0749 0828 0965 1129 1340 1793 2802 4250 5268 5377 4827 3989 3140 2356 1719 1334 1132 1022 0933 0866 0833 0817 0810 0831 0883 0923 0914 0877 0821 0768 0759 0811 220 4 0471 0632 0881 1098 1183 1312 1529 1760 2007 2484 3460 4765 5592 5589 5006 4161 3304 2507 1852 1450 1239 1122 1027 0955 0920 0900 0893 0917 0971 1014 1004 0965 0903 0846 0841 0890 221 5 0606 0845 1233 1579 1715 1916 2226 2534 2802 3268 4150 5232 5816 5672 5043 4181 3320 2517 1857 1455 1242 1126 1031 0960 0924 0905 0897 0920 0974 1016 1006 0968 0906 0850 0843 0892 222 6 0713 1040 1561 2039 2245 2522 2940 3321 3602 4033 4786 5631 5991 5733 5061 4182 3306 2493 1824 1417 1204 1088 0995 0924 0889 0872 0863 0885 0938 0979 0969 0930 0870 0814 0813 0860 223 7 0763 1148 1769 2350 2609 2956 3471 3916 4203 4587 5213 5857 6043 5690 4975 4075 3189 2371 1704 1304 1096 0985 0896 0830 0797 0779 0773 0793 0842 0880 0871 0834 0778 0725 0723 0769 224 8 0767 1215 1956 2669 3003 3432 4075 4619 4905 5229 5690 6084 6066 5613 4851 3924 3017 2186 1516 1118 0917 0810 0726 0665 0635 0619 0613 0631 0677 0713 0703 0672 0621 0578 0575 0621 225 9 0655 1133 1979 2846 3267 3827 4682 5389 5684 5904 6110 6165 5901 5321 4492 3533 2617 1801 1166 0806 0634 0547 0482 0436 0416 0406 0402 0415 0450 0477 0469 0447 0412 0385 0392 0428 226 10 0363 0347 0341 0334 0326 0334 0350 0389 0474 0735 1597 3326 5164 6116 6098 5555 4892 4225 3631 3243 3015 2884 2770 2683 2640 2616 2608 2642 2713 2764 2750 2700 2615 2537 2518 2584 227 11 0463 0457 0479 0490 0490 0508 0563 0645 0795 1188 2227 3993 5622 6322 6180 5607 4941 4274 3678 3288 3058 2924 2809 2721 2676 2654 2644 2676 2748 2797 2782 2729 2644 2563 2540 2601 228 12 0841 0933 1075 1186 1212 1284 1418 1587 1810 2294 3370 4950 6198 6595 6336 5745 5086 4426 3836 3452 3225 3092 2978 2890 2846 2821 2812 2842 2910 2957 2940 2888 2802 2723 2701 2756 229 13 0975 1129 1336 1507 1561 1659 1839 2040 2282 2773 3814 5268 6340 6609 6288 5664 4984 4307 3702 3310 3080 2947 2829 2739 2695 2670 2658 2689 2758 2804 2786 2734 2650 2567 2547 2607 230 14 1260 1514 1829 2092 2188 2338 2582 2832 3097 3582 4542 5793 6618 6732 6347 5697 4999 4304 3683 3277 3038 2901 2780 2688 2641 2615 2603 2633 2704 2750 2733 2677 2589 2508 2485 2545 231 15 1701 2040 2508 2913 3072 3291 3630 3950 4214 4642 5423 6363 6886 6833 6386 5716 5006 4306 3680 3271 3032 2894 2775 2684 2636 2610 2595 2625 2694 2739 2720 2665 2578 2495 2472 2529 232 16 2015 2516 3185 3759 4007 4333 4804 5208 5466 5799 6339 6900 7102 6883 6360 5646 4902 4167 3511 3082 2834 2686 2562 2466 2417 2388 2375 2405 2476 2525 2507 2448 2358 2273 2250 2312 233 17 2221 2793 3563 4227 4530 4911 5457 5912 6154 6415 6798 7152 7205 6919 6372 5646 4893 4148 3484 3047 2794 2645 2516 2419 2370 2340 2328 2358 2431 2481 2461 2403 2311 2223 2206 2268 234 18 2260 2984 3961 4832 5237 5757 6494 7070 7293 7413 7481 7449 7240 6825 6206 5427 4628 3842 3144 2688 2426 2274 2143 2043 1992 1963 1949 1981 2056 2109 2090 2032 1938 1850 1832 1897 235 19 0487 0394 0331 0299 0283 0281 0293 0327 0416 0728 1755 3766 5994 7520 8169 8255 8143 7952 7739 7606 7502 7444 7388 7355 7350 7349 7359 7389 7430 7441 7429 7400 7360 7332 7308 7342 236 20 0863 0731 0665 0612 0582 0579 0608 0676 0827 1252 2404 4377 6339 7533 7977 7985 7851 7654 7443 7314 7210 7151 7094 7062 7056 7054 7063 7092 7134 7145 7131 7101 7064 7030 7013 7042 237 21 1440 1365 1304 1272 1235 1243 1294 1401 1612 2121 3328 5204 6916 7858 8146 8065 7875 7632 7380 7222 7101 7031 6964 6923 6913 6906 6913 6942 6985 7001 6988 6952 6907 6865 6841 6875 238 22 1754 1737 1720 1718 1693 1709 1788 1922 2153 2681 3865 5625 7153 7935 8118 7969 7723 7431 7134 6945 6806 6724 6647 6597 6581 6573 6576 6605 6655 6673 6658 6618 6562 6513 6489 6523 239 23 2188 2225 2278 2317 2302 2343 2454 2617 2871 3406 4535 6114 7396 7984 8059 7852 7567 7241 6914 6703 6552 6463 6380 6325 6305 6292 6293 6324 6375 6397 6379 6335 6274 6218 6194 6235 240 24 2913 3091 3253 3362 3391 3468 3633 3841 4116 4629 5611 6872 7793 8141 8107 7847 7527 7168 6811 6572 6404 6305 6213 6148 6123 6107 6106 6140 6200 6228 6207 6158 6088 6022 5996 6041 241 25 3944 4236 4513 4718 4793 4918 5128 5358 5623 6044 6787 7660 8229 8393 8297 8030 7718 7367 7008 6765 6591 6484 6383 6314 6286 6270 6270 6307 6376 6406 6386 6335 6256 6184 6158 6217 242 26 4500 4989 5482 5876 6046 6261 6565 6835 7050 7317 7727 8158 8369 8333 8125 7774 7386 6961 6532 6236 6029 5906 5787 5702 5665 5641 5636 5679 5759 5798 5774 5715 5624 5536 5508 5574 243 27 4836 5562 6322 6950 7251 7588 8025 8359 8503 8553 8559 8523 8415 8213 7908 7475 7010 6508 6007 5654 5418 5271 5139 5036 4985 4954 4942 4989 5079 5129 5106 5036 4931 4826 4800 4882 244 1 0421 0415 0403 0405 0403 0404 0402 0400 0402 0413 0456 0514 0549 0553 0540 0525 0523 0527 0523 0527 0570 0706 0861 0954 0997 1018 1032 1044 1052 1057 1063 1067 1071 1078 1087 1090 245 2 0648 0678 0723 0755 0771 0784 0802 0793 0763 0727 0693 0662 0635 0604 0560 0519 0497 0485 0463 0453 0500 0676 0882 1003 1060 1085 1099 1113 1126 1135 1136 1135 1135 1134 1138 1149 246 3 0679 0753 0886 1000 1056 1115 1177 1179 1124 1044 0952 0863 0794 0722 0631 0545 0488 0443 0397 0374 0418 0606 0847 0991 1055 1083 1098 1115 1136 1150 1151 1143 1129 1118 1115 1141 247 4 0706 0838 1041 1228 1311 1413 1518 1526 1440 1318 1175 1042 0938 0834 0704 0585 0508 0451 0393 0366 0413 0620 0886 1045 1115 1143 1156 1177 1208 1230 1229 1213 1185 1161 1159 1191 248 5 0732 0884 1147 1386 1504 1636 1785 1779 1632 1441 1229 1038 0901 0770 0619 0498 0433 0390 0346 0332 0389 0614 0922 1114 1195 1227 1241 1267 1309 1341 1338 1313 1270 1229 1226 1265 249 6 0731 0943 1230 1505 1635 1791 1952 1926 1733 1495 1238 1013 0860 0721 0567 0454 0403 0374 0343 0335 0398 0637 0969 1172 1257 1288 1300 1329 1380 1420 1413 1381 1326 1273 1268 1314 250 7 0744 0955 1294 1619 1770 1954 2146 2123 1896 1620 1325 1067 0895 0738 0568 0447 0393 0365 0332 0324 0388 0626 0951 1145 1223 1249 1258 1288 1344 1389 1380 1342 1281 1224 1215 1268 251 8 0731 0987 1361 1708 1875 2085 2308 2298 2064 1776 1463 1189 1000 0827 0636 0491 0424 0384 0341 0329 0391 0632 0957 1146 1222 1248 1256 1284 1342 1385 1375 1337 1276 1217 1210 1258 252 9 0778 1002 1380 1750 1929 2149 2404 2417 2191 1907 1596 1319 1124 0939 0731 0568 0483 0426 0373 0354 0413 0643 0951 1132 1205 1228 1235 1261 1313 1353 1344 1308 1249 1195 1188 1238 253 10 0389 0381 0360 0349 0345 0343 0350 0351 0363 0392 0461 0536 0560 0533 0477 0433 0422 0427 0420 0422 0535 1049 1936 2655 3036 3210 3290 3329 3351 3356 3360 3361 3369 3377 3379 3382 254 11 0593 0563 0545 0532 0525 0525 0534 0526 0516 0528 0582 0642 0659 0626 0560 0506 0494 0503 0494 0493 0623 1170 2029 2685 3024 3179 3253 3291 3311 3316 3321 3325 3328 3341 3343 3350 255 12 0800 0797 0790 0793 0796 0804 0810 0779 0728 0688 0669 0652 0624 0574 0504 0453 0442 0450 0442 0443 0569 1112 1972 2629 2970 3125 3196 3236 3257 3262 3268 3273 3279 3290 3289 3294 256 13 0996 1014 1047 1076 1088 1110 1114 1054 0949 0842 0740 0649 0584 0520 0445 0392 0380 0386 0378 0379 0504 1059 1955 2638 2991 3152 3228 3268 3291 3299 3305 3309 3313 3320 3321 3325 257 14 1157 1197 1277 1345 1380 1423 1442 1356 1206 1039 0865 0717 0622 0538 0447 0382 0365 0365 0351 0348 0470 1027 1930 2614 2968 3128 3201 3244 3278 3292 3294 3291 3283 3277 3273 3293 258 15 1113 1227 1379 1511 1573 1650 1703 1623 1439 1229 1013 0828 0708 0602 0487 0406 0375 0366 0345 0338 0449 0970 1835 2495 2832 2982 3050 3097 3143 3170 3169 3151 3120 3093 3085 3116 259 16 1078 1208 1450 1649 1745 1853 1945 1860 1644 1391 1127 0905 0759 0632 0493 0396 0361 0346 0320 0312 0413 0891 1683 2269 2560 2685 2741 2792 2857 2902 2897 2866 2810 2753 2742 2792 260 17 1115 1315 1600 1846 1975 2107 2232 2144 1888 1594 1286 1023 0852 0701 0539 0423 0381 0363 0331 0320 0423 0921 1751 2373 2682 2813 2869 2926 3003 3054 3046 3003 2927 2853 2840 2898 261 18 1098 1307 1623 1896 2026 2176 2314 2227 1954 1646 1323 1049 0869 0711 0540 0420 0375 0356 0322 0311 0414 0905 1730 2349 2657 2787 2839 2896 2976 3032 3020 2971 2890 2814 2793 2861 262 19 0535 0479 0447 0427 0412 0411 0421 0422 0430 0470 0573 0670 0687 0626 0519 0438 0422 0432 0417 0413 0599 1506 3160 4664 5569 6014 6219 6314 6357 6363 6369 6370 6376 6392 6385 6388 263 20 0683 0627 0596 0571 0566 0568 0573 0569 0557 0578 0654 0718 0714 0646 0533 0449 0432 0444 0429 0422 0615 1530 3167 4622 5483 5902 6094 6183 6224 6231 6235 6234 6243 6257 6254 6254 264 21 0819 0775 0743 0733 0729 0734 0743 0722 0686 0676 0707 0724 0696 0620 0508 0426 0411 0422 0408 0403 0590 1486 3090 4512 5349 5757 5941 6027 6067 6071 6075 6077 6085 6097 6092 6095 265 22 1016 0978 0970 0970 0971 0987 0997 0949 0873 0813 0778 0737 0682 0599 0490 0412 0398 0409 0396 0393 0570 1444 3025 4426 5250 5649 5830 5913 5952 5958 5960 5959 5965 5978 5972 5975 266 23 1214 1188 1210 1228 1239 1261 1273 1199 1078 0963 0862 0765 0682 0588 0476 0399 0385 0395 0384 0381 0559 1440 3024 4412 5219 5606 5785 5865 5900 5905 5908 5910 5915 5928 5924 5927 267 24 1435 1450 1499 1539 1567 1601 1612 1500 1320 1127 0939 0778 0666 0565 0451 0377 0364 0374 0362 0362 0536 1421 3029 4441 5265 5659 5840 5925 5961 5967 5969 5970 5975 5987 5981 5984 268 25 1682 1730 1841 1934 1990 2046 2067 1924 1671 1399 1121 0894 0749 0627 0498 0412 0393 0400 0384 0379 0555 1452 3057 4430 5213 5582 5748 5833 5883 5900 5901 5888 5878 5869 5861 5885 269 26 1661 1776 1957 2107 2188 2278 2334 2187 1911 1605 1295 1037 0871 0730 0577 0472 0441 0437 0411 0401 0567 1422 2951 4246 4973 5311 5462 5547 5615 5651 5644 5616 5574 5534 5522 5563 270 27 1674 1788 1987 2172 2265 2359 2430 2282 1994 1677 1355 1087 0917 0770 0611 0500 0465 0457 0427 0417 0578 1423 2962 4287 5039 5389 5543 5632 5709 5749 5740 5701 5644 5595 5575 5624 271 1 0458 0440 0435 0425 0420 0418 0422 0432 0458 0514 0649 0825 0945 0994 1011 1010 1009 1006 1000 1000 1001 1013 1023 1031 1036 1041 1046 1053 1059 1062 1065 1065 1068 1071 1075 1079 272 2 0485 0467 0476 0476 0483 0483 0485 0482 0488 0488 0489 0490 0492 0495 0497 0498 0501 0502 0504 0507 0509 0512 0516 0519 0524 0527 0532 0536 0540 0545 0548 0550 0554 0560 0564 0568 273 3 0634 0742 0913 1058 1119 1199 1289 1328 1313 1275 1223 1166 1108 1033 0927 0809 0705 0610 0521 0469 0478 0583 0703 0765 0791 0801 0806 0817 0837 0850 0848 0839 0825 0813 0813 0834 274 4 0695 0871 1127 1360 1466 1593 1747 1812 1772 1687 1579 1465 1361 1238 1075 0899 0756 0630 0514 0447 0464 0609 0779 0868 0904 0919 0926 0943 0968 0987 0986 0971 0946 0924 0922 0949 275 5 0837 1055 1401 1710 1850 2021 2232 2312 2241 2115 1953 1786 1642 1475 1256 1033 0859 0709 0569 0488 0515 0716 0957 1090 1144 1166 1174 1196 1233 1259 1255 1234 1195 1162 1159 1196 276 6 0926 1198 1623 2007 2188 2414 2688 2781 2668 2487 2260 2031 1841 1628 1356 1090 0893 0727 0573 0487 0522 0767 1070 1239 1311 1337 1348 1375 1423 1457 1452 1422 1372 1326 1318 1364 277 7 0941 1251 1737 2197 2418 2688 3027 3139 2991 2761 2477 2196 1967 1717 1404 1108 0896 0724 0566 0480 0519 0765 1064 1223 1285 1307 1317 1346 1402 1442 1433 1398 1339 1284 1277 1328 278 8 0879 1170 1662 2150 2382 2680 3033 3136 2943 2664 2334 2019 1774 1521 1210 0931 0748 0608 0480 0416 0462 0697 0981 1131 1188 1209 1216 1243 1299 1343 1334 1296 1233 1177 1170 1220 279 9 0836 1128 1591 2042 2255 2531 2869 2948 2749 2470 2146 1841 1610 1373 1091 0843 0688 0570 0463 0413 0463 0691 0973 1127 1186 1204 1210 1237 1290 1331 1322 1286 1228 1171 1166 1220 280 10 0419 0371 0354 0345 0340 0336 0341 0351 0367 0417 0561 0793 0960 0998 0953 0899 0888 0897 0884 0880 1015 1530 2229 2703 2933 3033 3082 3111 3127 3131 3134 3138 3141 3152 3151 3155 281 11 0665 0619 0602 0583 0572 0578 0578 0579 0587 0634 0777 0974 1098 1112 1056 0998 0985 0995 0980 0974 1115 1641 2345 2823 3059 3164 3215 3243 3260 3262 3266 3267 3274 3284 3281 3282 282 12 0938 0929 0917 0913 0912 0918 0925 0905 0880 0880 0934 1011 1046 1020 0951 0890 0876 0886 0871 0865 1001 1517 2206 2671 2899 3000 3050 3078 3093 3094 3101 3103 3109 3116 3117 3126 283 13 1313 1331 1354 1374 1389 1403 1413 1368 1290 1214 1157 1110 1068 1005 0917 0846 0829 0836 0818 0810 0956 1520 2268 2767 3011 3119 3172 3201 3217 3219 3222 3223 3229 3235 3234 3241 284 14 1550 1616 1715 1796 1842 1884 1916 1849 1715 1557 1390 1242 1137 1036 0914 0818 0782 0770 0735 0714 0858 1459 2283 2845 3120 3242 3298 3333 3361 3371 3371 3365 3355 3351 3348 3357 285 15 1458 1603 1789 1946 2022 2108 2183 2123 1962 1759 1540 1345 1207 1075 0918 0788 0725 0688 0630 0596 0728 1316 2163 2757 3053 3182 3240 3281 3321 3341 3339 3320 3293 3271 3261 3286 286 16 1454 1624 1900 2117 2235 2356 2475 2424 2228 1987 1721 1484 1313 1149 0953 0789 0704 0649 0574 0530 0657 1253 2123 2732 3033 3162 3220 3267 3324 3358 3352 3324 3276 3228 3218 3258 287 17 1321 1535 1905 2225 2381 2554 2739 2676 2416 2099 1759 1460 1252 1057 0831 0654 0566 0513 0441 0405 0520 1076 1940 2562 2869 2999 3052 3108 3187 3241 3227 3179 3100 3023 3004 3066 288 18 1202 1438 1805 2137 2301 2488 2680 2636 2379 2068 1732 1434 1226 1032 0806 0628 0538 0482 0412 0377 0480 0979 1753 2306 2574 2686 2732 2784 2861 2913 2902 2854 2775 2698 2681 2741 289 19 0366 0307 0277 0257 0250 0246 0250 0263 0288 0367 0596 0939 1159 1170 1042 0921 0896 0915 0887 0869 1150 2355 4298 5954 6924 7394 7612 7713 7758 7764 7768 7767 7773 7787 7781 7785 290 20 0606 0529 0486 0453 0441 0436 0446 0454 0482 0572 0804 1099 1261 1243 1104 0979 0954 0973 0943 0924 1208 2382 4219 5746 6625 7049 7245 7335 7375 7380 7384 7381 7388 7404 7395 7394 291 21 0881 0820 0776 0753 0736 0738 0751 0750 0740 0793 0955 1144 1228 1174 1028 0904 0879 0897 0870 0851 1124 2274 4085 5589 6456 6874 7064 7154 7192 7198 7198 7197 7202 7214 7210 7205 292 22 1081 1021 0999 0977 0971 0980 0993 0968 0929 0933 1016 1113 1136 1064 0920 0807 0782 0800 0774 0758 1012 2106 3875 5360 6218 6632 6822 6909 6948 6952 6954 6951 6956 6968 6963 6963 293 23 1344 1289 1291 1290 1290 1306 1324 1270 1188 1132 1131 1138 1107 1012 0862 0748 0725 0741 0717 0702 0950 2052 3844 5346 6215 6632 6824 6911 6950 6952 6957 6953 6960 6971 6966 6969 294 24 1668 1665 1706 1738 1756 1785 1800 1710 1559 1415 1295 1191 1098 0978 0821 0707 0684 0699 0675 0661 0908 2025 3852 5382 6265 6690 6883 6973 7012 7016 7017 7016 7022 7031 7025 7027 295 25 2087 2122 2223 2301 2359 2408 2429 2291 2053 1792 1529 1302 1147 0998 0827 0704 0674 0685 0657 0640 0885 2017 3862 5388 6256 6672 6861 6953 7002 7011 7012 7004 6999 7000 6988 7001 296 26 2095 2244 2438 2611 2699 2799 2861 2714 2422 2091 1746 1449 1253 1079 0881 0734 0685 0673 0624 0596 0814 1857 3565 4958 5735 6099 6262 6350 6415 6443 6438 6411 6372 6341 6329 6362 297 27 1941 2095 2331 2540 2645 2766 2852 2722 2429 2098 1752 1456 1259 1082 0881 0729 0669 0644 0589 0558 0749 1691 3270 4565 5288 5623 5768 5854 5925 5960 5952 5915 5860 5807 5788 5835 298 1 0396 0416 0429 0453 0457 0463 0490 0520 0565 0669 0910 1240 1469 1551 1548 1495 1426 1346 1270 1220 1189 1174 1160 1152 1148 1149 1151 1160 1175 1184 1184 1179 1169 1163 1165 1180 299 2 0631 0691 0769 0835 0857 0893 0949 1004 1054 1149 1330 1542 1662 1682 1637 1546 1438 1319 1207 1134 1089 1065 1044 1029 1022 1020 1018 1028 1044 1054 1053 1044 1031 1018 1019 1034 300 3 0684 0838 1062 1257 1346 1454 1586 1682 1720 1747 1782 1804 1783 1706 1574 1396 1210 1023 0854 0747 0703 0706 0709 0703 0698 0694 0693 0703 0722 0736 0734 0720 0702 0685 0685 0712 301 4 0854 1087 1422 1711 1845 2003 2202 2321 2335 2300 2236 2153 2059 1928 1738 1508 1285 1068 0870 0746 0711 0762 0812 0825 0829 0829 0828 0840 0866 0884 0880 0864 0836 0814 0815 0839 302 5 0929 1210 1617 1994 2168 2381 2646 2798 2784 2710 2596 2460 2318 2134 1881 1590 1324 1078 0854 0718 0695 0798 0909 0954 0969 0972 0973 0991 1026 1049 1043 1021 0985 0956 0948 0983 303 6 1010 1350 1826 2272 2477 2738 3065 3237 3196 3078 2908 2717 2530 2303 1993 1655 1364 1099 0859 0715 0705 0865 1042 1125 1156 1165 1170 1191 1233 1263 1257 1228 1183 1142 1137 1173 304 7 1001 1354 1910 2445 2696 3011 3420 3631 3563 3402 3174 2926 2693 2414 2045 1655 1333 1050 0797 0650 0648 0821 1013 1098 1128 1138 1141 1165 1213 1249 1240 1209 1155 1107 1103 1148 305 8 0863 1218 1812 2407 2691 3058 3544 3765 3628 3381 3058 2729 2445 2128 1725 1336 1043 0802 0596 0485 0501 0675 0859 0937 0961 0967 0968 0994 1046 1086 1077 1044 0985 0935 0928 0980 306 9 0844 1153 1687 2219 2473 2807 3232 3395 3230 2969 2644 2324 2060 1779 1428 1102 0871 0690 0533 0453 0485 0673 0883 0981 1012 1021 1024 1047 1097 1134 1126 1092 1037 0987 0980 1032 307 10 0416 0359 0345 0330 0329 0328 0334 0342 0361 0420 0625 1008 1339 1475 1474 1437 1432 1444 1431 1427 1550 1962 2447 2744 2881 2942 2976 2996 3008 3013 3017 3019 3023 3031 3037 3035 308 11 0742 0710 0667 0647 0632 0631 0639 0647 0674 0768 1025 1395 1663 1754 1736 1691 1684 1693 1677 1671 1790 2207 2697 3003 3149 3213 3247 3268 3280 3282 3282 3284 3289 3297 3295 3297 309 12 1136 1140 1118 1107 1097 1098 1109 1106 1112 1166 1324 1533 1661 1681 1633 1578 1567 1573 1554 1545 1668 2094 2593 2899 3043 3109 3141 3162 3172 3173 3175 3175 3179 3183 3185 3188 310 13 1679 1690 1713 1736 1736 1751 1759 1731 1690 1663 1673 1700 1704 1664 1588 1519 1503 1509 1488 1478 1612 2083 2635 2975 3135 3205 3238 3260 3272 3273 3270 3271 3274 3281 3278 3280 311 14 2090 2224 2360 2469 2514 2569 2612 2570 2468 2332 2182 2042 1939 1833 1701 1583 1528 1497 1437 1395 1531 2062 2679 3049 3221 3296 3330 3357 3381 3389 3388 3377 3363 3354 3350 3363 312 15 1856 2040 2271 2469 2561 2665 2768 2744 2610 2433 2230 2038 1892 1741 1553 1380 1279 1206 1104 1038 1168 1732 2429 2863 3067 3153 3191 3224 3264 3284 3278 3258 3226 3196 3189 3216 313 16 1809 2063 2413 2694 2835 2989 3155 3154 2999 2782 2533 2295 2112 1919 1675 1446 1302 1189 1051 0960 1081 1650 2363 2806 3010 3095 3131 3173 3227 3260 3253 3221 3169 3124 3109 3150 314 17 1579 1876 2327 2723 2915 3144 3388 3385 3149 2839 2487 2162 1920 1677 1377 1114 0957 0839 0703 0621 0738 1325 2140 2678 2933 3036 3081 3133 3211 3262 3251 3200 3118 3039 3022 3081 315 18 1391 1683 2136 2531 2727 2960 3212 3217 2979 2671 2323 2003 1763 1524 1232 0979 0828 0718 0591 0519 0624 1149 1884 2368 2592 2683 2722 2769 2846 2899 2885 2839 2757 2679 2664 2722 316 19 0414 0329 0285 0263 0256 0252 0256 0270 0305 0417 0775 1395 1898 2060 1967 1837 1811 1839 1800 1774 2110 3367 5114 6442 7159 7494 7650 7725 7761 7760 7760 7756 7763 7776 7767 7770 317 20 0667 0575 0517 0474 0459 0454 0467 0483 0524 0659 1026 1553 1925 2010 1897 1766 1738 1762 1725 1699 2016 3208 4874 6140 6831 7152 7302 7372 7405 7404 7405 7400 7403 7417 7409 7411 318 21 1058 0992 0949 0914 0889 0894 0908 0910 0932 1039 1338 1732 1979 2002 1869 1735 1704 1727 1689 1665 1969 3132 4756 5986 6655 6967 7109 7181 7211 7210 7211 7207 7213 7225 7217 7218 319 22 1419 1342 1314 1292 1277 1285 1303 1288 1271 1328 1527 1781 1923 1896 1750 1617 1588 1606 1570 1546 1838 2983 4615 5865 6547 6867 7010 7082 7113 7113 7115 7108 7113 7124 7120 7115 320 23 1724 1670 1664 1660 1653 1672 1688 1654 1604 1603 1709 1851 1912 1850 1692 1554 1524 1542 1507 1482 1770 2911 4529 5757 6422 6731 6872 6941 6974 6972 6971 6966 6971 6983 6974 6976 321 24 2128 2127 2145 2171 2187 2212 2231 2169 2062 1981 1960 1962 1933 1827 1649 1504 1471 1489 1451 1425 1723 2906 4579 5843 6529 6847 6993 7063 7096 7093 7094 7086 7091 7102 7093 7094 322 25 2666 2719 2789 2863 2903 2950 2969 2856 2666 2457 2256 2081 1948 1800 1606 1457 1424 1440 1402 1376 1675 2870 4563 5839 6530 6853 7000 7071 7101 7099 7100 7094 7097 7111 7103 7101 323 26 2787 2941 3141 3311 3402 3498 3563 3431 3164 2852 2517 2219 2013 1821 1590 1406 1341 1323 1252 1202 1472 2621 4265 5491 6144 6444 6578 6651 6704 6721 6717 6694 6667 6648 6636 6657 324 27 2545 2741 3006 3230 3350 3476 3575 3456 3173 2837 2480 2163 1944 1737 1491 1293 1208 1168 1080 1024 1263 2347 3973 5223 5897 6203 6335 6415 6481 6510 6498 6461 6412 6368 6348 6387 325 1 0327 0351 0372 0387 0388 0403 0429 0472 0538 0694 1087 1681 2120 2254 2178 1988 1761 1524 1309 1172 1094 1051 1015 0989 0977 0971 0970 0984 1010 1028 1026 1013 0987 0967 0965 0991 326 2 0452 0512 0614 0701 0731 0782 0860 0942 1027 1187 1511 1914 2155 2188 2082 1889 1668 1441 1236 1106 1033 0993 0959 0933 0922 0916 0916 0925 0947 0964 0961 0947 0922 0904 0906 0927 327 3 0624 0741 0939 1103 1172 1260 1383 1494 1571 1682 1871 2070 2157 2118 1985 1780 1553 1319 1111 0980 0907 0867 0833 0809 0796 0789 0787 0798 0817 0833 0830 0816 0794 0774 0777 0799 328 4 0983 1258 1652 2003 2152 2342 2591 2773 2839 2875 2905 2908 2847 2708 2480 2181 1866 1549 1266 1086 0996 0965 0938 0911 0896 0888 0883 0896 0924 0946 0940 0920 0886 0857 0856 0888 329 5 1048 1371 1834 2249 2439 2666 2973 3173 3216 3202 3155 3075 2959 2775 2502 2165 1829 1501 1206 1020 0944 0955 0965 0952 0942 0935 0932 0948 0980 1004 0997 0973 0936 0904 0901 0934 330 6 1113 1506 2039 2533 2757 3041 3407 3642 3663 3607 3496 3350 3181 2952 2628 2243 1874 1522 1206 1010 0943 0988 1032 1036 1032 1027 1024 1041 1079 1108 1100 1073 1029 0991 0987 1021 331 7 1135 1514 2109 2682 2943 3279 3719 3998 4007 3920 3762 3568 3355 3076 2690 2248 1841 1465 1131 0929 0873 0951 1028 1048 1049 1046 1045 1065 1106 1139 1130 1100 1053 1007 1001 1049 332 8 0887 1317 2049 2778 3136 3598 4235 4625 4596 4429 4159 3842 3525 3130 2611 2058 1585 1172 0827 0631 0591 0686 0779 0803 0806 0802 0803 0824 0873 0909 0901 0869 0818 0769 0769 0816 333 9 0748 1097 1734 2385 2702 3124 3708 4033 3943 3725 3416 3083 2776 2417 1961 1502 1140 0841 0600 0476 0469 0575 0673 0701 0705 0703 0702 0720 0763 0795 0787 0760 0716 0676 0679 0725 334 10 0389 0362 0325 0319 0314 0318 0322 0325 0345 0413 0673 1211 1720 1974 2042 2038 2046 2057 2049 2051 2133 2391 2660 2811 2883 2916 2937 2955 2967 2969 2971 2975 2980 2990 2992 2998 335 11 0861 0803 0760 0721 0704 0698 0709 0729 0784 0940 1349 1956 2429 2640 2687 2670 2671 2679 2665 2663 2745 3013 3299 3464 3542 3576 3598 3616 3625 3623 3624 3621 3626 3631 3632 3635 336 12 1348 1336 1300 1272 1258 1251 1260 1282 1335 1472 1788 2195 2475 2578 2580 2547 2543 2548 2531 2526 2607 2872 3146 3301 3374 3406 3424 3439 3449 3447 3445 3443 3444 3450 3449 3445 337 13 1975 2009 2010 2021 2012 2027 2036 2042 2054 2100 2216 2352 2429 2437 2400 2355 2344 2349 2329 2323 2408 2679 2945 3091 3158 3187 3205 3219 3227 3225 3224 3222 3221 3230 3227 3227 338 14 2495 2643 2797 2915 2973 3028 3080 3076 3028 2949 2861 2777 2707 2627 2520 2410 2343 2292 2211 2157 2239 2575 2918 3104 3187 3221 3240 3260 3280 3286 3282 3270 3256 3245 3236 3252 339 15 2335 2583 2862 3085 3190 3313 3434 3452 3367 3232 3074 2917 2790 2648 2458 2265 2130 2013 1871 1775 1862 2300 2799 3085 3215 3268 3294 3322 3359 3377 3371 3348 3311 3282 3270 3300 340 16 2282 2591 2985 3320 3477 3656 3858 3913 3812 3649 3448 3245 3074 2882 2624 2356 2158 1983 1784 1650 1727 2180 2697 2988 3116 3166 3189 3224 3273 3304 3293 3258 3208 3156 3143 3182 341 17 2009 2396 2953 3448 3683 3964 4292 4375 4193 3918 3587 3261 2996 2708 2337 1974 1719 1504 1271 1121 1218 1781 2477 2893 3081 3154 3184 3233 3309 3358 3344 3292 3209 3130 3109 3169 342 18 1792 2168 2723 3216 3460 3745 4078 4169 3984 3708 3376 3047 2782 2494 2126 1770 1519 1310 1088 0949 1036 1551 2198 2588 2763 2829 2858 2903 2977 3026 3011 2964 2880 2804 2785 2846 343 19 0435 0350 0286 0268 0250 0249 0258 0269 0309 0447 0917 1774 2531 2846 2815 2696 2673 2705 2664 2636 2989 4216 5790 6901 7477 7737 7861 7923 7953 7950 7950 7946 7952 7966 7957 7958 344 20 0765 0673 0607 0560 0535 0529 0541 0565 0623 0806 1304 2061 2649 2857 2797 2677 2654 2680 2639 2615 2931 4042 5466 6472 6993 7230 7341 7397 7424 7422 7417 7415 7421 7434 7422 7427 345 21 1278 1181 1120 1078 1053 1048 1066 1086 1128 1295 1727 2320 2734 2843 2748 2620 2594 2615 2575 2549 2853 3937 5326 6303 6810 7039 7148 7202 7226 7223 7223 7218 7222 7233 7224 7225 346 22 1696 1621 1568 1536 1516 1519 1541 1544 1564 1696 2041 2493 2784 2829 2711 2578 2549 2568 2525 2498 2798 3883 5281 6272 6789 7022 7131 7187 7215 7209 7204 7201 7205 7212 7207 7205 347 23 2067 2023 1993 1973 1969 1971 1998 1988 1983 2065 2319 2648 2840 2838 2700 2560 2529 2547 2503 2475 2776 3862 5249 6224 6729 6957 7063 7117 7141 7136 7136 7131 7132 7146 7132 7138 348 24 2546 2540 2550 2556 2561 2586 2609 2582 2530 2536 2653 2807 2875 2813 2647 2497 2464 2480 2435 2405 2714 3823 5226 6200 6701 6927 7035 7088 7111 7108 7106 7102 7103 7117 7105 7107 349 25 3270 3337 3414 3479 3522 3567 3597 3518 3374 3223 3098 2994 2900 2763 2564 2397 2358 2376 2327 2293 2620 3792 5260 6274 6797 7033 7142 7197 7223 7218 7217 7212 7216 7223 7216 7216 350 26 3559 3767 3976 4164 4267 4366 4435 4326 4097 3806 3488 3198 2990 2787 2537 2325 2248 2224 2130 2064 2369 3539 5019 6032 6547 6778 6883 6946 6992 7003 6998 6978 6956 6939 6924 6946 351 27 3172 3439 3750 4011 4145 4292 4422 4336 4083 3768 3419 3100 2869 2641 2360 2116 1996 1926 1798 1710 1965 3062 4545 5600 6144 6385 6490 6559 6620 6645 6634 6597 6547 6504 6482 6522 352 1 0302 0299 0305 0304 0297 0303 0320 0345 0403 0565 1047 1879 2550 2761 2624 2306 1938 1567 1247 1046 0938 0879 0831 0794 0777 0769 0766 0782 0813 0837 0834 0814 0785 0757 0757 0788 353 2 0408 0478 0572 0649 0678 0727 0813 0905 1011 1228 1682 2278 2658 2721 2570 2293 1983 1667 1393 1217 1121 1066 1022 0988 0972 0963 0960 0974 1001 1023 1019 1000 0970 0945 0942 0973 354 3 0569 0682 0876 1046 1115 1210 1348 1485 1604 1808 2189 2634 2873 2855 2659 2349 2010 1669 1372 1185 1082 1025 0978 0942 0924 0916 0912 0925 0953 0973 0969 0949 0918 0892 0894 0923 355 4 0888 1143 1496 1809 1949 2117 2353 2551 2659 2785 2974 3149 3186 3065 2823 2484 2117 1750 1428 1223 1110 1048 0996 0956 0937 0925 0921 0934 0964 0986 0979 0958 0922 0893 0892 0923 356 5 1028 1389 1909 2386 2605 2875 3240 3512 3611 3659 3688 3670 3565 3356 3030 2611 2176 1751 1380 1147 1028 0977 0933 0894 0875 0863 0859 0872 0905 0930 0922 0898 0859 0825 0822 0857 357 6 1144 1549 2164 2730 2992 3316 3757 4071 4141 4131 4055 3931 3756 3498 3127 2668 2210 1764 1376 1133 1022 0998 0978 0947 0929 0918 0913 0929 0967 0995 0988 0958 0913 0879 0874 0911 358 7 1164 1580 2249 2870 3166 3534 4044 4394 4462 4422 4310 4143 3932 3631 3208 2699 2205 1737 1328 1078 0975 0975 0974 0953 0938 0928 0924 0941 0980 1010 1001 0973 0925 0885 0880 0926 359 8 1014 1518 2302 3077 3450 3928 4616 5083 5143 5057 4864 4602 4300 3893 3341 2711 2130 1598 1152 0890 0796 0823 0850 0841 0830 0822 0818 0838 0883 0917 0907 0876 0825 0779 0779 0823 360 9 0756 1167 1924 2724 3115 3647 4422 4947 4976 4836 4572 4242 3882 3425 2827 2188 1632 1153 0777 0574 0516 0559 0599 0599 0593 0588 0586 0602 0640 0670 0663 0639 0598 0565 0571 0612 361 10 0381 0340 0307 0297 0294 0292 0295 0305 0333 0436 0836 1659 2475 2931 3106 3148 3163 3166 3154 3157 3182 3265 3339 3379 3405 3418 3433 3448 3459 3459 3463 3460 3465 3472 3471 3477 362 11 0935 0867 0802 0761 0736 0729 0741 0776 0860 1085 1655 2513 3214 3563 3689 3711 3714 3709 3689 3686 3703 3775 3836 3870 3891 3900 3913 3926 3934 3931 3930 3926 3924 3927 3922 3928 363 12 1560 1541 1502 1478 1449 1449 1471 1518 1622 1853 2338 2963 3409 3607 3667 3660 3645 3620 3584 3569 3570 3615 3651 3669 3683 3688 3695 3708 3719 3717 3713 3704 3701 3698 3691 3700 364 13 2277 2324 2342 2341 2336 2346 2375 2424 2509 2658 2931 3239 3434 3513 3536 3522 3506 3482 3449 3436 3421 3425 3424 3424 3430 3435 3443 3455 3465 3464 3459 3455 3450 3448 3446 3458 365 14 2835 2955 3015 3061 3094 3113 3135 3146 3167 3170 3175 3180 3186 3190 3197 3193 3194 3194 3188 3197 3192 3194 3195 3200 3210 3218 3226 3239 3247 3246 3247 3247 3253 3261 3263 3269 366 15 2680 3040 3400 3692 3831 3981 4151 4245 4235 4175 4088 3988 3889 3757 3571 3346 3149 2954 2740 2593 2594 2792 2973 3049 3079 3088 3093 3118 3156 3177 3167 3137 3093 3055 3043 3074 367 16 2565 2960 3449 3849 4043 4254 4518 4645 4614 4511 4363 4200 4040 3843 3569 3255 2984 2721 2443 2254 2258 2532 2807 2936 2985 3002 3009 3040 3092 3124 3111 3074 3014 2960 2947 2988 368 17 2474 2974 3633 4219 4490 4820 5229 5416 5327 5132 4872 4589 4331 4023 3608 3161 2795 2459 2113 1884 1911 2323 2783 3024 3123 3158 3173 3215 3288 3336 3320 3267 3183 3103 3080 3143 369 18 2119 2570 3231 3822 4100 4441 4866 5052 4934 4706 4406 4093 3815 3494 3067 2622 2268 1952 1633 1427 1467 1893 2386 2655 2769 2809 2825 2867 2940 2988 2971 2920 2837 2757 2740 2798 370 19 0437 0360 0305 0276 0265 0257 0267 0281 0322 0477 1012 2036 3001 3472 3533 3456 3447 3477 3438 3417 3727 4771 6045 6906 7342 7537 7632 7684 7709 7704 7703 7698 7705 7718 7708 7712 371 20 0815 0703 0626 0572 0542 0535 0550 0582 0656 0887 1514 2506 3331 3692 3708 3619 3605 3629 3589 3567 3860 4860 6080 6915 7340 7531 7622 7671 7695 7688 7686 7682 7687 7695 7689 7686 372 21 1484 1388 1311 1261 1226 1222 1246 1274 1346 1574 2140 2934 3526 3747 3714 3613 3595 3614 3573 3550 3814 4740 5867 6630 7019 7195 7278 7325 7344 7339 7335 7329 7333 7341 7335 7334 373 22 1938 1863 1802 1763 1732 1733 1757 1783 1845 2045 2526 3166 3612 3750 3683 3574 3552 3568 3526 3502 3765 4684 5799 6555 6936 7107 7188 7233 7253 7246 7242 7236 7239 7247 7238 7241 374 23 2409 2368 2341 2303 2288 2290 2321 2341 2385 2550 2946 3452 3786 3865 3777 3660 3635 3650 3606 3583 3841 4746 5836 6564 6935 7101 7181 7224 7243 7238 7234 7226 7229 7237 7227 7228 375 24 3024 3039 3032 3037 3038 3057 3094 3094 3099 3184 3424 3720 3889 3883 3756 3620 3592 3606 3559 3530 3807 4759 5881 6623 7001 7169 7249 7291 7313 7306 7299 7295 7296 7306 7298 7298 376 25 3746 3843 3914 3972 4013 4054 4091 4057 3984 3927 3926 3950 3937 3847 3683 3533 3496 3511 3461 3430 3723 4718 5881 6645 7030 7204 7286 7329 7350 7345 7341 7335 7337 7351 7338 7335 377 26 4147 4411 4664 4874 4985 5093 5179 5112 4934 4691 4423 4174 3987 3799 3559 3342 3251 3206 3092 3011 3287 4307 5509 6285 6669 6839 6916 6971 7013 7024 7016 6992 6966 6949 6936 6955 378 27 4116 4423 4745 5020 5160 5307 5438 5381 5179 4906 4596 4307 4091 3870 3591 3334 3205 3123 2976 2871 3137 4212 5534 6415 6854 7046 7130 7190 7245 7264 7250 7219 7176 7139 7115 7148 379 1 0296 0310 0305 0298 0297 0301 0315 0340 0399 0581 1175 2285 3265 3590 3378 2901 2367 1847 1410 1140 0995 0917 0854 0806 0783 0773 0768 0785 0824 0854 0849 0825 0784 0747 0747 0786 380 2 0390 0438 0527 0600 0624 0667 0748 0847 0974 1252 1866 2722 3312 3434 3230 2847 2423 1999 1633 1399 1270 1198 1139 1093 1072 1060 1056 1073 1109 1139 1132 1106 1067 1031 1026 1064 381 3 0503 0603 0778 0920 0976 1061 1198 1342 1492 1780 2357 3095 3547 3580 3325 2908 2455 2006 1620 1376 1243 1167 1106 1059 1036 1024 1018 1036 1073 1102 1095 1069 1029 0992 0988 1020 382 4 0759 0961 1273 1551 1664 1817 2046 2251 2412 2664 3114 3625 3873 3797 3494 3049 2572 2101 1693 1436 1293 1215 1150 1100 1074 1061 1055 1072 1109 1137 1130 1103 1058 1019 1014 1051 383 5 1014 1338 1827 2260 2451 2698 3035 3317 3470 3639 3879 4094 4116 3931 3576 3098 2594 2096 1667 1394 1245 1161 1094 1043 1016 1002 0995 1012 1049 1078 1069 1041 0994 0954 0953 0988 384 6 1091 1535 2172 2769 3041 3390 3870 4244 4395 4498 4589 4612 4494 4216 3779 3223 2646 2085 1606 1305 1145 1059 0988 0934 0908 0893 0886 0903 0943 0974 0964 0933 0887 0842 0843 0880 385 7 1186 1655 2394 3080 3396 3797 4366 4791 4922 4959 4929 4828 4630 4302 3824 3233 2637 2063 1573 1266 1117 1054 1002 0955 0929 0915 0909 0926 0969 1001 0992 0959 0910 0865 0862 0904 386 8 1139 1656 2459 3236 3614 4093 4771 5265 5378 5358 5239 5042 4772 4377 3827 3172 2534 1935 1430 1122 0986 0957 0931 0895 0874 0862 0856 0875 0919 0953 0943 0910 0860 0813 0809 0854 387 9 0909 1413 2315 3229 3677 4272 5163 5809 5919 5843 5623 5307 4923 4408 3724 2956 2250 1617 1102 0808 0693 0685 0678 0652 0636 0627 0623 0640 0682 0715 0707 0679 0632 0592 0593 0636 388 10 0370 0328 0310 0293 0288 0288 0291 0305 0338 0463 0924 1856 2787 3315 3517 3554 3538 3499 3448 3423 3399 3389 3378 3376 3381 3387 3397 3413 3430 3437 3434 3430 3426 3422 3419 3430 389 11 0870 0823 0789 0760 0735 0728 0754 0800 0900 1163 1819 2826 3668 4094 4237 4234 4191 4122 4043 4000 3961 3941 3920 3911 3914 3913 3921 3938 3953 3956 3953 3941 3928 3919 3913 3925 390 12 1440 1411 1409 1413 1401 1415 1464 1538 1673 1963 2589 3434 4060 4335 4390 4326 4229 4109 3982 3905 3843 3810 3777 3756 3751 3747 3750 3766 3788 3795 3789 3771 3751 3731 3718 3731 391 13 1967 2038 2128 2191 2201 2235 2316 2417 2556 2815 3312 3913 4309 4448 4436 4330 4196 4041 3877 3772 3695 3654 3613 3585 3576 3568 3569 3586 3616 3630 3619 3596 3564 3536 3524 3550 392 14 2511 2737 2954 3116 3182 3271 3395 3517 3639 3816 4124 4456 4643 4668 4590 4429 4246 4036 3824 3679 3580 3521 3468 3429 3413 3403 3403 3423 3460 3479 3469 3442 3400 3364 3354 3388 393 15 2985 3427 3867 4221 4387 4578 4804 4971 5040 5057 5050 5023 4959 4850 4682 4440 4172 3884 3599 3401 3273 3200 3133 3083 3059 3046 3042 3069 3116 3143 3131 3098 3043 2994 2979 3020 394 16 2912 3402 3957 4415 4627 4870 5171 5371 5411 5382 5307 5209 5083 4904 4639 4302 3968 3626 3278 3037 2947 3010 3051 3043 3033 3024 3022 3050 3109 3145 3132 3089 3022 2960 2943 2993 395 17 2930 3486 4192 4803 5089 5424 5858 6125 6143 6057 5904 5717 5509 5229 4834 4363 3926 3497 3068 2776 2708 2895 3067 3123 3138 3135 3136 3173 3243 3289 3272 3218 3133 3052 3030 3092 396 18 2482 3048 3809 4494 4819 5218 5735 6037 6008 5859 5622 5351 5075 4726 4249 3716 3245 2802 2371 2088 2053 2333 2630 2766 2817 2829 2835 2872 2944 2991 2972 2918 2833 2747 2729 2787 397 19 0459 0378 0327 0297 0281 0280 0288 0305 0360 0559 1241 2554 3855 4576 4773 4751 4760 4792 4757 4745 5013 5885 6886 7531 7850 7989 8061 8106 8127 8120 8117 8111 8112 8126 8116 8120 398 20 0766 0667 0585 0530 0504 0494 0510 0544 0634 0909 1680 2957 4100 4683 4821 4783 4785 4811 4773 4761 5006 5822 6760 7371 7676 7809 7880 7922 7942 7934 7931 7926 7928 7941 7933 7931 399 21 1635 1514 1429 1366 1325 1315 1342 1392 1505 1819 2559 3616 4450 4824 4877 4817 4809 4829 4789 4774 4995 5734 6573 7109 7376 7498 7559 7597 7614 7604 7600 7593 7596 7606 7598 7600 400 22 2131 2058 1979 1922 1887 1879 1908 1960 2073 2366 3019 3893 4536 4791 4796 4718 4705 4721 4680 4664 4883 5626 6474 7023 7297 7419 7481 7516 7533 7527 7520 7513 7516 7521 7510 7511 401 23 2612 2587 2540 2497 2470 2469 2504 2556 2660 2921 3483 4199 4701 4879 4854 4768 4753 4766 4724 4709 4922 5627 6413 6911 7156 7266 7324 7358 7375 7363 7360 7354 7355 7368 7356 7353 402 24 3220 3241 3221 3210 3195 3214 3257 3297 3379 3573 3980 4468 4776 4855 4789 4688 4668 4681 4637 4619 4839 5554 6325 6802 7037 7143 7197 7229 7245 7234 7232 7225 7227 7236 7228 7226 403 25 4091 4221 4285 4336 4368 4403 4452 4459 4463 4504 4631 4781 4853 4820 4704 4582 4556 4568 4521 4501 4740 5494 6291 6779 7020 7128 7182 7216 7230 7222 7220 7214 7216 7225 7215 7220 404 26 4813 5125 5392 5604 5717 5823 5915 5894 5784 5619 5428 5248 5109 4958 4759 4566 4479 4427 4310 4231 4460 5257 6095 6591 6829 6931 6983 7025 7064 7072 7063 7042 7019 6996 6987 7011 405 27 4866 5232 5572 5860 6003 6152 6291 6267 6121 5902 5650 5411 5224 5028 4771 4520 4388 4299 4140 4027 4272 5225 6305 6989 7321 7463 7530 7580 7629 7647 7630 7600 7558 7522 7505 7541 406 1 0324 0322 0327 0328 0325 0329 0343 0378 0450 0675 1392 2746 3997 4438 4171 3561 2899 2266 1737 1410 1235 1138 1059 0999 0971 0956 0950 0971 1019 1056 1048 1017 0965 0919 0915 0960 407 2 0422 0471 0552 0619 0638 0684 0768 0876 1021 1352 2111 3222 4042 4237 3977 3488 2952 2425 1969 1680 1520 1430 1354 1297 1269 1255 1249 1270 1315 1349 1342 1312 1259 1210 1205 1248 408 3 0516 0615 0785 0918 0970 1046 1186 1340 1510 1861 2603 3611 4290 4391 4085 3567 3008 2460 1986 1689 1523 1429 1352 1292 1264 1247 1241 1263 1309 1345 1335 1303 1250 1202 1195 1236 409 4 0708 0898 1200 1466 1561 1711 1940 2164 2371 2732 3434 4306 4815 4790 4395 3801 3177 2570 2049 1720 1539 1438 1354 1290 1258 1240 1233 1255 1305 1341 1330 1294 1238 1183 1176 1224 410 5 0978 1301 1770 2186 2361 2596 2944 3247 3464 3781 4328 4925 5180 5018 4559 3928 3271 2635 2087 1740 1550 1444 1355 1289 1255 1237 1229 1250 1300 1336 1326 1289 1228 1174 1166 1211 411 6 1096 1539 2166 2745 3003 3338 3815 4213 4429 4674 5029 5352 5391 5105 4577 3892 3192 2519 1948 1593 1400 1293 1206 1138 1105 1087 1079 1101 1148 1185 1174 1138 1078 1028 1017 1067 412 7 1196 1681 2465 3189 3525 3964 4588 5086 5298 5445 5589 5642 5491 5115 4536 3815 3084 2390 1806 1445 1255 1151 1067 1004 0973 0955 0947 0966 1012 1047 1036 1001 0944 0897 0891 0939 413 8 1202 1739 2600 3413 3805 4310 5041 5611 5801 5872 5859 5746 5491 5063 4452 3710 2967 2268 1680 1323 1140 1049 0976 0918 0890 0873 0864 0883 0927 0963 0953 0918 0863 0818 0813 0861 414 9 1065 1653 2609 3558 4019 4632 5556 6270 6466 6485 6364 6121 5751 5214 4485 3638 2825 2080 1470 1107 0936 0866 0809 0760 0734 0720 0713 0731 0777 0812 0802 0769 0718 0674 0676 0722 415 10 0398 0366 0338 0327 0327 0326 0333 0354 0405 0582 1199 2456 3770 4525 4738 4651 4469 4246 4025 3879 3783 3729 3682 3649 3637 3632 3636 3659 3697 3717 3710 3690 3652 3620 3610 3640 416 11 0713 0672 0651 0641 0630 0639 0678 0740 0859 1172 1986 3308 4488 5076 5196 5065 4862 4623 4386 4233 4128 4069 4015 3977 3964 3955 3958 3980 4019 4038 4028 4004 3965 3930 3916 3946 417 12 1275 1311 1363 1407 1408 1441 1522 1632 1798 2162 2963 4091 4963 5323 5328 5139 4895 4625 4360 4188 4073 4007 3946 3902 3885 3874 3875 3897 3935 3953 3942 3912 3867 3824 3809 3838 418 13 1761 1874 2024 2139 2174 2245 2379 2524 2714 3080 3813 4758 5416 5628 5544 5289 4984 4654 4336 4126 3990 3911 3840 3787 3762 3751 3747 3770 3814 3837 3823 3785 3734 3683 3665 3698 419 14 2295 2517 2776 2971 3044 3156 3329 3506 3684 3985 4533 5175 5565 5639 5508 5240 4934 4601 4279 4063 3920 3838 3764 3709 3683 3668 3664 3689 3734 3761 3747 3708 3651 3600 3581 3622 420 15 2775 3152 3554 3890 4024 4202 4447 4659 4818 5018 5341 5683 5838 5785 5581 5261 4908 4529 4163 3914 3754 3658 3573 3509 3479 3460 3455 3482 3535 3568 3552 3507 3444 3386 3368 3415 421 16 3115 3691 4341 4895 5150 5448 5843 6142 6278 6360 6433 6463 6394 6205 5897 5466 5001 4512 4043 3720 3518 3396 3287 3204 3164 3141 3133 3168 3237 3280 3263 3210 3127 3048 3029 3091 422 17 3217 3871 4653 5323 5639 6017 6510 6869 6982 6991 6927 6813 6638 6366 5975 5463 4938 4395 3878 3525 3337 3275 3213 3146 3109 3088 3077 3113 3188 3238 3218 3164 3069 2983 2957 3025 423 18 2858 3517 4408 5194 5571 6031 6660 7096 7179 7128 6980 6765 6502 6130 5611 4984 4378 3783 3227 2853 2709 2768 2813 2796 2779 2763 2753 2789 2864 2914 2893 2833 2740 2649 2627 2694 424 19 0534 0432 0366 0325 0312 0308 0317 0338 0405 0653 1500 3168 4942 6065 6502 6586 6628 6663 6636 6638 6832 7457 8126 8524 8720 8809 8860 8895 8914 8902 8899 8890 8891 8903 8894 8893 425 20 0884 0752 0654 0594 0558 0554 0568 0613 0723 1055 1990 3576 5083 5942 6243 6283 6309 6335 6306 6308 6478 7037 7638 8004 8186 8268 8314 8349 8366 8358 8351 8345 8349 8362 8353 8351 426 21 1748 1619 1515 1439 1395 1378 1406 1472 1626 2022 2950 4320 5474 6061 6239 6240 6252 6269 6237 6234 6390 6903 7452 7790 7957 8033 8079 8111 8125 8115 8110 8102 8107 8116 8105 8104 427 22 2296 2201 2090 2020 1975 1961 2000 2076 2244 2643 3509 4697 5628 6066 6176 6149 6153 6165 6132 6126 6284 6809 7363 7698 7866 7941 7986 8017 8031 8020 8015 8008 8006 8018 8007 8007 428 23 2932 2864 2792 2737 2698 2693 2741 2824 2985 3350 4097 5061 5769 6075 6128 6084 6081 6092 6056 6051 6210 6714 7225 7526 7673 7737 7779 7806 7817 7805 7799 7793 7797 7806 7796 7796 429 24 3584 3594 3547 3513 3490 3498 3551 3636 3786 4097 4695 5415 5904 6090 6090 6025 6012 6024 5985 5976 6148 6671 7183 7480 7625 7692 7731 7760 7772 7763 7757 7748 7753 7761 7753 7753 430 25 4600 4731 4783 4823 4852 4890 4952 5010 5098 5246 5523 5825 6005 6043 5995 5914 5901 5910 5872 5866 6036 6507 6924 7150 7260 7310 7342 7369 7383 7374 7370 7364 7365 7377 7367 7369 431 26 5455 5862 6167 6401 6535 6649 6758 6794 6767 6681 6574 6468 6377 6272 6125 5961 5871 5800 5670 5586 5734 6217 6627 6831 6925 6964 6991 7025 7065 7074 7065 7039 7011 6989 6971 7004 432 27 5679 6124 6537 6874 7049 7223 7395 7455 7404 7276 7115 6953 6814 6651 6427 6177 6015 5876 5669 5527 5681 6310 6908 7222 7363 7419 7448 7492 7545 7564 7548 7509 7454 7412 7392 7430 433 1 0320 0306 0318 0319 0318 0317 0342 0383 0474 0748 1607 3236 4790 5373 5048 4298 3493 2734 2099 1706 1494 1374 1277 1202 1166 1148 1139 1165 1224 1269 1259 1219 1154 1089 1083 1137 434 2 0376 0416 0469 0518 0528 0559 0635 0746 0909 1312 2318 3918 5226 5575 5163 4400 3599 2840 2206 1812 1597 1478 1378 1302 1264 1244 1236 1261 1320 1366 1354 1313 1245 1183 1172 1223 435 3 0462 0544 0704 0827 0866 0944 1080 1247 1457 1910 2930 4418 5524 5727 5259 4481 3676 2912 2271 1871 1652 1530 1429 1350 1312 1291 1283 1310 1368 1415 1402 1359 1290 1224 1215 1270 436 4 0647 0843 1132 1375 1476 1617 1845 2090 2336 2802 3760 5042 5878 5915 5388 4595 3779 3004 2349 1939 1714 1586 1481 1400 1360 1339 1328 1354 1416 1462 1449 1405 1334 1266 1256 1312 437 5 0898 1195 1632 2015 2176 2395 2733 3055 3325 3772 4610 5629 6180 6057 5475 4663 3836 3052 2388 1972 1746 1617 1512 1431 1390 1369 1358 1382 1443 1488 1474 1429 1356 1289 1280 1333 438 6 1061 1444 2022 2535 2753 3052 3493 3885 4159 4561 5253 6017 6335 6085 5453 4618 3778 2982 2313 1894 1667 1541 1437 1357 1317 1295 1285 1308 1365 1409 1396 1351 1281 1218 1207 1261 439 7 1192 1658 2397 3075 3387 3796 4392 4896 5167 5481 5940 6354 6389 6005 5318 4456 3597 2790 2115 1701 1480 1357 1258 1183 1145 1124 1115 1135 1190 1232 1217 1176 1111 1052 1044 1097 440 8 1174 1717 2591 3419 3809 4316 5065 5674 5943 6173 6432 6586 6432 5951 5211 4310 3421 2592 1907 1491 1271 1152 1056 0984 0948 0929 0919 0940 0990 1032 1020 0979 0919 0863 0857 0906 441 9 1094 1690 2636 3580 4042 4647 5567 6309 6576 6711 6762 6664 6342 5776 4986 4057 3154 2324 1651 1248 1044 0933 0846 0783 0752 0736 0729 0747 0791 0827 0816 0781 0731 0685 0683 0730 442 10 0387 0371 0351 0339 0332 0335 0348 0378 0447 0676 1453 3030 4719 5696 5906 5679 5319 4915 4528 4271 4110 4016 3935 3872 3844 3830 3830 3859 3916 3951 3940 3901 3841 3778 3759 3814 443 11 0651 0629 0627 0631 0617 0630 0675 0757 0901 1279 2272 3927 5454 6211 6289 6003 5613 5187 4783 4518 4346 4245 4157 4092 4063 4048 4046 4074 4132 4168 4152 4112 4044 3979 3961 4007 444 12 1178 1245 1344 1421 1437 1488 1598 1745 1948 2398 3400 4852 6008 6458 6376 6009 5566 5095 4655 4364 4181 4073 3978 3905 3872 3851 3847 3874 3932 3971 3952 3905 3834 3766 3745 3794 445 13 1585 1737 1928 2083 2127 2219 2385 2579 2810 3270 4215 5483 6400 6677 6504 6085 5602 5096 4624 4312 4119 4005 3903 3826 3789 3767 3760 3788 3848 3884 3866 3816 3739 3669 3645 3696 446 14 2015 2258 2566 2807 2900 3040 3270 3505 3751 4190 5035 6104 6804 6945 6702 6236 5715 5173 4670 4335 4127 4004 3895 3812 3770 3746 3737 3766 3831 3870 3852 3797 3717 3636 3609 3666 447 15 2568 2935 3361 3720 3867 4066 4364 4646 4890 5267 5943 6731 7176 7177 6876 6384 5846 5288 4765 4417 4199 4069 3954 3867 3823 3797 3789 3819 3887 3929 3906 3851 3765 3684 3655 3713 448 16 2931 3451 4054 4554 4777 5060 5457 5800 6023 6301 6739 7193 7371 7230 6861 6319 5738 5139 4580 4202 3969 3827 3703 3607 3561 3534 3523 3556 3629 3677 3654 3592 3499 3407 3384 3448 449 17 3338 4071 4947 5710 6062 6490 7078 7545 7735 7845 7919 7928 7788 7478 7000 6369 5706 5026 4396 3967 3704 3543 3405 3297 3243 3210 3197 3235 3318 3374 3351 3283 3179 3079 3052 3127 450 18 3163 3939 4901 5737 6131 6619 7285 7792 7956 7986 7918 7771 7535 7172 6651 5988 5306 4615 3975 3544 3296 3175 3065 2966 2916 2885 2871 2909 2993 3050 3027 2960 2857 2756 2731 2802 451 19 0547 0437 0353 0313 0297 0294 0301 0331 0415 0715 1716 3672 5819 7293 7978 8191 8275 8313 8297 8316 8386 8611 8811 8924 8993 9028 9059 9083 9096 9085 9074 9063 9065 9074 9057 9056 452 20 0923 0760 0653 0585 0550 0538 0553 0606 0735 1126 2215 4094 5959 7117 7610 7751 7810 7836 7820 7835 7907 8140 8362 8486 8560 8599 8629 8653 8666 8654 8648 8641 8640 8649 8635 8636 453 21 1717 1576 1460 1375 1323 1308 1332 1412 1595 2058 3159 4836 6325 7162 7489 7567 7603 7619 7599 7610 7681 7921 8151 8279 8357 8390 8423 8445 8454 8443 8435 8428 8428 8439 8423 8425 454 22 2397 2283 2158 2066 2006 1992 2029 2133 2348 2838 3887 5359 6569 7201 7437 7480 7506 7516 7494 7505 7567 7778 7967 8074 8137 8166 8194 8216 8227 8214 8208 8198 8202 8207 8192 8195 455 23 3067 2994 2890 2806 2752 2743 2793 2914 3144 3627 4597 5873 6864 7352 7527 7551 7566 7576 7551 7561 7627 7832 8011 8110 8171 8200 8225 8248 8257 8246 8237 8229 8231 8237 8222 8224 456 24 3774 3774 3698 3640 3604 3609 3670 3807 4045 4500 5337 6366 7111 7460 7586 7595 7608 7610 7585 7598 7649 7800 7921 7989 8035 8057 8082 8104 8115 8105 8095 8085 8088 8097 8083 8088 457 25 4939 5066 5078 5100 5108 5146 5220 5355 5565 5898 6446 7057 7464 7650 7732 7740 7750 7747 7728 7745 7738 7752 7761 7776 7803 7818 7839 7857 7868 7859 7850 7841 7846 7852 7841 7845 458 26 6316 6684 6883 7040 7156 7248 7324 7390 7458 7488 7518 7554 7582 7603 7629 7619 7622 7618 7602 7623 7611 7610 7607 7618 7642 7657 7679 7697 7708 7702 7694 7687 7694 7705 7694 7698 459 27 6273 6849 7332 7705 7905 8107 8314 8453 8503 8489 8442 8386 8319 8218 8063 7846 7661 7462 7215 7046 7039 7225 7349 7383 7402 7400 7412 7456 7519 7543 7523 7474 7406 7345 7318 7386 460 1 0342 0347 0360 0366 0363 0370 0399 0450 0555 0855 1742 3373 4898 5450 5114 4363 3562 2806 2171 1775 1561 1440 1341 1265 1228 1208 1199 1226 1285 1331 1321 1279 1212 1149 1142 1198 461 2 0350 0378 0420 0449 0454 0478 0535 0626 0774 1156 2140 3752 5094 5464 5041 4262 3448 2681 2043 1648 1435 1316 1220 1144 1108 1089 1082 1105 1163 1208 1198 1158 1093 1034 1022 1076 462 3 0406 0477 0592 0682 0710 0772 0886 1029 1227 1665 2680 4194 5336 5549 5065 4269 3448 2678 2041 1647 1435 1316 1220 1146 1110 1091 1084 1108 1164 1208 1198 1157 1092 1032 1023 1080 463 4 0584 0697 0928 1123 1187 1300 1493 1705 1938 2409 3402 4775 5718 5809 5297 4501 3681 2903 2251 1839 1616 1489 1384 1304 1264 1244 1235 1261 1323 1371 1359 1314 1243 1175 1163 1223 464 5 0722 0971 1344 1680 1807 1995 2293 2583 2844 3306 4199 5320 5967 5881 5296 4473 3637 2851 2192 1782 1559 1434 1332 1254 1216 1195 1184 1210 1269 1313 1301 1258 1189 1127 1117 1172 465 6 0932 1285 1816 2291 2490 2763 3172 3542 3817 4237 4980 5827 6208 5984 5350 4509 3664 2866 2197 1781 1555 1430 1327 1249 1211 1190 1181 1204 1263 1307 1293 1249 1180 1118 1108 1166 466 7 0996 1416 2054 2637 2891 3234 3740 4178 4454 4829 5439 6070 6265 5945 5269 4404 3543 2736 2064 1650 1429 1307 1209 1133 1097 1076 1067 1090 1143 1186 1174 1132 1067 1007 1001 1050 467 8 1092 1569 2331 3057 3382 3816 4447 4977 5252 5550 5976 6347 6340 5921 5205 4320 3443 2624 1946 1532 1313 1194 1097 1025 0989 0969 0961 0981 1034 1074 1063 1021 0959 0903 0899 0946 468 9 0893 1412 2290 3161 3575 4131 4965 5648 5924 6127 6317 6377 6138 5592 4795 3860 2956 2132 1471 1083 0888 0784 0705 0646 0618 0604 0598 0615 0658 0692 0682 0654 0604 0565 0568 0610 469 10 0423 0382 0374 0357 0350 0356 0372 0407 0490 0754 1624 3401 5353 6468 6603 6182 5615 5020 4475 4116 3899 3772 3662 3578 3537 3515 3509 3542 3613 3661 3646 3595 3514 3434 3412 3475 470 11 0535 0523 0521 0528 0517 0532 0576 0650 0794 1176 2219 4048 5825 6712 6739 6303 5750 5173 4643 4293 4078 3951 3841 3755 3715 3692 3687 3719 3788 3835 3820 3768 3686 3603 3584 3642 471 12 0877 0917 1003 1065 1072 1122 1224 1361 1568 2037 3133 4817 6241 6802 6661 6152 5561 4956 4406 4043 3824 3694 3581 3493 3453 3429 3421 3453 3520 3567 3549 3495 3410 3329 3305 3365 472 13 1480 1642 1846 2017 2066 2164 2340 2543 2786 3277 4305 5727 6787 7104 6881 6368 5789 5198 4652 4292 4072 3942 3829 3741 3698 3675 3665 3696 3763 3808 3786 3729 3645 3564 3537 3594 473 14 1972 2204 2513 2754 2838 2977 3209 3449 3704 4175 5101 6304 7125 7309 7046 6536 5968 5381 4840 4481 4259 4129 4013 3925 3883 3857 3848 3877 3945 3988 3968 3912 3825 3743 3717 3774 474 15 2314 2639 3040 3362 3490 3671 3955 4237 4498 4934 5741 6728 7336 7396 7083 6549 5966 5365 4808 4436 4206 4067 3947 3854 3809 3782 3772 3804 3875 3920 3898 3838 3749 3659 3631 3692 475 16 2726 3222 3828 4334 4551 4836 5241 5595 5843 6172 6708 7286 7541 7410 7004 6413 5780 5130 4527 4121 3872 3721 3589 3487 3437 3407 3396 3430 3509 3560 3538 3475 3374 3278 3250 3319 476 17 2905 3529 4296 4941 5224 5591 6097 6511 6737 6967 7284 7573 7611 7371 6908 6273 5606 4926 4295 3869 3610 3455 3319 3212 3159 3127 3116 3153 3234 3288 3266 3200 3097 2997 2972 3041 477 18 3171 3937 4870 5708 6097 6574 7228 7735 7926 7998 7997 7915 7710 7358 6840 6169 5467 4753 4095 3648 3377 3214 3072 2962 2906 2875 2861 2899 2986 3043 3019 2952 2845 2742 2719 2795 478 19 0639 0493 0401 0354 0329 0321 0335 0368 0468 0806 1880 3943 6233 7860 8665 8953 9064 9099 9096 9128 9116 9112 9106 9120 9152 9172 9198 9220 9234 9221 9211 9197 9201 9210 9194 9196 479 20 0943 0777 0664 0591 0555 0539 0559 0612 0750 1162 2303 4297 6327 7643 8252 8457 8540 8564 8556 8581 8578 8597 8610 8629 8660 8679 8703 8723 8736 8723 8717 8707 8708 8718 8705 8706 480 21 1801 1655 1521 1435 1382 1355 1387 1474 1673 2160 3316 5092 6710 7657 8077 8214 8268 8281 8270 8294 8280 8274 8268 8278 8305 8321 8342 8363 8377 8364 8355 8344 8347 8355 8345 8347 481 22 2373 2267 2166 2088 2033 2023 2072 2189 2418 2943 4085 5738 7154 7928 8234 8288 8268 8206 8120 8086 8038 8012 7986 7979 7996 8007 8022 8045 8067 8065 8055 8033 8020 8016 7997 8010 482 23 2797 2773 2708 2658 2618 2620 2689 2828 3084 3621 4731 6261 7509 8147 8367 8355 8282 8166 8031 7958 7884 7842 7803 7784 7790 7797 7812 7836 7867 7871 7858 7835 7808 7786 7770 7792 483 24 3455 3503 3498 3486 3461 3484 3578 3746 4021 4562 5605 6973 8029 8536 8685 8630 8521 8371 8203 8104 8016 7966 7917 7890 7893 7895 7908 7936 7973 7982 7967 7932 7895 7867 7846 7877 484 25 4426 4597 4707 4774 4796 4858 4991 5179 5449 5911 6737 7736 8440 8736 8789 8686 8542 8365 8166 8044 7940 7878 7819 7784 7781 7780 7791 7825 7870 7883 7866 7826 7778 7739 7719 7753 485 26 5475 5892 6202 6426 6539 6673 6857 7055 7265 7547 7995 8475 8763 8838 8787 8622 8435 8210 7960 7794 7661 7581 7504 7450 7436 7428 7434 7471 7532 7557 7534 7488 7423 7368 7344 7399 486 27 6043 6703 7277 7730 7967 8208 8480 8692 8811 8864 8892 8905 8874 8786 8641 8398 8130 7820 7486 7246 7068 6957 6853 6776 6747 6728 6728 6775 6854 6892 6868 6808 6722 6638 6612 6692 487 1 0455 0433 0421 0410 0407 0411 0410 0413 0416 0432 0486 0558 0600 0601 0576 0552 0547 0551 0547 0550 0619 0854 1160 1359 1454 1498 1522 1538 1547 1554 1560 1564 1573 1579 1584 1587 488 2 0606 0601 0607 0614 0613 0620 0620 0606 0584 0569 0573 0586 0586 0568 0536 0508 0503 0507 0502 0504 0574 0820 1144 1352 1451 1498 1523 1540 1551 1557 1562 1566 1574 1580 1582 1591 489 3 0790 0821 0881 0929 0950 0976 1000 0970 0908 0832 0756 0688 0639 0589 0530 0480 0458 0448 0430 0424 0493 0769 1141 1382 1498 1548 1576 1595 1613 1627 1629 1627 1624 1618 1621 1637 490 4 0850 0926 1041 1145 1195 1254 1301 1271 1177 1060 0934 0821 0740 0666 0577 0504 0466 0443 0412 0401 0472 0762 1175 1451 1581 1638 1665 1688 1714 1732 1733 1723 1708 1694 1691 1716 491 5 0837 0959 1141 1293 1370 1458 1542 1508 1377 1217 1043 0890 0785 0686 0573 0483 0438 0412 0380 0369 0441 0738 1180 1477 1617 1676 1702 1729 1770 1798 1794 1775 1742 1713 1711 1745 492 6 0831 0992 1222 1431 1529 1649 1759 1717 1540 1330 1106 0915 0785 0669 0544 0450 0410 0389 0364 0359 0430 0724 1174 1481 1624 1681 1706 1739 1788 1824 1819 1789 1742 1695 1688 1735 493 7 0810 0986 1274 1518 1640 1780 1919 1868 1658 1410 1152 0932 0786 0658 0522 0427 0390 0373 0349 0347 0418 0701 1132 1422 1553 1603 1624 1657 1714 1756 1748 1713 1654 1599 1585 1639 494 8 0841 1041 1366 1658 1799 1965 2135 2090 1851 1572 1278 1028 0862 0715 0559 0448 0404 0382 0353 0348 0420 0713 1155 1450 1582 1632 1651 1684 1745 1790 1781 1739 1674 1611 1601 1653 495 9 0833 1042 1372 1674 1815 1994 2178 2138 1898 1617 1322 1070 0903 0754 0593 0479 0430 0404 0373 0367 0438 0723 1154 1446 1578 1626 1643 1674 1732 1773 1763 1722 1659 1598 1588 1642 496 10 0453 0415 0404 0392 0387 0386 0391 0394 0402 0430 0499 0565 0583 0549 0491 0446 0435 0439 0431 0436 0553 1126 2204 3150 3685 3934 4047 4100 4124 4129 4133 4132 4136 4145 4140 4149 497 11 0581 0541 0512 0502 0490 0494 0499 0495 0493 0512 0571 0630 0640 0600 0529 0474 0461 0468 0459 0461 0597 1220 2304 3213 3713 3947 4054 4103 4127 4132 4136 4136 4141 4150 4148 4153 498 12 0757 0712 0707 0703 0697 0706 0710 0690 0652 0634 0636 0636 0612 0562 0491 0439 0429 0436 0428 0431 0562 1165 2221 3098 3579 3801 3904 3953 3977 3981 3987 3987 3994 4001 4001 4008 499 13 0968 0944 0952 0962 0971 0984 0989 0938 0856 0776 0710 0646 0592 0531 0456 0405 0396 0402 0395 0400 0531 1143 2219 3102 3585 3806 3909 3958 3982 3989 3992 3993 4002 4010 4009 4016 500 14 1206 1224 1254 1295 1322 1346 1355 1269 1125 0973 0822 0693 0607 0531 0447 0391 0378 0385 0376 0379 0513 1151 2262 3164 3651 3874 3977 4028 4055 4065 4069 4065 4068 4074 4071 4081 501 15 1281 1339 1452 1553 1605 1657 1688 1587 1393 1179 0963 0783 0670 0573 0471 0402 0383 0382 0367 0367 0491 1101 2172 3039 3504 3715 3811 3863 3909 3930 3928 3915 3893 3871 3867 3893 502 16 1262 1375 1565 1721 1800 1889 1955 1850 1627 1375 1115 0896 0756 0637 0508 0420 0390 0383 0361 0355 0475 1065 2104 2939 3383 3580 3667 3726 3787 3822 3816 3787 3742 3698 3689 3733 503 17 1284 1427 1677 1888 1996 2113 2209 2102 1847 1557 1257 1006 0843 0703 0550 0443 0407 0392 0365 0356 0472 1056 2078 2889 3312 3499 3579 3642 3718 3766 3757 3716 3649 3582 3567 3630 504 18 1280 1469 1747 1983 2105 2240 2355 2244 1970 1657 1333 1062 0885 0732 0565 0449 0407 0391 0359 0348 0465 1056 2095 2925 3360 3551 3631 3697 3779 3831 3820 3772 3696 3622 3601 3661 505 19 0557 0514 0468 0441 0432 0434 0440 0444 0457 0508 0630 0750 0776 0712 0592 0503 0484 0496 0479 0473 0682 1723 3708 5634 6875 7513 7816 7949 8010 8022 8027 8027 8036 8051 8044 8048 506 20 0680 0640 0593 0573 0556 0559 0569 0566 0563 0600 0704 0802 0813 0741 0614 0519 0499 0514 0495 0487 0706 1766 3733 5596 6774 7376 7658 7783 7839 7850 7854 7854 7862 7877 7867 7872 507 21 0842 0784 0754 0737 0723 0724 0735 0720 0696 0708 0776 0830 0816 0733 0603 0507 0487 0502 0484 0475 0695 1754 3694 5498 6622 7190 7454 7572 7623 7633 7637 7636 7644 7656 7646 7652 508 22 1010 0964 0944 0934 0931 0943 0955 0921 0862 0833 0841 0837 0794 0703 0576 0484 0465 0478 0462 0455 0665 1697 3604 5380 6484 7040 7297 7411 7462 7467 7471 7471 7484 7501 7495 7498 509 23 1211 1204 1197 1204 1212 1229 1241 1178 1075 0991 0934 0872 0800 0697 0565 0472 0453 0467 0451 0445 0657 1710 3649 5435 6537 7092 7347 7460 7510 7519 7521 7518 7528 7541 7532 7537 510 24 1471 1461 1477 1505 1523 1549 1567 1473 1320 1172 1038 0912 0807 0692 0554 0460 0442 0456 0440 0435 0649 1728 3713 5535 6660 7223 7483 7597 7648 7657 7659 7654 7661 7676 7666 7673 511 25 1782 1788 1852 1901 1940 1981 1993 1858 1637 1404 1175 0976 0838 0712 0570 0475 0458 0471 0455 0451 0670 1776 3799 5646 6775 7339 7597 7714 7764 7771 7773 7770 7778 7790 7777 7784 512 26 2024 2053 2168 2262 2316 2382 2395 2226 1934 1622 1307 1045 0881 0741 0592 0493 0473 0483 0464 0458 0676 1778 3784 5581 6658 7186 7428 7538 7597 7612 7612 7601 7598 7593 7584 7598 513 27 1931 1998 2150 2276 2350 2427 2467 2295 1993 1668 1339 1070 0900 0760 0608 0505 0479 0482 0459 0451 0649 1679 3611 5374 6435 6950 7181 7295 7369 7396 7390 7367 7336 7309 7293 7329 514 1 0421 0398 0385 0376 0368 0373 0373 0378 0394 0440 0572 0771 0915 0970 0972 0961 0960 0965 0962 0965 1011 1157 1319 1414 1460 1482 1497 1509 1517 1522 1526 1531 1535 1544 1547 1553 515 2 0656 0631 0627 0618 0615 0617 0618 0615 0617 0637 0709 0807 0864 0874 0854 0833 0829 0833 0827 0826 0883 1070 1284 1409 1469 1497 1513 1528 1536 1541 1544 1547 1553 1559 1563 1569 516 3 0995 1056 1117 1172 1199 1229 1251 1238 1195 1139 1081 1029 0986 0937 0874 0814 0781 0757 0723 0703 0761 0994 1268 1430 1504 1536 1554 1570 1585 1595 1596 1591 1586 1581 1584 1595 517 4 1008 1131 1300 1436 1510 1580 1656 1664 1602 1511 1403 1299 1216 1125 1008 0891 0810 0743 0668 0622 0675 0925 1230 1406 1485 1517 1535 1554 1577 1594 1592 1580 1565 1549 1546 1566 518 5 1039 1201 1446 1670 1767 1887 2013 2029 1930 1790 1625 1467 1342 1210 1044 0886 0778 0691 0598 0545 0604 0903 1288 1524 1630 1674 1693 1718 1754 1779 1775 1755 1722 1692 1688 1718 519 6 1079 1307 1645 1943 2091 2259 2454 2487 2349 2157 1932 1717 1549 1371 1149 0944 0806 0697 0586 0522 0588 0918 1351 1614 1731 1777 1797 1828 1874 1909 1902 1874 1826 1783 1774 1813 520 7 1091 1348 1759 2125 2298 2511 2750 2787 2611 2371 2093 1832 1629 1423 1171 0945 0797 0683 0567 0505 0570 0907 1354 1625 1742 1789 1808 1841 1900 1941 1932 1896 1836 1779 1766 1819 521 8 0998 1254 1668 2067 2250 2483 2745 2761 2533 2241 1914 1619 1402 1192 0946 0739 0622 0538 0453 0413 0484 0811 1262 1546 1669 1716 1733 1768 1832 1878 1866 1826 1755 1689 1676 1736 522 9 0926 1175 1588 1971 2157 2385 2655 2678 2456 2170 1852 1565 1356 1154 0918 0722 0608 0529 0450 0417 0483 0777 1188 1449 1561 1603 1617 1648 1705 1747 1736 1697 1633 1574 1561 1621 523 10 0395 0367 0352 0341 0334 0338 0340 0347 0364 0412 0547 0760 0908 0927 0864 0800 0786 0795 0780 0774 0933 1592 2589 3340 3726 3898 3978 4016 4035 4040 4040 4042 4048 4055 4054 4053 524 11 0630 0601 0571 0548 0542 0542 0547 0551 0561 0613 0766 0982 1117 1127 1055 0983 0968 0979 0962 0955 1128 1823 2847 3615 4018 4197 4281 4322 4344 4347 4348 4348 4353 4360 4357 4361 525 12 0925 0881 0867 0850 0845 0848 0856 0841 0821 0837 0924 1043 1102 1077 0994 0920 0905 0915 0898 0892 1059 1735 2727 3463 3846 4020 4101 4140 4159 4164 4166 4162 4169 4175 4172 4177 526 13 1232 1208 1203 1222 1223 1235 1244 1205 1141 1098 1095 1108 1099 1043 0946 0869 0852 0861 0843 0836 1004 1694 2705 3449 3834 4008 4089 4130 4150 4152 4154 4153 4161 4171 4164 4174 527 14 1570 1601 1644 1688 1704 1734 1745 1676 1560 1436 1326 1235 1160 1072 0957 0869 0848 0854 0832 0821 1000 1741 2815 3595 3997 4178 4262 4305 4327 4332 4334 4330 4330 4338 4332 4339 528 15 1750 1831 1940 2037 2094 2146 2178 2090 1914 1712 1500 1315 1189 1070 0930 0822 0786 0778 0741 0720 0891 1630 2721 3518 3929 4114 4197 4244 4278 4291 4289 4279 4267 4256 4248 4268 529 16 1744 1904 2103 2269 2360 2455 2530 2445 2231 1981 1711 1472 1307 1154 0973 0831 0768 0737 0680 0646 0810 1556 2661 3460 3867 4049 4132 4185 4235 4259 4257 4233 4199 4164 4151 4187 530 17 1611 1801 2093 2355 2479 2624 2752 2664 2402 2095 1765 1478 1278 1095 0883 0715 0638 0595 0528 0491 0640 1358 2486 3325 3756 3944 4027 4090 4166 4212 4203 4161 4096 4031 4012 4066 531 18 1460 1683 2016 2308 2453 2622 2779 2703 2433 2113 1771 1472 1266 1073 0852 0678 0596 0547 0478 0442 0573 1219 2244 3009 3398 3566 3638 3698 3780 3831 3816 3772 3694 3618 3599 3665 532 19 0398 0341 0305 0283 0275 0274 0279 0289 0316 0393 0612 0927 1117 1109 0971 0847 0822 0840 0811 0794 1082 2375 4608 6668 7963 8623 8934 9074 9139 9148 9152 9149 9157 9173 9162 9168 533 20 0530 0448 0397 0372 0359 0355 0363 0376 0403 0489 0701 0959 1081 1036 0885 0759 0733 0752 0723 0706 0993 2283 4512 6581 7898 8580 8901 9048 9114 9125 9128 9126 9136 9151 9140 9141 534 21 0766 0685 0645 0613 0596 0596 0609 0606 0608 0664 0819 0984 1036 0963 0805 0682 0657 0676 0649 0632 0910 2178 4407 6500 7850 8554 8888 9037 9105 9117 9119 9118 9127 9144 9131 9137 535 22 1007 0941 0910 0894 0877 0887 0903 0876 0836 0841 0912 0980 0972 0879 0725 0609 0587 0604 0581 0568 0828 2057 4288 6417 7803 8530 8875 9030 9099 9110 9116 9112 9120 9136 9129 9131 536 23 1233 1175 1156 1154 1153 1165 1179 1130 1049 0999 1001 0995 0947 0840 0687 0574 0551 0569 0547 0536 0788 2011 4254 6398 7792 8521 8868 9022 9090 9105 9107 9107 9113 9130 9117 9126 537 24 1568 1515 1534 1559 1567 1598 1610 1519 1369 1230 1114 0998 0892 0764 0606 0495 0474 0490 0470 0460 0708 1940 4215 6380 7784 8518 8865 9020 9089 9101 9107 9104 9113 9128 9118 9121 538 25 1913 1922 1983 2042 2081 2122 2139 1999 1765 1524 1288 1081 0934 0791 0627 0516 0495 0511 0491 0482 0733 1986 4289 6459 7849 8569 8905 9055 9121 9132 9134 9130 9138 9155 9139 9148 539 26 2258 2300 2401 2496 2556 2622 2634 2439 2123 1781 1434 1148 0967 0814 0651 0541 0521 0536 0517 0510 0757 2010 4318 6484 7860 8568 8900 9046 9111 9121 9124 9122 9132 9148 9135 9146 540 27 2290 2352 2486 2608 2676 2756 2785 2602 2289 1947 1599 1308 1123 0963 0786 0664 0635 0642 0613 0599 0845 2054 4188 6092 7239 7802 8058 8178 8244 8261 8256 8242 8227 8220 8203 8225 541 1 0387 0363 0351 0339 0332 0328 0332 0347 0376 0459 0694 1061 1348 1480 1526 1531 1530 1523 1512 1509 1513 1535 1556 1568 1577 1584 1591 1600 1610 1615 1616 1618 1619 1626 1628 1634 542 2 0714 0719 0704 0694 0686 0683 0692 0710 0748 0834 1020 1259 1417 1482 1501 1498 1493 1485 1472 1469 1472 1489 1506 1515 1520 1524 1531 1538 1546 1548 1548 1550 1551 1553 1553 1558 543 3 1123 1165 1183 1191 1200 1203 1206 1208 1213 1212 1213 1213 1215 1216 1219 1216 1218 1219 1216 1220 1221 1222 1225 1228 1233 1237 1242 1247 1252 1253 1257 1258 1260 1268 1270 1274 544 4 1081 1262 1506 1698 1786 1888 2006 2060 2036 1980 1905 1822 1742 1644 1508 1352 1215 1085 0954 0870 0876 1018 1176 1254 1287 1298 1306 1320 1345 1363 1360 1345 1321 1298 1297 1318 545 5 1151 1394 1710 2001 2130 2286 2471 2549 2499 2399 2267 2127 2002 1851 1646 1425 1240 1070 0902 0797 0814 1024 1269 1401 1455 1478 1488 1509 1544 1569 1564 1541 1505 1472 1467 1498 546 6 1306 1579 1985 2349 2518 2719 2963 3061 2985 2845 2662 2470 2300 2103 1840 1566 1346 1147 0955 0834 0864 1140 1472 1659 1737 1767 1780 1806 1849 1880 1872 1842 1795 1751 1742 1783 547 7 1291 1630 2121 2567 2770 3033 3343 3461 3348 3154 2905 2654 2436 2192 1876 1555 1307 1094 0886 0761 0800 1113 1490 1701 1790 1824 1839 1869 1924 1962 1951 1916 1857 1800 1789 1840 548 8 1115 1448 1989 2491 2734 3038 3401 3513 3326 3050 2718 2397 2139 1864 1525 1206 0985 0807 0638 0542 0592 0899 1282 1494 1581 1612 1625 1659 1725 1774 1763 1719 1649 1579 1566 1624 549 9 0972 1298 1785 2251 2477 2763 3107 3198 3000 2722 2395 2085 1843 1592 1287 1011 0827 0682 0548 0479 0531 0808 1166 1370 1453 1483 1495 1526 1586 1631 1620 1578 1513 1451 1442 1496 550 10 0415 0378 0353 0341 0341 0339 0341 0349 0371 0429 0624 0991 1300 1411 1379 1321 1309 1323 1305 1298 1465 2067 2840 3350 3596 3703 3755 3784 3800 3803 3805 3804 3809 3818 3814 3820 551 11 0764 0707 0665 0647 0632 0630 0639 0647 0676 0774 1046 1448 1739 1826 1779 1708 1695 1706 1685 1674 1854 2492 3300 3837 4102 4218 4274 4304 4319 4319 4320 4319 4323 4330 4325 4330 552 12 1145 1115 1071 1054 1043 1050 1060 1057 1060 1125 1324 1591 1761 1784 1714 1636 1619 1631 1606 1594 1772 2418 3240 3790 4058 4178 4237 4265 4282 4280 4282 4280 4286 4290 4287 4287 553 13 1589 1578 1577 1580 1583 1589 1602 1579 1545 1543 1624 1736 1791 1759 1664 1577 1557 1567 1541 1526 1707 2372 3217 3777 4053 4174 4232 4264 4278 4278 4278 4277 4281 4287 4279 4284 554 14 2133 2180 2215 2247 2269 2293 2308 2255 2164 2074 2007 1956 1906 1824 1703 1602 1578 1588 1558 1541 1738 2455 3351 3940 4228 4355 4416 4448 4463 4462 4461 4457 4461 4468 4461 4464 555 15 2354 2472 2618 2744 2813 2876 2924 2854 2698 2507 2294 2102 1963 1827 1663 1523 1466 1440 1376 1334 1520 2257 3198 3818 4124 4257 4319 4355 4385 4397 4390 4377 4362 4352 4345 4358 556 16 2322 2508 2749 2946 3047 3149 3242 3189 3015 2795 2545 2315 2146 1979 1770 1586 1492 1433 1334 1269 1448 2196 3154 3783 4090 4223 4283 4326 4367 4388 4381 4360 4326 4295 4285 4310 557 17 2046 2328 2730 3065 3229 3422 3609 3569 3318 3001 2646 2322 2085 1851 1565 1316 1177 1080 0949 0867 1031 1810 2897 3643 4009 4166 4235 4295 4371 4419 4404 4356 4286 4214 4191 4249 558 18 1724 2026 2426 2774 2940 3144 3342 3302 3047 2728 2374 2052 1820 1592 1316 1081 0949 0857 0740 0669 0810 1497 2491 3183 3523 3666 3729 3788 3867 3915 3901 3856 3780 3703 3682 3744 559 19 0415 0351 0302 0280 0268 0266 0268 0286 0319 0430 0778 1374 1852 1995 1888 1747 1717 1745 1704 1677 2034 3433 5526 7257 8264 8752 8980 9085 9131 9133 9134 9130 9137 9152 9137 9136 560 20 0548 0472 0410 0378 0354 0352 0363 0380 0426 0558 0928 1484 1889 1983 1859 1713 1683 1709 1667 1640 1991 3379 5467 7207 8233 8737 8975 9083 9132 9137 9135 9131 9135 9150 9135 9139 561 21 0863 0778 0708 0669 0648 0640 0658 0671 0702 0827 1163 1618 1914 1948 1801 1652 1621 1645 1604 1575 1922 3301 5393 7153 8198 8716 8962 9072 9121 9126 9123 9121 9126 9139 9126 9129 562 22 1219 1131 1080 1049 1033 1035 1053 1041 1034 1101 1322 1605 1761 1729 1565 1418 1387 1409 1371 1345 1674 3037 5179 7021 8135 8691 8954 9071 9124 9130 9129 9126 9133 9145 9133 9140 563 23 1473 1408 1375 1355 1350 1360 1379 1345 1296 1310 1438 1606 1679 1611 1439 1294 1262 1283 1246 1223 1540 2892 5060 6939 8085 8662 8933 9056 9108 9115 9118 9111 9119 9136 9124 9126 564 24 1933 1901 1910 1913 1919 1942 1965 1900 1797 1731 1744 1777 1760 1648 1454 1298 1266 1285 1247 1221 1550 2951 5150 7013 8130 8686 8945 9064 9116 9119 9122 9116 9126 9141 9127 9137 565 25 2538 2564 2607 2668 2695 2741 2765 2648 2456 2267 2110 1979 1866 1712 1501 1339 1305 1324 1283 1256 1593 3020 5236 7092 8191 8737 8991 9106 9157 9161 9162 9157 9165 9181 9168 9172 566 26 3131 3215 3326 3429 3502 3568 3592 3421 3128 2798 2458 2161 1958 1770 1549 1382 1348 1366 1324 1297 1633 3066 5284 7123 8203 8734 8981 9092 9142 9143 9142 9139 9146 9159 9148 9153 567 27 3157 3290 3441 3579 3664 3744 3784 3615 3316 2970 2606 2290 2077 1884 1659 1487 1442 1447 1394 1359 1673 3023 5088 6756 7704 8155 8361 8457 8511 8523 8518 8502 8494 8487 8472 8491 568 1 0360 0328 0328 0325 0320 0325 0333 0354 0394 0500 0803 1294 1690 1865 1901 1864 1804 1732 1658 1611 1581 1565 1551 1543 1542 1542 1548 1558 1575 1586 1586 1581 1573 1569 1569 1586 569 2 0688 0706 0743 0772 0781 0801 0842 0890 0960 1109 1430 1849 2133 2234 2223 2147 2050 1940 1832 1762 1716 1691 1668 1653 1648 1644 1645 1657 1673 1685 1681 1672 1656 1644 1642 1655 570 3 0958 1050 1168 1257 1294 1338 1410 1478 1543 1654 1857 2089 2220 2236 2179 2071 1942 1801 1666 1577 1521 1488 1462 1442 1432 1428 1428 1437 1455 1469 1464 1450 1432 1414 1412 1433 571 4 1215 1457 1763 2013 2126 2263 2432 2552 2601 2629 2659 2670 2636 2543 2389 2177 1952 1715 1493 1346 1272 1253 1236 1213 1202 1196 1192 1205 1231 1251 1246 1225 1196 1167 1165 1191 572 5 1362 1665 2066 2416 2570 2764 2995 3144 3157 3116 3041 2943 2830 2676 2453 2181 1916 1654 1404 1240 1192 1260 1330 1350 1353 1353 1352 1368 1402 1426 1419 1393 1356 1321 1315 1346 573 6 1431 1805 2284 2714 2921 3158 3461 3637 3630 3550 3422 3271 3111 2901 2609 2270 1959 1663 1382 1201 1167 1305 1454 1517 1540 1544 1546 1568 1610 1640 1629 1599 1552 1507 1499 1537 574 7 1404 1785 2350 2866 3110 3402 3782 3994 3965 3849 3669 3463 3257 2998 2643 2247 1895 1569 1265 1073 1047 1220 1410 1496 1528 1537 1541 1565 1615 1652 1641 1605 1549 1495 1487 1529 575 8 1266 1716 2409 3066 3383 3783 4311 4580 4487 4274 3976 3656 3357 3005 2542 2062 1668 1323 1009 0822 0817 1043 1292 1406 1446 1458 1462 1493 1555 1603 1590 1548 1477 1412 1399 1457 576 9 1122 1493 2112 2707 2990 3361 3839 4057 3923 3679 3362 3033 2747 2425 2013 1602 1285 1016 0776 0639 0657 0891 1159 1292 1341 1354 1361 1390 1449 1493 1481 1441 1377 1317 1309 1364 577 10 0391 0371 0357 0341 0337 0335 0341 0349 0369 0440 0697 1208 1674 1884 1909 1871 1870 1883 1868 1864 2004 2470 3009 3338 3492 3559 3597 3619 3633 3635 3638 3640 3644 3651 3649 3656 578 11 0848 0766 0721 0688 0668 0666 0674 0694 0739 0890 1294 1911 2397 2599 2612 2568 2561 2574 2552 2545 2691 3194 3788 4162 4344 4426 4467 4491 4503 4502 4503 4498 4502 4510 4504 4510 579 12 1473 1424 1380 1356 1334 1335 1351 1361 1396 1523 1841 2272 2569 2663 2629 2565 2552 2561 2535 2524 2675 3206 3835 4233 4427 4512 4554 4577 4590 4587 4584 4580 4586 4589 4585 4587 580 13 1939 1950 1935 1929 1931 1929 1946 1946 1957 2025 2219 2467 2620 2641 2580 2509 2491 2498 2469 2456 2604 3119 3719 4091 4271 4351 4391 4411 4424 4420 4418 4413 4415 4424 4416 4422 581 14 2560 2623 2658 2683 2696 2717 2735 2714 2681 2666 2702 2759 2779 2738 2651 2567 2545 2551 2521 2506 2664 3203 3811 4184 4360 4438 4476 4497 4507 4505 4503 4498 4500 4505 4497 4498 582 15 2942 3109 3264 3391 3457 3523 3572 3535 3434 3292 3131 2981 2868 2754 2609 2474 2413 2378 2302 2253 2409 2996 3669 4078 4271 4355 4395 4423 4448 4453 4447 4434 4419 4409 4396 4412 583 16 2720 2960 3231 3466 3582 3707 3826 3817 3691 3514 3308 3110 2954 2789 2577 2370 2242 2144 2008 1914 2055 2675 3410 3862 4076 4167 4209 4246 4286 4304 4298 4271 4234 4201 4187 4216 584 17 2619 2975 3433 3817 4015 4235 4469 4479 4275 3992 3658 3341 3095 2837 2506 2193 1994 1836 1641 1508 1669 2448 3427 4053 4351 4477 4531 4585 4657 4699 4682 4636 4564 4492 4473 4529 585 18 2221 2570 3046 3465 3665 3907 4167 4192 3977 3689 3347 3024 2772 2509 2175 1862 1657 1492 1301 1176 1308 1992 2890 3472 3748 3864 3912 3965 4040 4089 4073 4022 3945 3871 3852 3910 586 19 0452 0359 0308 0284 0268 0266 0271 0287 0329 0465 0923 1749 2466 2747 2687 2549 2523 2555 2510 2480 2865 4266 6184 7654 8465 8849 9029 9112 9151 9149 9149 9140 9147 9159 9147 9151 587 20 0656 0547 0484 0432 0412 0407 0421 0442 0499 0678 1180 1972 2599 2819 2735 2593 2564 2595 2547 2517 2892 4263 6157 7626 8448 8841 9029 9114 9155 9154 9152 9146 9151 9159 9149 9150 588 21 0954 0847 0773 0728 0693 0687 0708 0730 0780 0959 1436 2123 2628 2774 2662 2511 2480 2509 2461 2429 2800 4175 6087 7578 8420 8826 9017 9106 9146 9148 9147 9139 9145 9160 9143 9151 589 22 1448 1349 1289 1249 1224 1229 1245 1252 1277 1419 1804 2329 2686 2751 2612 2456 2423 2447 2398 2367 2726 4089 6018 7536 8403 8822 9018 9107 9149 9148 9148 9141 9147 9157 9144 9152 590 23 1907 1845 1809 1787 1768 1777 1805 1787 1774 1856 2129 2493 2715 2714 2551 2391 2357 2377 2328 2296 2648 4010 5956 7499 8382 8809 9010 9102 9144 9142 9140 9136 9143 9153 9141 9149 591 24 2401 2360 2350 2350 2353 2376 2397 2359 2298 2304 2449 2649 2751 2690 2504 2336 2300 2321 2270 2237 2591 3972 5940 7491 8381 8811 9013 9105 9147 9148 9147 9139 9147 9160 9146 9153 592 25 3131 3171 3221 3268 3297 3341 3374 3295 3160 3049 3007 2998 2959 2832 2615 2433 2391 2411 2357 2321 2689 4102 6069 7586 8440 8852 9041 9130 9169 9170 9167 9161 9167 9182 9170 9176 593 26 3792 3902 4010 4112 4183 4248 4279 4152 3923 3666 3410 3188 3021 2839 2599 2409 2366 2385 2328 2290 2667 4110 6098 7613 8458 8860 9049 9134 9174 9173 9169 9162 9171 9179 9169 9173 594 27 4128 4283 4421 4554 4646 4725 4758 4606 4334 4005 3652 3337 3118 2916 2671 2479 2434 2454 2398 2362 2739 4187 6175 7682 8516 8906 9089 9171 9208 9205 9199 9192 9195 9204 9190 9194 595 1 0325 0317 0308 0307 0305 0311 0326 0350 0399 0536 0948 1669 2277 2527 2520 2373 2180 1968 1767 1635 1556 1512 1474 1447 1435 1430 1431 1447 1478 1498 1497 1480 1455 1433 1429 1461 596 2 0594 0631 0689 0734 0752 0784 0846 0918 1018 1229 1698 2337 2786 2928 2868 2694 2481 2253 2039 1899 1814 1765 1723 1692 1676 1670 1669 1683 1713 1730 1727 1708 1678 1652 1648 1675 597 3 0762 0859 1012 1126 1177 1239 1343 1447 1551 1742 2114 2570 2845 2885 2773 2561 2314 2056 1818 1662 1569 1517 1472 1438 1422 1413 1410 1423 1452 1472 1466 1445 1415 1387 1380 1409 598 4 1141 1357 1640 1878 1973 2100 2263 2407 2499 2622 2820 3026 3107 3050 2889 2644 2370 2083 1818 1643 1540 1480 1430 1390 1371 1361 1357 1372 1401 1423 1416 1395 1358 1326 1325 1352 599 5 1408 1762 2224 2617 2801 3017 3305 3522 3606 3658 3710 3735 3674 3513 3252 2905 2542 2171 1836 1616 1504 1462 1426 1390 1369 1358 1352 1368 1404 1431 1421 1393 1347 1309 1300 1338 600 6 1504 1899 2442 2927 3147 3413 3760 3993 4043 4026 3973 3883 3747 3536 3224 2837 2454 2074 1722 1492 1401 1423 1441 1428 1417 1409 1404 1423 1468 1498 1488 1457 1405 1359 1348 1391 601 7 1546 1995 2613 3169 3435 3753 4170 4443 4479 4425 4310 4154 3967 3708 3343 2905 2480 2067 1689 1447 1359 1408 1456 1456 1449 1442 1439 1461 1507 1542 1531 1495 1440 1387 1378 1423 602 8 1425 1949 2722 3441 3789 4228 4816 5194 5215 5108 4912 4662 4386 4019 3515 2943 2415 1924 1486 1216 1134 1232 1333 1359 1363 1359 1357 1383 1440 1483 1470 1429 1362 1300 1292 1342 603 9 1052 1493 2218 2925 3267 3714 4319 4671 4611 4419 4130 3803 3485 3101 2599 2071 1626 1237 0904 0711 0684 0835 1000 1065 1086 1090 1092 1118 1174 1214 1205 1167 1107 1051 1044 1098 604 10 0407 0363 0325 0308 0301 0300 0304 0317 0346 0453 0861 1681 2484 2910 3042 3049 3061 3078 3063 3066 3173 3506 3852 4048 4141 4184 4211 4230 4244 4244 4245 4242 4250 4258 4252 4264 605 11 0827 0757 0692 0655 0630 0625 0635 0662 0736 0950 1518 2410 3153 3516 3616 3611 3616 3629 3608 3607 3713 4048 4402 4612 4712 4757 4783 4803 4813 4809 4809 4803 4808 4815 4805 4808 606 12 1535 1473 1413 1371 1346 1335 1355 1392 1484 1711 2228 2928 3442 3660 3700 3675 3674 3679 3657 3654 3752 4075 4410 4604 4697 4738 4763 4779 4789 4784 4780 4772 4772 4779 4770 4776 607 13 2168 2158 2124 2094 2079 2074 2101 2136 2216 2398 2783 3255 3568 3680 3678 3636 3627 3633 3608 3602 3703 4026 4347 4527 4612 4650 4672 4688 4697 4690 4686 4683 4683 4685 4680 4686 608 14 2840 2899 2912 2928 2936 2952 2977 2999 3037 3117 3287 3479 3591 3606 3565 3508 3496 3500 3475 3469 3580 3913 4222 4386 4464 4499 4521 4536 4545 4541 4539 4535 4537 4542 4536 4540 609 15 3384 3634 3814 3948 4027 4095 4161 4162 4120 4039 3942 3850 3773 3687 3572 3451 3384 3334 3246 3188 3294 3676 4040 4229 4314 4350 4370 4394 4420 4427 4422 4405 4389 4376 4365 4386 610 16 3207 3532 3855 4136 4265 4411 4558 4596 4520 4391 4229 4068 3930 3774 3559 3333 3173 3032 2850 2726 2826 3310 3824 4108 4234 4285 4310 4344 4389 4413 4402 4369 4326 4286 4267 4308 611 17 3229 3664 4180 4631 4849 5097 5374 5451 5313 5088 4806 4527 4290 4025 3674 3313 3054 2826 2561 2378 2498 3166 3946 4412 4627 4714 4752 4800 4868 4910 4893 4842 4768 4696 4676 4727 612 18 2777 3215 3784 4268 4510 4783 5109 5203 5050 4806 4501 4196 3940 3653 3273 2889 2607 2361 2084 1898 2006 2641 3385 3823 4021 4101 4134 4181 4254 4301 4284 4232 4147 4068 4046 4107 613 19 0470 0367 0320 0283 0269 0263 0270 0290 0337 0507 1077 2132 3104 3563 3593 3486 3470 3503 3457 3430 3798 5077 6736 7947 8598 8899 9046 9114 9147 9143 9139 9131 9136 9148 9133 9137 614 20 0719 0594 0518 0469 0442 0436 0447 0477 0550 0778 1424 2475 3367 3753 3750 3634 3616 3646 3598 3570 3932 5190 6815 7998 8634 8931 9075 9144 9177 9172 9168 9159 9163 9175 9160 9165 615 21 1214 1093 1009 0949 0918 0911 0930 0962 1036 1275 1887 2780 3467 3717 3654 3517 3490 3518 3468 3437 3801 5086 6747 7959 8614 8921 9068 9141 9172 9170 9163 9155 9160 9177 9157 9164 616 22 1674 1580 1498 1451 1415 1418 1439 1462 1520 1730 2261 2990 3514 3667 3566 3419 3387 3413 3361 3328 3690 4983 6671 7917 8595 8915 9067 9141 9173 9169 9165 9158 9164 9172 9154 9166 617 23 2232 2187 2126 2090 2067 2072 2099 2111 2147 2314 2747 3320 3704 3785 3656 3499 3465 3487 3433 3399 3755 5037 6705 7929 8596 8909 9059 9131 9164 9159 9156 9148 9152 9164 9154 9157 618 24 2907 2888 2873 2858 2852 2867 2906 2903 2907 3012 3321 3710 3946 3950 3788 3620 3580 3599 3543 3506 3867 5156 6799 7988 8630 8932 9076 9144 9177 9172 9172 9158 9165 9176 9159 9172 619 25 3672 3743 3788 3830 3855 3899 3941 3898 3819 3782 3850 3959 3999 3909 3709 3525 3483 3499 3440 3400 3772 5097 6780 7991 8645 8949 9095 9164 9196 9190 9187 9179 9183 9194 9182 9188 620 26 4404 4559 4686 4790 4859 4928 4969 4874 4703 4508 4330 4178 4051 3887 3655 3459 3414 3432 3369 3327 3709 5061 6764 7978 8630 8931 9074 9140 9173 9169 9164 9155 9160 9175 9161 9166 621 27 4800 5022 5183 5340 5440 5531 5576 5456 5229 4941 4624 4335 4131 3938 3696 3499 3452 3471 3409 3366 3750 5115 6834 8052 8697 8994 9133 9196 9225 9222 9213 9207 9210 9224 9209 9216 622 1 0331 0327 0319 0314 0319 0315 0326 0350 0398 0551 1048 2000 2869 3224 3156 2865 2511 2141 1811 1597 1474 1405 1348 1304 1283 1274 1272 1291 1331 1362 1355 1333 1294 1255 1253 1294 623 2 0499 0532 0608 0660 0675 0715 0786 0875 0994 1258 1862 2731 3369 3560 3435 3139 2796 2442 2124 1915 1796 1726 1669 1623 1603 1591 1587 1605 1643 1669 1663 1636 1597 1559 1550 1583 624 3 0672 0780 0924 1045 1087 1160 1274 1399 1531 1795 2342 3054 3522 3615 3452 3139 2788 2427 2104 1895 1774 1705 1647 1602 1581 1568 1565 1582 1615 1640 1634 1608 1567 1529 1521 1557 625 4 1066 1246 1516 1741 1828 1951 2133 2301 2441 2671 3095 3596 3872 3862 3651 3315 2944 2563 2220 1996 1866 1790 1726 1678 1653 1640 1634 1651 1687 1714 1704 1676 1629 1590 1582 1617 626 5 1351 1681 2092 2464 2620 2821 3101 3331 3468 3632 3889 4145 4224 4100 3821 3426 2999 2565 2177 1925 1779 1695 1626 1572 1545 1528 1522 1539 1579 1608 1597 1565 1516 1471 1461 1502 627 6 1583 2008 2587 3105 3347 3633 4027 4325 4442 4501 4542 4536 4433 4217 3883 3440 2971 2500 2076 1801 1645 1559 1487 1431 1401 1385 1378 1396 1439 1470 1459 1424 1373 1324 1314 1359 628 7 1651 2139 2832 3466 3764 4123 4616 4975 5071 5070 5000 4875 4689 4408 4003 3495 2976 2465 2006 1709 1561 1512 1470 1424 1398 1383 1375 1396 1444 1478 1467 1429 1372 1318 1310 1355 629 8 1598 2150 2947 3688 4040 4478 5086 5513 5599 5559 5430 5233 4978 4622 4122 3522 2938 2375 1876 1560 1426 1424 1425 1396 1376 1363 1357 1380 1434 1474 1461 1420 1355 1295 1287 1337 630 9 1334 1895 2761 3625 4042 4580 5368 5915 5991 5904 5694 5408 5061 4596 3971 3263 2611 2011 1501 1193 1081 1119 1160 1154 1145 1135 1131 1154 1206 1246 1234 1195 1132 1076 1068 1120 631 10 0457 0382 0343 0327 0316 0320 0324 0336 0373 0512 1042 2151 3320 4028 4319 4402 4436 4450 4442 4454 4491 4602 4700 4757 4790 4807 4826 4840 4851 4849 4849 4846 4852 4860 4853 4858 632 11 0923 0840 0764 0716 0686 0679 0691 0732 0831 1106 1834 3008 4050 4613 4829 4878 4895 4899 4880 4884 4915 5034 5141 5201 5237 5254 5271 5286 5296 5292 5286 5280 5283 5287 5278 5279 633 12 1695 1620 1547 1493 1461 1446 1468 1531 1666 1985 2697 3690 4474 4860 4998 5016 5018 5008 4979 4975 4989 5068 5139 5179 5203 5214 5229 5242 5251 5247 5240 5232 5228 5227 5219 5222 634 13 2368 2342 2296 2263 2231 2230 2264 2335 2473 2763 3335 4057 4573 4804 4877 4870 4862 4845 4810 4803 4819 4898 4964 4998 5019 5031 5043 5057 5068 5064 5057 5050 5044 5046 5037 5044 635 14 3239 3335 3371 3389 3392 3419 3464 3534 3648 3838 4167 4530 4764 4862 4895 4879 4865 4839 4801 4791 4775 4777 4776 4778 4791 4797 4808 4823 4834 4833 4827 4818 4814 4813 4804 4817 636 15 3851 4057 4143 4227 4272 4319 4349 4377 4412 4423 4435 4453 4466 4476 4487 4481 4482 4479 4469 4481 4475 4473 4471 4476 4490 4499 4513 4528 4537 4533 4531 4527 4532 4538 4536 4543 637 16 3743 4155 4564 4899 5059 5228 5423 5530 5533 5474 5386 5284 5177 5041 4844 4603 4393 4184 3943 3777 3783 4011 4203 4278 4309 4318 4327 4358 4409 4435 4423 4387 4334 4284 4267 4309 638 17 3631 4148 4728 5220 5457 5723 6044 6213 6184 6068 5896 5706 5519 5282 4951 4571 4247 3935 3596 3363 3380 3750 4120 4298 4373 4399 4412 4447 4514 4553 4535 4487 4411 4336 4313 4366 639 18 3312 3853 4521 5098 5377 5705 6105 6308 6246 6080 5846 5588 5344 5046 4639 4186 3805 3448 3072 2817 2839 3269 3732 3973 4074 4111 4126 4166 4241 4287 4267 4211 4123 4040 4015 4074 640 19 0501 0407 0351 0316 0303 0302 0305 0325 0379 0564 1206 2439 3650 4294 4421 4354 4349 4383 4339 4318 4662 5822 7249 8238 8748 8980 9095 9151 9179 9171 9165 9157 9162 9175 9160 9166 641 20 0800 0680 0592 0540 0510 0503 0516 0551 0637 0904 1662 2937 4088 4668 4773 4705 4698 4727 4681 4662 4976 6053 7379 8300 8783 9003 9113 9169 9194 9186 9181 9173 9177 9188 9174 9178 642 21 1303 1177 1081 1014 0977 0969 0990 1032 1130 1428 2189 3350 4321 4767 4815 4729 4716 4741 4693 4671 4980 6045 7366 8289 8775 9000 9112 9168 9196 9186 9182 9174 9177 9188 9176 9179 643 22 1934 1850 1760 1693 1654 1652 1676 1720 1816 2103 2791 3766 4521 4822 4808 4701 4679 4702 4651 4625 4932 6006 7337 8274 8773 9004 9116 9173 9198 9193 9185 9177 9185 9195 9179 9181 644 23 2548 2494 2431 2376 2344 2346 2382 2421 2508 2767 3373 4186 4779 4987 4935 4816 4789 4806 4754 4729 5032 6087 7390 8300 8783 9007 9116 9172 9197 9188 9183 9178 9177 9187 9177 9182 645 24 3293 3290 3252 3226 3212 3226 3271 3304 3372 3577 4060 4679 5098 5211 5120 4984 4956 4972 4916 4890 5195 6248 7510 8372 8826 9034 9137 9190 9216 9208 9203 9191 9197 9206 9193 9201 646 25 4277 4346 4382 4420 4444 4482 4533 4541 4545 4623 4857 5153 5327 5315 5171 5017 4983 4996 4937 4905 5225 6301 7565 8413 8861 9065 9164 9219 9243 9233 9225 9217 9221 9232 9217 9227 647 26 5178 5361 5487 5599 5677 5746 5804 5772 5686 5594 5546 5525 5484 5374 5190 5017 4976 4990 4927 4894 5230 6333 7596 8436 8872 9071 9170 9220 9242 9235 9227 9217 9220 9231 9220 9223 648 27 5600 5883 6074 6239 6350 6445 6505 6435 6273 6052 5803 5574 5409 5246 5035 4853 4809 4824 4759 4722 5073 6231 7562 8439 8888 9091 9190 9238 9260 9253 9246 9236 9239 9251 9240 9241 649 1 0309 0300 0304 0299 0291 0298 0312 0346 0413 0628 1312 2590 3777 4275 4178 3769 3277 2771 2316 2019 1849 1752 1669 1607 1576 1562 1557 1583 1638 1678 1670 1637 1578 1524 1515 1565 650 2 0455 0503 0572 0636 0649 0688 0765 0868 1012 1336 2087 3181 4005 4251 4078 3686 3235 2776 2366 2100 1947 1859 1785 1727 1700 1685 1681 1703 1749 1784 1775 1743 1690 1641 1633 1673 651 3 0652 0755 0899 1015 1055 1123 1249 1387 1555 1898 2631 3628 4326 4489 4276 3860 3393 2919 2495 2221 2062 1970 1892 1833 1804 1786 1782 1803 1850 1885 1874 1841 1784 1735 1724 1765 652 4 0989 1164 1412 1623 1704 1823 2004 2192 2373 2709 3367 4202 4727 4788 4533 4092 3606 3115 2673 2384 2215 2117 2036 1972 1942 1924 1917 1939 1988 2022 2011 1974 1915 1859 1847 1890 653 5 1353 1656 2041 2373 2507 2690 2957 3200 3390 3679 4193 4773 5068 5004 4694 4221 3711 3193 2726 2422 2244 2142 2054 1987 1953 1935 1927 1948 2001 2035 2022 1982 1921 1861 1848 1893 654 6 1647 2069 2631 3116 3326 3593 3970 4279 4455 4656 4957 5247 5315 5133 4759 4242 3691 3138 2639 2314 2125 2015 1922 1852 1814 1794 1785 1809 1862 1900 1885 1844 1777 1716 1703 1756 655 7 1725 2257 2991 3653 3956 4339 4865 5280 5446 5556 5650 5677 5556 5259 4796 4195 3572 2953 2407 2053 1854 1743 1651 1579 1542 1521 1511 1533 1588 1629 1613 1571 1506 1444 1432 1485 656 8 1783 2389 3236 4024 4396 4866 5522 6021 6178 6225 6194 6082 5854 5479 4936 4262 3579 2913 2327 1953 1758 1674 1601 1535 1500 1480 1470 1493 1551 1593 1579 1534 1463 1398 1386 1440 657 9 1637 2281 3266 4212 4673 5276 6147 6812 6986 6981 6837 6585 6232 5730 5044 4235 3448 2705 2071 1677 1486 1420 1364 1307 1275 1258 1248 1272 1327 1369 1355 1311 1242 1180 1170 1223 658 10 0466 0390 0344 0316 0307 0308 0313 0333 0388 0578 1262 2631 4080 4988 5377 5483 5500 5475 5430 5417 5393 5384 5373 5372 5385 5394 5407 5427 5442 5444 5441 5433 5429 5429 5417 5433 659 11 0998 0910 0834 0785 0756 0751 0767 0826 0953 1294 2157 3531 4757 5430 5687 5725 5699 5638 5563 5525 5485 5464 5445 5437 5444 5449 5460 5480 5497 5497 5491 5477 5467 5460 5447 5463 660 12 1657 1618 1562 1530 1497 1496 1536 1618 1779 2159 2997 4187 5151 5632 5792 5780 5723 5637 5538 5486 5436 5407 5378 5365 5369 5372 5381 5397 5417 5421 5411 5395 5380 5365 5348 5365 661 13 2205 2232 2241 2238 2223 2243 2303 2416 2596 2972 3731 4713 5441 5763 5839 5774 5673 5543 5405 5320 5251 5210 5173 5149 5146 5144 5152 5171 5198 5206 5197 5173 5149 5126 5111 5131 662 14 2827 2949 3042 3098 3109 3156 3250 3377 3559 3884 4477 5180 5646 5824 5832 5730 5601 5447 5280 5171 5089 5039 4993 4962 4954 4950 4957 4979 5012 5028 5016 4989 4955 4922 4909 4942 663 15 3359 3634 3891 4081 4163 4265 4419 4574 4731 4957 5338 5752 5988 6031 5954 5781 5579 5346 5108 4945 4828 4759 4695 4648 4632 4623 4625 4651 4698 4724 4710 4674 4624 4577 4561 4604 664 16 4017 4516 5015 5405 5593 5795 6044 6227 6316 6347 6360 6352 6304 6202 6041 5794 5521 5217 4906 4687 4537 4442 4358 4295 4267 4254 4251 4287 4350 4387 4372 4326 4260 4195 4176 4230 665 17 4017 4621 5267 5810 6065 6360 6727 6978 7046 7030 6964 6866 6730 6523 6220 5827 5441 5042 4631 4344 4236 4308 4350 4333 4322 4310 4310 4349 4422 4466 4446 4388 4301 4218 4198 4260 666 18 3636 4297 5090 5784 6109 6503 7008 7344 7398 7339 7204 7023 6804 6495 6056 5523 5014 4511 4009 3664 3559 3698 3811 3824 3819 3809 3804 3843 3924 3975 3954 3889 3789 3692 3664 3737 667 19 0722 0578 0477 0427 0401 0392 0408 0444 0541 0847 1756 3362 4928 5829 6122 6138 6159 6190 6153 6145 6392 7187 8083 8654 8939 9069 9140 9181 9201 9193 9186 9175 9180 9188 9176 9177 668 20 1247 1097 0976 0903 0861 0850 0869 0923 1058 1431 2386 3900 5256 5976 6182 6170 6181 6206 6166 6158 6393 7169 8059 8637 8933 9066 9140 9180 9200 9192 9185 9173 9179 9190 9174 9179 669 21 1603 1470 1352 1271 1230 1213 1239 1301 1443 1825 2758 4155 5348 5948 6094 6058 6061 6083 6042 6029 6272 7081 8012 8621 8933 9074 9148 9189 9208 9200 9192 9179 9185 9198 9183 9181 670 22 2139 2017 1912 1838 1790 1779 1811 1879 2025 2407 3282 4536 5554 6031 6124 6070 6066 6085 6042 6027 6266 7069 7998 8608 8925 9070 9147 9186 9207 9198 9191 9182 9187 9199 9184 9186 671 23 2642 2576 2473 2405 2358 2356 2394 2467 2618 2992 3818 4949 5828 6218 6275 6211 6202 6220 6176 6162 6391 7164 8053 8633 8934 9071 9143 9186 9204 9194 9185 9175 9178 9190 9177 9174 672 24 3505 3483 3419 3377 3347 3354 3406 3484 3632 3967 4659 5535 6160 6397 6387 6296 6280 6295 6244 6225 6470 7264 8135 8686 8968 9096 9163 9202 9220 9210 9204 9193 9197 9207 9195 9200 673 25 4724 4825 4840 4861 4868 4901 4973 5047 5166 5404 5870 6421 6775 6875 6814 6705 6685 6695 6643 6624 6871 7615 8369 8824 9054 9157 9215 9248 9268 9258 9246 9237 9240 9248 9238 9242 674 26 5681 5902 6023 6129 6201 6269 6343 6368 6378 6406 6511 6637 6690 6641 6506 6364 6332 6343 6283 6258 6550 7401 8258 8772 9027 9142 9205 9242 9260 9249 9241 9229 9230 9245 9229 9237 675 27 6390 6737 6949 7130 7260 7367 7441 7421 7337 7196 7029 6879 6766 6643 6476 6316 6283 6298 6233 6205 6523 7422 8305 8824 9077 9184 9246 9280 9297 9285 9277 9266 9268 9278 9268 9273 676 1 0326 0319 0315 0312 0300 0306 0326 0361 0446 0709 1554 3186 4801 5513 5344 4727 4015 3313 2699 2302 2076 1947 1839 1755 1714 1692 1684 1715 1785 1837 1826 1781 1705 1631 1614 1674 677 2 0416 0441 0492 0531 0539 0568 0639 0744 0913 1328 2370 4044 5471 5959 5663 4988 4245 3518 2889 2484 2253 2121 2010 1924 1881 1858 1848 1879 1947 1999 1984 1938 1857 1780 1767 1828 678 3 0599 0671 0825 0939 0975 1045 1178 1341 1555 2018 3060 4593 5769 6077 5720 5038 4303 3587 2964 2564 2336 2204 2095 2009 1967 1944 1935 1964 2031 2080 2065 2017 1939 1862 1848 1909 679 4 0945 1134 1413 1643 1725 1859 2076 2307 2553 3029 4008 5331 6242 6380 5967 5274 4536 3815 3181 2773 2540 2404 2290 2202 2157 2132 2122 2150 2218 2268 2251 2201 2119 2040 2023 2085 680 5 1262 1577 2012 2385 2533 2743 3060 3368 3631 4077 4913 5942 6538 6495 6009 5286 4531 3793 3144 2727 2489 2351 2236 2147 2100 2074 2064 2092 2160 2207 2190 2137 2056 1975 1960 2019 681 6 1548 1967 2530 3017 3224 3504 3910 4272 4534 4915 5569 6295 6626 6454 5937 5217 4466 3729 3082 2665 2425 2287 2169 2080 2035 2010 1999 2027 2094 2141 2123 2071 1988 1909 1894 1953 682 7 1683 2164 2898 3539 3827 4202 4734 5174 5414 5677 6054 6398 6435 6136 5581 4851 4098 3364 2723 2311 2078 1945 1834 1747 1705 1681 1669 1695 1758 1804 1788 1739 1661 1588 1575 1629 683 8 1839 2473 3401 4254 4660 5180 5917 6513 6745 6888 6990 6990 6785 6349 5701 4895 4080 3292 2613 2180 1939 1802 1689 1603 1559 1534 1521 1548 1610 1657 1641 1589 1512 1438 1426 1481 684 9 1871 2553 3549 4503 4962 5553 6418 7094 7311 7361 7278 7079 6750 6256 5576 4751 3926 3139 2466 2041 1812 1688 1585 1506 1464 1441 1430 1455 1513 1558 1541 1493 1419 1352 1339 1393 685 10 0467 0403 0361 0335 0326 0325 0335 0366 0439 0692 1533 3200 4984 6099 6502 6494 6350 6146 5933 5798 5700 5646 5596 5564 5558 5558 5566 5593 5635 5655 5644 5618 5583 5550 5536 5568 686 11 0798 0717 0663 0629 0607 0609 0640 0706 0844 1220 2219 3890 5464 6337 6602 6534 6362 6143 5917 5776 5672 5613 5557 5522 5515 5513 5521 5546 5587 5606 5595 5566 5528 5494 5477 5507 687 12 1548 1524 1540 1546 1535 1556 1628 1745 1940 2381 3363 4776 5929 6466 6558 6412 6193 5936 5681 5515 5401 5331 5266 5224 5211 5205 5209 5233 5275 5295 5280 5248 5204 5162 5141 5177 688 13 1950 2021 2103 2163 2169 2214 2325 2482 2707 3168 4114 5388 6347 6735 6735 6519 6239 5928 5619 5415 5278 5196 5121 5068 5047 5034 5035 5062 5108 5133 5117 5079 5025 4971 4950 4991 689 14 2509 2676 2846 2989 3022 3111 3268 3462 3703 4144 4987 6045 6775 7014 6933 6661 6339 5983 5635 5404 5248 5158 5075 5013 4990 4976 4974 5003 5058 5087 5067 5025 4963 4903 4878 4921 690 15 3115 3399 3683 3902 3989 4113 4323 4550 4790 5181 5866 6661 7153 7257 7117 6814 6469 6091 5719 5468 5298 5197 5103 5035 5007 4990 4987 5018 5081 5113 5093 5046 4975 4906 4880 4930 691 16 3665 4105 4571 4946 5105 5313 5608 5878 6089 6367 6813 7281 7508 7467 7242 6872 6464 6027 5599 5306 5110 4992 4886 4806 4771 4750 4745 4781 4852 4894 4872 4815 4734 4655 4624 4684 692 17 4291 5027 5823 6467 6774 7139 7610 7977 8136 8220 8269 8263 8156 7930 7577 7092 6572 6018 5479 5101 4854 4702 4567 4460 4411 4383 4372 4416 4509 4565 4540 4471 4362 4255 4224 4308 693 18 3959 4723 5600 6344 6703 7118 7678 8096 8243 8274 8224 8113 7927 7636 7214 6657 6074 5468 4887 4482 4240 4115 3997 3897 3846 3817 3805 3850 3941 4000 3976 3905 3795 3686 3657 3740 694 19 1078 0906 0799 0720 0680 0661 0685 0743 0883 1288 2362 4139 5828 6813 7182 7249 7284 7310 7282 7287 7448 7964 8510 8840 9009 9085 9134 9165 9184 9174 9168 9156 9161 9173 9157 9164 695 20 1390 1243 1115 1028 0979 0964 0987 1059 1222 1662 2760 4490 6067 6955 7275 7326 7359 7382 7351 7355 7511 8019 8550 8868 9035 9111 9158 9189 9207 9194 9185 9177 9178 9189 9180 9178 696 21 1872 1736 1598 1516 1465 1450 1478 1556 1732 2181 3243 4834 6220 6963 7209 7230 7251 7272 7238 7238 7406 7942 8510 8851 9029 9108 9159 9191 9207 9194 9184 9173 9177 9187 9170 9176 697 22 2357 2248 2123 2035 1981 1967 2004 2097 2290 2752 3775 5231 6436 7042 7223 7220 7232 7249 7215 7213 7383 7937 8517 8866 9045 9126 9174 9205 9223 9211 9201 9190 9191 9199 9183 9194 698 23 2937 2883 2775 2687 2641 2633 2676 2782 2987 3444 4403 5700 6718 7201 7329 7306 7312 7327 7289 7287 7457 7998 8552 8883 9053 9130 9179 9212 9229 9219 9208 9197 9201 9211 9196 9202 699 24 3594 3557 3476 3407 3370 3376 3434 3544 3750 4186 5044 6143 6960 7322 7397 7352 7351 7366 7325 7318 7498 8050 8591 8907 9068 9144 9189 9220 9235 9223 9213 9205 9207 9217 9201 9210 700 25 4808 4873 4853 4844 4820 4850 4930 5065 5289 5691 6412 7261 7845 8092 8141 8100 8100 8107 8068 8071 8206 8581 8904 9077 9172 9215 9252 9278 9292 9278 9270 9257 9262 9270 9255 9263 701 26 5885 6107 6192 6268 6310 6371 6463 6566 6712 6932 7308 7718 7967 8040 8010 7932 7922 7929 7884 7881 8052 8501 8873 9070 9174 9220 9256 9284 9299 9282 9272 9261 9265 9276 9262 9268 702 27 7142 7563 7801 8006 8153 8276 8373 8421 8435 8390 8328 8271 8225 8169 8087 7986 7970 7980 7930 7924 8126 8598 8964 9149 9246 9285 9315 9341 9354 9341 9328 9316 9320 9331 9314 9326 703 21 0325 0333 0332 0335 0325 0331 0352 0392 0478 0748 1604 3264 4914 5618 5390 4701 3933 3190 2554 2149 1922 1794 1687 1605 1564 1544 1536 1564 1632 1681 1670 1626 1551 1480 1469 1526 704 22 0436 0482 0539 0583 0590 0627 0702 0817 0994 1418 2461 4114 5499 5947 5628 4941 4193 3468 2840 2439 2212 2084 1974 1890 1847 1824 1817 1845 1911 1960 1947 1901 1823 1748 1733 1794 705 23 0486 0546 0665 0752 0777 0836 0949 1092 1292 1742 2781 4349 5581 5904 5519 4799 4031 3294 2660 2257 2033 1904 1797 1714 1674 1653 1644 1672 1734 1783 1770 1724 1651 1579 1564 1620 706 24 0650 0779 0998 1174 1238 1340 1517 1715 1945 2414 3422 4843 5865 6047 5610 4875 4104 3357 2717 2309 2080 1948 1839 1754 1712 1690 1680 1707 1773 1821 1807 1761 1685 1611 1598 1656 707 25 0929 1176 1528 1833 1948 2122 2392 2663 2920 3386 4301 5476 6210 6220 5727 4979 4201 3449 2802 2388 2156 2024 1913 1826 1784 1761 1750 1778 1841 1889 1875 1825 1747 1675 1661 1719 708 26 1211 1570 2102 2571 2763 3031 3429 3791 4056 4465 5195 6041 6452 6281 5714 4933 4133 3363 2702 2284 2050 1916 1807 1721 1678 1656 1645 1670 1734 1779 1763 1715 1639 1565 1553 1607 709 27 1444 1904 2559 3148 3402 3741 4239 4663 4933 5286 5860 6451 6643 6366 5761 4964 4153 3373 2703 2279 2044 1910 1798 1713 1670 1645 1633 1657 1720 1766 1752 1701 1622 1551 1534 1593 710 28 1559 2094 2869 3584 3911 4332 4944 5449 5708 5979 6362 6700 6708 6343 5700 4884 4058 3266 2592 2166 1931 1797 1686 1603 1560 1536 1525 1550 1611 1655 1639 1590 1515 1445 1433 1489 711 29 1382 1950 2872 3749 4170 4721 5537 6198 6455 6621 6750 6759 6521 6016 5281 4399 3529 2718 2044 1632 1414 1293 1196 1124 1088 1069 1059 1080 1131 1171 1156 1117 1054 0998 0991 1041 712 210 0459 0415 0380 0363 0355 0359 0375 0416 0505 0790 1720 3583 5644 6918 7250 7026 6633 6190 5765 5485 5307 5203 5111 5044 5016 5001 5000 5034 5097 5134 5121 5075 5005 4938 4915 4975 713 211 0708 0640 0618 0598 0581 0590 0628 0703 0856 1263 2364 4273 6163 7215 7449 7223 6865 6458 6067 5814 5644 5544 5457 5392 5370 5356 5355 5386 5445 5476 5460 5417 5353 5290 5269 5318 714 212 1043 1036 1056 1065 1059 1082 1158 1276 1478 1956 3105 4905 6517 7299 7378 7077 6671 6227 5806 5532 5352 5248 5154 5086 5057 5041 5038 5069 5127 5163 5144 5097 5029 4961 4938 4986 715 213 1469 1552 1645 1726 1736 1798 1917 2079 2311 2812 3914 5512 6814 7345 7282 6900 6437 5944 5481 5177 4982 4865 4764 4687 4652 4633 4628 4658 4721 4758 4740 4688 4612 4541 4513 4568 716 214 2231 2396 2615 2780 2834 2935 3120 3337 3594 4090 5069 6368 7301 7596 7449 7046 6584 6092 5624 5314 5115 4997 4892 4813 4777 4756 4749 4779 4843 4881 4858 4807 4727 4648 4618 4671 717 215 2941 3221 3509 3748 3832 3972 4200 4441 4705 5151 5981 7006 7682 7843 7668 7288 6859 6402 5959 5668 5475 5361 5258 5181 5146 5126 5122 5154 5218 5253 5230 5176 5098 5023 4998 5052 718 216 3496 3908 4357 4702 4852 5053 5350 5637 5885 6243 6853 7540 7924 7929 7683 7263 6802 6312 5838 5517 5309 5180 5066 4980 4942 4919 4913 4948 5020 5061 5036 4977 4888 4803 4776 4836 719 217 3748 4370 5018 5558 5805 6109 6522 6872 7084 7310 7630 7931 8013 7855 7512 7019 6486 5925 5385 5011 4773 4628 4497 4396 4349 4320 4311 4351 4434 4485 4461 4394 4292 4193 4165 4240 720 218 4052 4816 5645 6358 6706 7107 7639 8050 8213 8279 8287 8232 8083 7813 7414 6872 6296 5696 5120 4720 4464 4309 4169 4061 4009 3978 3967 4010 4100 4158 4131 4062 3951 3844 3817 3898 721 219 0854 0707 0589 0524 0483 0476 0490 0543 0681 1090 2242 4258 6324 7658 8255 8439 8514 8545 8531 8553 8608 8783 8939 9029 9091 9125 9154 9179 9193 9181 9173 9163 9167 9177 9161 9161 722 220 1242 1087 0961 0866 0818 0803 0825 0901 1073 1545 2751 4723 6631 7803 8310 8460 8524 8550 8533 8556 8608 8784 8943 9037 9102 9136 9170 9192 9205 9194 9187 9175 9178 9188 9174 9175 723 221 1924 1752 1619 1526 1464 1448 1476 1569 1774 2287 3483 5309 6965 7920 8314 8417 8466 8485 8466 8482 8545 8751 8936 9042 9111 9146 9177 9200 9215 9200 9192 9181 9184 9191 9181 9181 724 222 2500 2372 2238 2130 2072 2057 2097 2211 2447 2991 4180 5903 7398 8232 8574 8663 8707 8721 8702 8721 8760 8902 9019 9090 9143 9169 9199 9221 9236 9222 9213 9199 9203 9212 9198 9203 725 223 3076 2979 2854 2752 2695 2684 2736 2864 3120 3673 4815 6390 7697 8395 8678 8746 8781 8791 8770 8790 8822 8944 9045 9106 9158 9186 9213 9236 9249 9233 9222 9211 9212 9226 9209 9216 726 224 3760 3729 3625 3537 3487 3485 3549 3700 3976 4518 5574 6947 8021 8570 8789 8834 8858 8866 8844 8863 8890 8994 9076 9129 9173 9197 9221 9246 9257 9242 9230 9219 9223 9234 9219 9228 727 225 4574 4629 4559 4514 4482 4497 4580 4749 5034 5555 6494 7653 8513 8941 9125 9172 9199 9198 9178 9201 9187 9190 9187 9199 9228 9244 9268 9290 9303 9288 9278 9268 9270 9281 9267 9272 728 226 5652 5784 5808 5823 5840 5884 5977 6136 6388 6789 7470 8257 8805 9072 9191 9214 9231 9229 9207 9229 9214 9210 9201 9213 9242 9261 9287 9306 9320 9305 9296 9286 9289 9299 9286 9293 729 227 7555 8020 8280 8499 8645 8773 8884 8979 9072 9115 9157 9203 9236 9262 9291 9280 9286 9279 9256 9277 9263 9267 9268 9282 9307 9319 9341 9361 9375 9359 9346 9335 9341 9348 9333 9339 730 21 7518 7997 8258 8476 8625 8754 8865 8959 9050 9091 9134 9185 9219 9242 9269 9257 9259 9250 9227 9245 9233 9238 9235 9250 9281 9298 9323 9343 9355 9341 9331 9318 9320 9327 9312 9324 731 22 6004 6682 7248 7696 7930 8170 8441 8651 8773 8830 8873 8898 8872 8791 8650 8411 8148 7838 7502 7264 7083 6967 6860 6780 6752 6735 6738 6790 6871 6913 6889 6829 6742 6657 6637 6720 732 23 4912 5648 6397 6997 7301 7635 8056 8377 8522 8576 8586 8554 8453 8264 7973 7559 7115 6633 6153 5814 5585 5441 5313 5213 5170 5142 5137 5182 5270 5321 5296 5225 5124 5028 4997 5078 733 24 4073 4833 5680 6402 6746 7143 7669 8073 8237 8302 8311 8263 8121 7859 7462 6923 6348 5743 5164 4758 4501 4342 4201 4091 4037 4007 3996 4042 4134 4190 4165 4093 3984 3879 3850 3936 734 25 3209 3974 4915 5738 6122 6593 7240 7743 7930 8001 8003 7921 7720 7373 6861 6197 5505 4801 4151 3710 3443 3281 3143 3034 2979 2948 2934 2972 3057 3115 3093 3027 2922 2819 2799 2872 735 26 2410 3129 4093 4965 5370 5887 6617 7184 7403 7509 7551 7495 7275 6864 6257 5494 4713 3940 3254 2803 2542 2389 2259 2158 2110 2080 2068 2099 2172 2227 2207 2148 2056 1967 1950 2016 736 27 1404 2028 2966 3857 4288 4838 5647 6304 6560 6726 6848 6853 6616 6120 5395 4516 3642 2818 2125 1697 1468 1341 1237 1161 1122 1101 1090 1113 1168 1211 1198 1154 1088 1029 1020 1076 737 28 0854 1368 2264 3126 3551 4109 4943 5624 5906 6112 6301 6358 6120 5572 4779 3843 2936 2106 1444 1054 0860 0756 0678 0620 0592 0578 0572 0589 0631 0665 0657 0627 0581 0540 0543 0585 738 29 0647 1088 1903 2761 3179 3747 4622 5349 5641 5847 6024 6048 5762 5168 4333 3383 2488 1699 1095 0760 0604 0526 0469 0430 0412 0403 0400 0412 0440 0465 0459 0439 0410 0387 0395 0433 739 210 7540 8012 8275 8493 8643 8769 8883 8978 9070 9114 9159 9209 9245 9271 9301 9290 9292 9284 9261 9281 9268 9264 9258 9272 9302 9320 9343 9365 9378 9365 9353 9340 9341 9351 9338 9347 740 211 6266 6865 7346 7733 7935 8145 8353 8499 8558 8550 8511 8467 8403 8307 8156 7942 7753 7548 7301 7131 7111 7268 7364 7385 7404 7409 7421 7464 7531 7557 7536 7488 7426 7366 7341 7403 741 212 4814 5420 6026 6537 6787 7062 7389 7581 7593 7515 7388 7237 7075 6860 6550 6174 5848 5527 5171 4921 4922 5246 5525 5638 5683 5695 5704 5744 5816 5854 5833 5779 5696 5616 5590 5653 742 213 3327 3875 4526 5098 5375 5697 6085 6284 6224 6061 5832 5583 5344 5049 4649 4205 3831 3480 3111 2858 2882 3306 3764 4000 4100 4134 4149 4191 4265 4309 4289 4235 4147 4065 4039 4098 743 214 2142 2612 3254 3836 4111 4450 4871 5058 4944 4725 4437 4136 3865 3548 3129 2690 2338 2025 1709 1505 1543 1964 2456 2730 2846 2888 2905 2946 3015 3063 3045 2994 2911 2831 2813 2873 744 215 1392 1784 2359 2890 3152 3466 3859 3994 3826 3561 3234 2910 2641 2345 1968 1601 1331 1105 0883 0748 0799 1162 1607 1856 1962 2001 2016 2056 2126 2177 2164 2118 2040 1965 1952 2013 745 216 0975 1284 1792 2280 2516 2804 3154 3247 3050 2769 2436 2117 1867 1605 1285 0995 0802 0651 0509 0433 0484 0762 1106 1293 1368 1393 1403 1438 1505 1554 1544 1503 1432 1365 1355 1412 746 217 0793 1086 1573 2031 2258 2533 2865 2943 2742 2458 2127 1817 1579 1340 1050 0797 0639 0520 0411 0360 0407 0633 0911 1055 1111 1131 1137 1167 1227 1273 1264 1225 1161 1104 1094 1148 747 218 0638 0902 1348 1770 1985 2251 2569 2634 2433 2154 1837 1543 1324 1105 0851 0638 0513 0424 0347 0317 0362 0535 0732 0828 0860 0868 0869 0894 0944 0985 0977 0943 0888 0837 0832 0881 748 219 7578 8028 8285 8503 8655 8782 8891 8986 9078 9119 9164 9211 9244 9270 9298 9286 9290 9280 9258 9277 9262 9257 9252 9266 9297 9317 9342 9361 9376 9363 9348 9334 9336 9347 9329 9341 749 220 7148 7552 7795 8002 8143 8269 8363 8411 8425 8381 8323 8267 8218 8159 8066 7957 7938 7944 7894 7886 8100 8585 8951 9139 9242 9289 9323 9352 9362 9350 9339 9329 9328 9335 9323 9331 750 221 6437 6779 7004 7189 7323 7429 7507 7491 7409 7262 7089 6922 6795 6659 6477 6303 6268 6286 6220 6190 6541 7467 8338 8840 9091 9204 9268 9303 9318 9305 9293 9280 9282 9288 9269 9275 751 222 5586 5887 6073 6245 6357 6455 6517 6448 6288 6070 5823 5593 5425 5255 5035 4842 4795 4811 4743 4705 5082 6257 7567 8428 8876 9081 9182 9235 9262 9253 9246 9237 9242 9251 9238 9246 752 223 4816 5023 5194 5349 5449 5537 5582 5464 5236 4945 4625 4332 4124 3925 3675 3470 3423 3442 3377 3334 3732 5107 6813 8022 8672 8976 9121 9188 9221 9215 9212 9205 9211 9221 9205 9211 753 224 4078 4232 4377 4514 4606 4685 4721 4569 4292 3964 3609 3290 3071 2863 2608 2408 2363 2383 2325 2285 2678 4151 6134 7628 8461 8857 9045 9132 9170 9167 9167 9161 9166 9177 9166 9177 754 225 3170 3289 3444 3589 3677 3766 3804 3636 3328 2977 2604 2278 2060 1859 1625 1449 1402 1407 1353 1316 1638 3011 5082 6746 7701 8163 8375 8478 8534 8546 8543 8530 8521 8518 8508 8523 755 226 2255 2346 2478 2597 2669 2744 2772 2589 2273 1926 1573 1275 1086 0924 0745 0624 0595 0603 0573 0559 0803 2009 4131 6026 7177 7751 8012 8137 8207 8228 8227 8213 8203 8194 8180 8208 756 227 1921 1974 2120 2237 2317 2391 2426 2255 1953 1627 1300 1032 0866 0728 0581 0481 0457 0461 0440 0434 0626 1647 3585 5372 6459 6994 7236 7355 7433 7462 7456 7434 7407 7382 7366 7402 757 21 6144 6390 6491 6582 6642 6714 6805 6901 7034 7225 7549 7906 8122 8188 8165 8090 8081 8086 8044 8044 8198 8601 8938 9118 9217 9264 9299 9327 9339 9324 9316 9307 9310 9319 9304 9312 758 22 6250 6591 6785 6955 7061 7150 7233 7304 7371 7400 7432 7468 7492 7514 7539 7532 7538 7535 7519 7539 7526 7529 7527 7540 7566 7584 7609 7631 7645 7638 7634 7629 7635 7648 7641 7649 759 23 5287 5918 6501 6967 7199 7442 7741 7961 8077 8122 8146 8146 8099 7992 7815 7539 7236 6895 6538 6285 6104 5990 5887 5810 5781 5764 5763 5808 5885 5928 5906 5850 5767 5691 5670 5744 760 24 4383 5082 5839 6476 6780 7133 7590 7946 8106 8191 8251 8260 8171 7958 7620 7145 6638 6099 5575 5210 4971 4826 4692 4591 4543 4516 4507 4547 4634 4686 4660 4595 4495 4392 4366 4447 761 25 3409 4123 4985 5728 6072 6488 7061 7510 7700 7811 7900 7926 7806 7513 7049 6435 5785 5120 4502 4079 3817 3660 3523 3415 3363 3333 3321 3359 3445 3500 3476 3410 3308 3207 3180 3261 762 26 2676 3370 4279 5099 5485 5965 6645 7178 7391 7508 7586 7577 7397 7019 6451 5727 4979 4238 3572 3132 2874 2722 2592 2492 2442 2414 2400 2433 2506 2558 2537 2475 2383 2292 2273 2338 763 27 1892 2554 3460 4300 4696 5199 5926 6504 6735 6880 6996 7014 6823 6400 5761 4966 4158 3377 2701 2270 2030 1892 1778 1689 1647 1621 1609 1635 1698 1744 1728 1677 1598 1526 1511 1571 764 28 1138 1677 2545 3370 3764 4276 5028 5643 5915 6137 6385 6527 6368 5885 5143 4246 3362 2539 1861 1449 1233 1115 1021 0950 0915 0898 0889 0909 0960 0999 0988 0948 0889 0834 0831 0885 765 29 0589 0992 1750 2547 2937 3468 4282 4964 5258 5506 5770 5895 5670 5095 4267 3317 2423 1639 1044 0720 0569 0495 0440 0403 0387 0380 0375 0387 0414 0436 0430 0413 0385 0364 0373 0407 766 210 6093 6295 6379 6443 6481 6542 6641 6787 7006 7333 7879 8500 8925 9128 9227 9241 9254 9250 9230 9254 9236 9232 9224 9235 9267 9289 9314 9335 9348 9336 9325 9312 9314 9323 9311 9320 767 211 6433 6800 6999 7166 7287 7381 7471 7545 7618 7650 7683 7723 7752 7775 7804 7795 7802 7795 7780 7801 7788 7785 7780 7794 7819 7836 7858 7881 7894 7887 7879 7873 7880 7891 7879 7890 768 212 4948 5489 5975 6361 6561 6765 6990 7130 7159 7119 7045 6958 6859 6723 6522 6263 6032 5796 5520 5325 5311 5518 5672 5720 5741 5748 5756 5793 5858 5892 5875 5830 5764 5702 5681 5742 769 213 3718 4231 4808 5289 5527 5789 6102 6263 6232 6114 5945 5759 5573 5339 5014 4638 4320 4014 3680 3450 3468 3842 4214 4394 4469 4492 4505 4544 4609 4648 4630 4582 4505 4436 4408 4466 770 214 2509 2999 3641 4216 4492 4818 5224 5411 5323 5132 4868 4589 4334 4027 3615 3173 2808 2475 2133 1906 1936 2347 2810 3054 3156 3193 3208 3249 3321 3367 3349 3297 3213 3134 3116 3170 771 215 1509 1932 2547 3110 3379 3716 4127 4293 4140 3887 3571 3249 2976 2665 2264 1863 1557 1295 1038 0880 0925 1298 1745 1988 2090 2129 2144 2182 2253 2303 2288 2241 2163 2086 2072 2132 772 216 1007 1347 1895 2412 2659 2970 3339 3458 3271 2995 2662 2338 2079 1799 1454 1133 0912 0734 0566 0473 0520 0806 1155 1341 1416 1442 1453 1489 1556 1605 1593 1552 1480 1412 1403 1460 773 217 0789 1093 1592 2069 2311 2602 2956 3054 2860 2584 2253 1938 1693 1439 1128 0852 0673 0536 0412 0351 0395 0617 0882 1017 1068 1085 1091 1121 1182 1228 1220 1181 1116 1057 1051 1104 774 218 0590 0850 1253 1659 1860 2110 2402 2449 2237 1957 1641 1353 1146 0945 0716 0534 0434 0367 0309 0290 0336 0499 0682 0767 0794 0800 0800 0822 0872 0911 0902 0871 0819 0770 0764 0810 775 219 5395 5836 6144 6372 6484 6618 6813 7019 7240 7534 7984 8458 8732 8804 8750 8587 8394 8162 7906 7730 7588 7501 7418 7360 7346 7339 7347 7391 7458 7485 7465 7417 7351 7287 7266 7328 776 220 6342 6693 6903 7075 7191 7290 7381 7454 7529 7565 7602 7645 7677 7702 7729 7725 7732 7728 7713 7734 7723 7725 7721 7732 7759 7777 7802 7824 7836 7829 7824 7819 7824 7836 7826 7837 777 221 5543 5946 6245 6482 6619 6742 6858 6900 6879 6797 6696 6595 6508 6403 6251 6078 5990 5922 5787 5700 5867 6375 6789 6990 7086 7127 7158 7195 7240 7254 7241 7214 7183 7155 7143 7184 778 222 4899 5228 5491 5697 5814 5932 6020 6005 5900 5739 5551 5375 5235 5086 4883 4686 4600 4553 4432 4349 4593 5404 6237 6725 6965 7067 7121 7162 7203 7214 7204 7182 7159 7134 7122 7157 779 223 4155 4428 4676 4878 4988 5101 5176 5111 4936 4698 4429 4183 3999 3812 3574 3357 3270 3230 3118 3040 3325 4363 5585 6381 6781 6959 7043 7096 7140 7153 7144 7122 7097 7078 7057 7092 780 224 3521 3741 3944 4123 4228 4331 4400 4292 4060 3775 3460 3173 2967 2766 2516 2306 2231 2206 2114 2048 2354 3519 5005 6028 6554 6790 6901 6966 7013 7027 7020 6999 6976 6956 6944 6972 781 225 2826 2983 3186 3355 3456 3548 3615 3486 3218 2905 2567 2267 2059 1863 1629 1443 1377 1359 1286 1237 1512 2668 4304 5512 6155 6450 6581 6655 6709 6729 6722 6702 6677 6656 6642 6669 782 226 2058 2164 2363 2529 2624 2723 2784 2639 2346 2017 1677 1389 1198 1029 0837 0697 0649 0637 0591 0566 0776 1792 3481 4868 5647 6014 6179 6269 6339 6371 6366 6337 6299 6264 6250 6294 783 227 1564 1666 1833 1979 2063 2143 2197 2057 1789 1497 1202 0961 0809 0680 0545 0452 0426 0422 0400 0394 0543 1333 2808 4089 4819 5162 5313 5401 5471 5509 5505 5476 5433 5394 5383 5430 784 21 5016 5157 5204 5239 5265 5308 5377 5446 5540 5730 6112 6572 6871 6952 6894 6791 6773 6782 6731 6718 6945 7644 8377 8828 9059 9164 9225 9261 9277 9270 9262 9249 9254 9263 9250 9253 785 22 4729 4909 4967 5024 5055 5104 5167 5228 5310 5443 5681 5946 6103 6137 6094 6021 6009 6016 5981 5977 6129 6553 6936 7147 7253 7301 7334 7359 7373 7366 7361 7354 7359 7366 7358 7365 786 23 4784 5051 5171 5280 5352 5409 5468 5509 5555 5573 5595 5620 5639 5653 5672 5667 5670 5667 5655 5671 5664 5663 5660 5669 5688 5703 5719 5737 5749 5745 5741 5739 5747 5753 5748 5758 787 24 3944 4443 4917 5298 5482 5679 5917 6093 6176 6205 6214 6201 6151 6055 5898 5662 5401 5108 4810 4600 4456 4368 4286 4229 4203 4188 4189 4221 4279 4313 4300 4259 4196 4138 4121 4177 788 25 3094 3665 4308 4846 5091 5387 5767 6062 6194 6270 6337 6362 6291 6107 5808 5390 4936 4458 4000 3686 3486 3365 3260 3177 3139 3116 3107 3141 3209 3253 3237 3186 3105 3028 3010 3070 789 26 2396 2959 3672 4308 4593 4952 5433 5806 5966 6066 6154 6186 6083 5828 5422 4882 4311 3729 3198 2844 2635 2515 2411 2331 2290 2266 2256 2282 2345 2389 2371 2322 2243 2173 2156 2215 790 27 1717 2245 2989 3658 3971 4356 4898 5318 5490 5595 5682 5697 5565 5260 4790 4182 3553 2929 2381 2027 1828 1717 1625 1553 1517 1497 1488 1511 1564 1604 1590 1547 1479 1421 1409 1466 791 28 1162 1640 2403 3118 3456 3896 4521 5022 5230 5383 5532 5592 5444 5065 4486 3761 3031 2335 1753 1397 1207 1105 1023 0960 0929 0914 0906 0924 0969 1003 0993 0959 0905 0858 0856 0899 792 29 0591 0984 1715 2479 2851 3351 4114 4759 5054 5327 5653 5851 5675 5121 4301 3353 2458 1669 1068 0736 0581 0504 0448 0409 0393 0384 0380 0392 0420 0444 0439 0419 0388 0369 0377 0412 793 210 5093 5182 5159 5152 5145 5169 5254 5408 5666 6119 6933 7924 8642 8992 9145 9182 9204 9204 9184 9208 9194 9192 9188 9201 9231 9251 9274 9299 9311 9296 9288 9277 9282 9290 9276 9284 794 211 5318 5496 5553 5596 5627 5671 5753 5884 6072 6356 6826 7348 7691 7851 7924 7931 7941 7937 7915 7935 7927 7939 7945 7959 7989 8008 8031 8051 8062 8052 8044 8039 8039 8052 8035 8048 795 212 5057 5350 5487 5613 5687 5755 5810 5860 5908 5926 5945 5968 5984 5996 6013 6008 6011 6007 5994 6010 6002 6001 5999 6006 6024 6038 6057 6074 6085 6080 6078 6072 6079 6090 6084 6093 796 213 3773 4203 4600 4921 5073 5239 5425 5527 5528 5470 5385 5286 5185 5053 4861 4626 4425 4222 3990 3829 3839 4073 4270 4347 4378 4387 4395 4425 4475 4500 4486 4451 4400 4351 4334 4373 797 214 2630 3022 3477 3870 4056 4271 4522 4646 4612 4507 4360 4196 4040 3844 3574 3266 2998 2745 2476 2294 2305 2596 2900 3049 3110 3130 3142 3172 3222 3254 3241 3204 3144 3091 3076 3117 798 215 1742 2084 2579 2998 3202 3441 3726 3849 3774 3624 3424 3215 3024 2798 2496 2171 1904 1659 1414 1254 1278 1581 1926 2106 2182 2211 2223 2254 2307 2344 2334 2296 2239 2184 2171 2213 799 216 1260 1602 2084 2545 2754 3020 3336 3456 3343 3146 2900 2645 2427 2180 1857 1533 1284 1069 0859 0733 0772 1071 1420 1606 1683 1711 1724 1755 1812 1852 1843 1805 1746 1688 1679 1729 800 217 0881 1199 1689 2155 2375 2653 2990 3101 2951 2718 2429 2146 1914 1664 1350 1053 0845 0676 0519 0436 0474 0712 0991 1134 1189 1208 1217 1246 1303 1347 1338 1305 1243 1185 1181 1233 801 218 0580 0801 1212 1609 1808 2060 2346 2387 2174 1893 1574 1288 1084 0889 0670 0499 0409 0350 0299 0283 0329 0480 0640 0705 0723 0725 0723 0744 0790 0827 0820 0789 0738 0694 0688 0736 802 219 4092 4444 4731 4949 5040 5176 5395 5627 5888 6291 6972 7754 8242 8367 8262 7998 7693 7348 6996 6757 6587 6483 6387 6320 6292 6277 6279 6316 6386 6421 6398 6346 6270 6195 6171 6230 803 220 4304 4678 4958 5173 5264 5391 5579 5782 5998 6309 6805 7338 7648 7722 7651 7460 7234 6973 6692 6501 6358 6271 6189 6129 6112 6103 6106 6144 6210 6241 6223 6178 6115 6055 6034 6097 804 221 4912 5177 5313 5424 5502 5565 5618 5668 5715 5736 5761 5788 5807 5822 5842 5839 5843 5840 5828 5842 5836 5837 5836 5846 5865 5878 5897 5915 5926 5922 5920 5919 5925 5935 5929 5942 805 222 4296 4624 4864 5047 5151 5248 5332 5353 5322 5241 5142 5042 4959 4864 4733 4591 4509 4447 4333 4258 4385 4808 5179 5364 5447 5483 5507 5536 5571 5583 5577 5557 5533 5510 5496 5526 806 223 3648 3895 4101 4264 4347 4435 4503 4471 4365 4214 4041 3878 3755 3624 3456 3296 3222 3178 3082 3018 3203 3872 4611 5056 5271 5361 5408 5442 5474 5483 5478 5459 5437 5423 5410 5430 807 224 3044 3229 3391 3526 3602 3679 3730 3660 3503 3303 3083 2880 2729 2584 2401 2245 2182 2159 2084 2033 2251 3067 4053 4689 5001 5137 5203 5243 5272 5281 5277 5260 5244 5233 5219 5241 808 225 2459 2594 2749 2872 2945 3017 3061 2967 2771 2540 2291 2069 1912 1761 1579 1431 1377 1361 1302 1261 1481 2375 3583 4429 4860 5051 5140 5191 5228 5240 5237 5224 5207 5197 5185 5210 809 226 1841 1943 2064 2169 2234 2295 2327 2209 1992 1743 1482 1259 1111 0979 0830 0718 0685 0681 0647 0629 0817 1669 3000 4027 4577 4829 4944 5005 5047 5064 5060 5052 5037 5023 5019 5041 810 227 1355 1436 1582 1698 1762 1835 1876 1765 1546 1303 1060 0859 0732 0626 0513 0436 0414 0410 0393 0391 0518 1167 2344 3323 3859 4104 4213 4278 4334 4365 4362 4342 4312 4283 4273 4310 811 21 3548 3567 3549 3542 3536 3555 3603 3631 3685 3864 4293 4854 5236 5337 5252 5128 5102 5114 5061 5036 5314 6289 7500 8355 8812 9026 9133 9186 9211 9204 9199 9190 9195 9207 9195 9199 812 22 3478 3553 3550 3548 3556 3576 3617 3656 3719 3876 4213 4621 4878 4937 4873 4780 4761 4769 4728 4713 4914 5574 6312 6779 7013 7119 7176 7207 7223 7219 7215 7208 7209 7219 7211 7214 813 23 3717 3804 3848 3877 3895 3922 3964 4001 4056 4155 4351 4567 4692 4712 4668 4602 4589 4594 4564 4558 4688 5063 5412 5603 5696 5736 5762 5782 5794 5787 5785 5778 5783 5792 5784 5787 814 24 3733 3911 4009 4077 4128 4166 4197 4226 4257 4263 4271 4281 4288 4294 4304 4298 4301 4298 4290 4300 4294 4294 4293 4300 4314 4322 4335 4348 4358 4356 4356 4354 4360 4367 4366 4373 815 25 2944 3367 3791 4142 4301 4480 4696 4859 4924 4938 4928 4897 4833 4726 4564 4331 4074 3795 3517 3325 3202 3132 3069 3020 2996 2982 2982 3005 3051 3080 3067 3034 2982 2933 2920 2966 816 26 2126 2582 3123 3580 3789 4035 4360 4611 4722 4798 4881 4926 4869 4700 4417 4030 3618 3189 2785 2514 2357 2282 2214 2155 2125 2108 2101 2125 2177 2213 2199 2160 2099 2038 2024 2070 817 27 1565 2015 2605 3130 3372 3665 4055 4357 4472 4535 4569 4555 4447 4231 3898 3456 2985 2510 2084 1806 1648 1559 1485 1426 1396 1381 1373 1392 1436 1468 1458 1422 1370 1319 1310 1352 818 28 1102 1525 2180 2774 3048 3399 3884 4262 4415 4518 4601 4620 4498 4220 3786 3228 2650 2085 1602 1298 1137 1051 0979 0925 0898 0884 0877 0893 0934 0965 0955 0925 0876 0834 0828 0872 819 29 0547 0926 1627 2336 2678 3125 3789 4337 4585 4804 5044 5174 5020 4577 3901 3085 2289 1571 1012 0699 0550 0476 0421 0383 0366 0357 0353 0365 0394 0418 0412 0394 0364 0343 0348 0380 820 210 4123 4129 4048 3990 3945 3951 4017 4162 4423 4930 5904 7167 8141 8631 8830 8870 8894 8899 8880 8900 8921 9012 9085 9134 9179 9207 9231 9255 9268 9255 9245 9232 9235 9245 9228 9239 821 211 4188 4240 4184 4146 4123 4135 4206 4340 4570 4995 5759 6681 7337 7642 7750 7756 7768 7771 7747 7762 7808 7948 8060 8122 8167 8193 8216 8240 8252 8241 8233 8226 8230 8240 8228 8237 822 212 4254 4404 4447 4482 4502 4533 4597 4692 4837 5059 5423 5814 6059 6164 6202 6190 6185 6171 6142 6142 6147 6187 6213 6232 6255 6267 6284 6303 6316 6313 6309 6301 6302 6304 6297 6309 823 213 3874 4077 4166 4242 4293 4332 4364 4394 4427 4434 4442 4452 4458 4464 4476 4470 4473 4470 4460 4472 4467 4468 4466 4472 4485 4493 4505 4519 4529 4527 4526 4524 4527 4536 4529 4543 824 214 2682 3023 3364 3662 3796 3943 4111 4201 4190 4130 4037 3934 3830 3699 3513 3292 3100 2907 2698 2553 2560 2766 2956 3035 3067 3078 3085 3109 3149 3171 3160 3132 3090 3051 3040 3077 825 215 1773 2065 2464 2805 2963 3145 3363 3462 3416 3311 3165 3009 2864 2687 2448 2181 1955 1744 1527 1383 1398 1651 1928 2066 2124 2145 2156 2181 2225 2253 2243 2214 2168 2122 2112 2151 826 216 1269 1563 1970 2336 2511 2717 2963 3063 2985 2841 2653 2458 2286 2088 1823 1546 1326 1131 0936 0815 0844 1109 1408 1567 1632 1657 1668 1695 1741 1776 1767 1736 1688 1642 1631 1673 827 217 0917 1172 1596 1987 2180 2406 2676 2765 2648 2458 2224 1989 1795 1581 1307 1042 0848 0687 0535 0449 0486 0726 1016 1171 1233 1258 1268 1296 1348 1386 1379 1348 1296 1246 1240 1285 828 218 0530 0765 1166 1565 1759 2011 2283 2317 2095 1809 1488 1200 0996 0805 0594 0434 0356 0306 0261 0248 0295 0439 0585 0639 0651 0651 0649 0669 0716 0753 0745 0715 0664 0618 0613 0658 829 219 2784 3074 3364 3593 3675 3813 4046 4298 4571 5042 5900 6942 7622 7782 7594 7198 6751 6271 5810 5500 5298 5180 5072 4990 4953 4931 4924 4957 5026 5068 5048 4994 4910 4827 4797 4858 830 220 3017 3284 3554 3759 3836 3960 4167 4395 4646 5058 5772 6594 7097 7209 7071 6768 6421 6041 5663 5406 5233 5131 5039 4971 4942 4924 4921 4955 5020 5059 5039 4993 4918 4850 4824 4886 831 221 3166 3461 3701 3875 3950 4053 4209 4369 4538 4788 5198 5634 5879 5927 5848 5672 5461 5221 4969 4795 4670 4597 4528 4476 4457 4447 4449 4481 4534 4562 4549 4512 4457 4407 4390 4442 832 222 3673 3868 3964 4040 4079 4121 4155 4181 4212 4218 4226 4238 4247 4253 4265 4261 4263 4261 4252 4262 4257 4257 4256 4262 4274 4282 4296 4308 4318 4317 4315 4312 4318 4328 4325 4334 833 223 3204 3421 3602 3737 3807 3873 3932 3935 3889 3807 3710 3616 3538 3453 3341 3220 3153 3100 3011 2952 3052 3417 3766 3947 4031 4066 4085 4107 4134 4144 4137 4120 4104 4088 4078 4098 834 224 2584 2751 2884 3009 3062 3122 3168 3127 3022 2884 2728 2583 2475 2366 2229 2105 2050 2020 1952 1907 2056 2616 3258 3649 3832 3911 3950 3978 4001 4009 4007 3994 3980 3971 3963 3976 835 225 2075 2192 2325 2430 2492 2551 2589 2521 2371 2190 1991 1811 1681 1555 1404 1277 1228 1208 1153 1115 1291 1982 2864 3447 3730 3856 3913 3949 3979 3990 3987 3976 3964 3952 3946 3966 836 226 1476 1552 1653 1744 1794 1842 1872 1787 1627 1444 1251 1082 0968 0862 0738 0644 0612 0606 0574 0558 0707 1362 2340 3054 3419 3583 3658 3704 3737 3753 3754 3746 3736 3726 3721 3738 837 227 1132 1173 1280 1365 1411 1462 1491 1400 1228 1039 0852 0697 0601 0522 0438 0382 0367 0366 0355 0359 0463 0978 1903 2654 3053 3233 3317 3366 3409 3431 3431 3423 3407 3393 3388 3413 838 21 2398 2349 2310 2289 2272 2285 2313 2314 2334 2473 2872 3425 3813 3909 3801 3663 3633 3649 3598 3572 3887 5072 6685 7909 8590 8917 9072 9148 9182 9179 9177 9170 9176 9189 9177 9188 839 22 2555 2543 2519 2506 2495 2506 2536 2544 2575 2702 3041 3486 3783 3850 3770 3665 3641 3653 3611 3590 3823 4667 5731 6469 6853 7029 7114 7158 7179 7174 7169 7163 7167 7181 7166 7173 840 23 2604 2619 2614 2607 2604 2618 2645 2653 2683 2788 3047 3376 3581 3624 3565 3486 3468 3474 3441 3429 3594 4167 4839 5272 5486 5583 5630 5658 5670 5664 5660 5657 5661 5664 5655 5661 841 24 2774 2844 2867 2883 2897 2910 2935 2952 2981 3045 3191 3360 3457 3470 3429 3374 3363 3365 3342 3337 3439 3754 4064 4235 4316 4350 4373 4388 4394 4390 4388 4382 4387 4392 4384 4388 842 25 2754 2871 2931 2979 3005 3026 3044 3059 3081 3084 3091 3100 3104 3108 3116 3111 3113 3111 3106 3114 3110 3111 3111 3116 3125 3133 3143 3154 3161 3161 3161 3161 3168 3174 3176 3188 843 26 1961 2272 2635 2919 3049 3202 3385 3520 3577 3607 3638 3652 3615 3519 3359 3135 2895 2641 2391 2220 2128 2104 2080 2050 2033 2024 2023 2041 2076 2101 2092 2062 2023 1982 1977 2005 844 27 1418 1776 2241 2646 2831 3051 3345 3566 3649 3701 3748 3763 3696 3534 3271 2921 2554 2180 1840 1617 1503 1464 1430 1392 1373 1361 1356 1373 1409 1436 1426 1398 1353 1312 1306 1337 845 28 1050 1448 1975 2462 2684 2957 3329 3604 3705 3751 3775 3752 3644 3433 3109 2688 2250 1817 1438 1199 1078 1024 0980 0940 0919 0908 0902 0916 0950 0977 0968 0941 0902 0863 0861 0896 846 29 0637 0982 1568 2148 2430 2784 3290 3688 3842 3932 3995 3980 3830 3528 3074 2508 1935 1401 0971 0722 0600 0538 0491 0456 0440 0432 0429 0440 0465 0485 0481 0464 0436 0415 0421 0453 847 210 3364 3311 3206 3127 3074 3069 3118 3247 3493 4017 5096 6585 7810 8461 8724 8788 8820 8830 8810 8829 8858 8968 9061 9119 9167 9194 9221 9244 9256 9244 9233 9224 9226 9237 9223 9233 848 211 3393 3365 3268 3204 3159 3156 3210 3328 3550 4016 4940 6154 7096 7561 7731 7753 7772 7780 7757 7768 7827 8015 8178 8268 8326 8356 8384 8407 8419 8408 8400 8391 8392 8403 8398 8400 849 212 3251 3262 3208 3172 3144 3146 3203 3303 3493 3854 4528 5353 5937 6203 6294 6294 6296 6287 6257 6257 6282 6384 6461 6503 6536 6551 6571 6589 6603 6595 6588 6581 6579 6586 6572 6581 850 213 3228 3346 3379 3399 3405 3431 3478 3547 3662 3844 4152 4490 4704 4791 4822 4808 4794 4770 4733 4723 4709 4715 4715 4719 4732 4740 4749 4764 4779 4779 4773 4767 4761 4763 4755 4765 851 214 2749 2891 2939 2987 3016 3037 3059 3074 3097 3101 3106 3116 3122 3127 3135 3133 3135 3134 3127 3137 3135 3136 3137 3143 3153 3161 3172 3184 3193 3193 3194 3195 3200 3208 3207 3217 852 215 1697 1956 2261 2519 2633 2761 2916 2993 2979 2921 2840 2750 2655 2535 2363 2161 1981 1805 1622 1499 1501 1675 1851 1936 1969 1981 1989 2009 2041 2062 2055 2031 1997 1967 1958 1991 853 216 1159 1407 1744 2045 2191 2353 2550 2631 2584 2483 2345 2201 2069 1910 1696 1464 1270 1093 0917 0807 0824 1034 1270 1392 1441 1460 1470 1491 1529 1557 1548 1527 1490 1456 1449 1482 854 217 0852 1055 1401 1716 1871 2049 2257 2340 2264 2130 1960 1787 1636 1466 1240 1013 0836 0687 0544 0461 0490 0696 0940 1072 1126 1148 1157 1180 1220 1249 1245 1223 1181 1146 1143 1178 855 218 0585 0807 1170 1526 1706 1919 2177 2243 2095 1886 1634 1398 1215 1027 0801 0607 0484 0395 0317 0284 0324 0480 0657 0743 0773 0783 0786 0807 0849 0884 0877 0851 0807 0766 0764 0807 856 219 1842 2082 2368 2610 2693 2834 3063 3307 3569 4049 4987 6198 7024 7209 6941 6421 5845 5255 4711 4350 4128 3997 3884 3796 3754 3730 3720 3750 3819 3863 3843 3783 3699 3617 3592 3649 857 220 1908 2129 2425 2654 2737 2874 3101 3338 3595 4053 4922 6007 6720 6865 6620 6152 5625 5081 4572 4233 4022 3899 3791 3708 3668 3644 3637 3668 3734 3776 3757 3704 3622 3542 3520 3581 858 221 2154 2369 2596 2776 2838 2947 3112 3292 3479 3801 4383 5067 5488 5578 5454 5188 4883 4550 4225 4006 3862 3779 3704 3646 3622 3608 3604 3631 3680 3708 3694 3656 3597 3543 3525 3570 859 222 2326 2540 2739 2890 2945 3028 3152 3275 3403 3598 3929 4292 4496 4530 4455 4298 4115 3907 3694 3550 3451 3391 3336 3297 3281 3272 3274 3293 3332 3353 3342 3314 3274 3237 3224 3260 860 223 2587 2690 2742 2781 2807 2824 2842 2853 2870 2876 2881 2892 2897 2901 2909 2904 2905 2903 2897 2904 2903 2902 2902 2906 2915 2921 2929 2939 2947 2947 2948 2945 2951 2955 2959 2966 861 224 2120 2279 2416 2521 2572 2620 2674 2661 2615 2543 2460 2381 2316 2241 2141 2037 1976 1927 1852 1801 1879 2191 2513 2687 2765 2797 2816 2834 2856 2865 2860 2849 2836 2822 2815 2834 862 225 1759 1864 1984 2081 2124 2171 2207 2165 2065 1937 1797 1668 1573 1478 1360 1258 1210 1183 1130 1096 1219 1701 2285 2645 2815 2887 2924 2948 2970 2980 2979 2972 2959 2950 2949 2966 863 226 1270 1320 1402 1461 1501 1540 1563 1499 1379 1241 1095 0968 0880 0798 0700 0624 0597 0590 0563 0551 0671 1179 1901 2401 2646 2756 2806 2841 2866 2879 2882 2877 2870 2867 2863 2877 864 227 1001 1014 1086 1131 1162 1194 1208 1138 1014 0878 0741 0629 0558 0499 0438 0395 0382 0383 0376 0381 0473 0898 1625 2190 2482 2614 2676 2716 2743 2760 2763 2761 2756 2754 2755 2771 865 21 1419 1339 1279 1243 1224 1224 1242 1245 1259 1383 1746 2256 2616 2693 2572 2435 2403 2423 2379 2352 2679 3961 5870 7443 8361 8811 9025 9123 9169 9167 9166 9162 9164 9181 9165 9175 866 22 1756 1716 1666 1640 1631 1631 1654 1648 1656 1759 2059 2467 2732 2773 2663 2542 2515 2530 2489 2467 2738 3753 5117 6110 6636 6877 6989 7044 7072 7068 7064 7058 7061 7073 7059 7068 867 23 1729 1721 1684 1673 1659 1667 1682 1678 1687 1769 2019 2354 2570 2609 2530 2439 2419 2427 2395 2380 2579 3314 4258 4906 5237 5383 5453 5490 5508 5506 5501 5497 5500 5506 5500 5503 868 24 1789 1770 1758 1757 1752 1755 1771 1766 1773 1836 2022 2266 2418 2441 2383 2315 2300 2305 2279 2268 2410 2917 3525 3917 4107 4189 4231 4255 4265 4263 4260 4259 4258 4266 4258 4263 869 25 1897 1949 1949 1960 1961 1966 1980 1983 1995 2029 2128 2246 2310 2311 2274 2231 2221 2224 2207 2202 2285 2554 2828 2983 3055 3087 3106 3121 3130 3128 3127 3126 3129 3134 3129 3135 870 26 1933 2017 2056 2077 2097 2105 2116 2124 2137 2137 2140 2145 2149 2151 2156 2154 2155 2153 2150 2156 2156 2158 2159 2164 2170 2176 2184 2195 2201 2201 2201 2204 2207 2213 2217 2220 871 27 1262 1511 1845 2116 2235 2372 2548 2678 2728 2752 2772 2772 2729 2632 2473 2254 2020 1776 1546 1393 1314 1289 1268 1244 1231 1223 1221 1234 1262 1281 1276 1255 1223 1195 1189 1221 872 28 1029 1319 1731 2101 2270 2470 2735 2927 2999 3032 3057 3049 2979 2829 2590 2275 1944 1611 1313 1123 1028 0994 0965 0937 0921 0912 0908 0921 0949 0972 0966 0943 0909 0879 0878 0909 873 29 0687 0961 1422 1852 2050 2300 2650 2916 3018 3091 3161 3184 3100 2894 2567 2149 1721 1313 0973 0769 0672 0630 0598 0569 0556 0547 0544 0554 0579 0599 0596 0577 0548 0528 0530 0560 874 210 2712 2640 2515 2427 2362 2346 2388 2498 2726 3247 4395 6072 7528 8335 8667 8753 8794 8807 8789 8807 8834 8947 9045 9108 9156 9183 9211 9235 9248 9234 9223 9213 9208 9220 9202 9211 875 211 2617 2534 2420 2327 2279 2263 2303 2402 2611 3088 4117 5566 6765 7393 7632 7679 7706 7716 7693 7706 7759 7941 8099 8192 8250 8279 8306 8327 8340 8327 8318 8306 8307 8318 8303 8306 876 212 2602 2536 2463 2397 2352 2343 2385 2476 2658 3054 3872 4954 5785 6185 6322 6337 6344 6338 6308 6310 6348 6494 6620 6689 6731 6751 6769 6786 6799 6791 6784 6772 6768 6774 6760 6767 877 213 2406 2399 2360 2320 2294 2290 2326 2400 2543 2834 3404 4107 4602 4818 4886 4876 4872 4857 4824 4819 4836 4926 4996 5031 5055 5065 5075 5090 5100 5094 5087 5081 5075 5077 5069 5075 878 214 2234 2298 2304 2310 2303 2313 2338 2387 2474 2625 2899 3208 3402 3480 3506 3493 3480 3457 3427 3418 3406 3411 3411 3415 3420 3424 3431 3442 3453 3453 3449 3444 3440 3439 3434 3445 879 215 1986 2061 2103 2130 2143 2156 2161 2173 2186 2189 2190 2196 2199 2202 2208 2204 2205 2204 2201 2208 2206 2208 2209 2213 2222 2227 2235 2245 2253 2255 2255 2256 2259 2267 2270 2275 880 216 1115 1299 1554 1773 1871 1984 2117 2179 2155 2097 2019 1932 1848 1739 1587 1414 1261 1116 0970 0878 0884 1037 1203 1286 1319 1331 1339 1357 1383 1401 1396 1381 1355 1330 1329 1352 881 217 0757 0947 1232 1488 1613 1751 1916 1990 1943 1855 1737 1609 1498 1363 1182 0991 0834 0695 0565 0488 0504 0649 0813 0894 0927 0939 0945 0964 0994 1016 1012 0996 0967 0944 0941 0970 882 218 0589 0766 1065 1338 1472 1630 1818 1889 1813 1689 1529 1371 1238 1089 0900 0715 0580 0470 0374 0325 0351 0486 0637 0711 0739 0750 0754 0771 0803 0827 0824 0805 0773 0745 0745 0781 883 219 0957 1097 1323 1507 1572 1680 1869 2082 2322 2809 3835 5255 6289 6527 6183 5541 4847 4158 3552 3160 2932 2800 2686 2599 2554 2531 2520 2549 2614 2659 2643 2590 2509 2430 2410 2466 884 220 1146 1327 1565 1770 1837 1951 2153 2374 2624 3105 4100 5437 6382 6595 6280 5689 5042 4393 3811 3434 3209 3079 2966 2880 2837 2813 2802 2830 2897 2940 2923 2870 2787 2709 2685 2745 885 221 1243 1401 1628 1815 1878 1985 2162 2343 2536 2893 3592 4470 5040 5144 4935 4540 4097 3636 3212 2931 2761 2662 2576 2512 2479 2462 2456 2479 2531 2565 2551 2510 2448 2388 2371 2413 886 222 1249 1420 1636 1800 1861 1952 2097 2244 2391 2652 3143 3735 4097 4152 4009 3738 3429 3100 2791 2585 2458 2385 2320 2272 2249 2234 2230 2248 2287 2314 2303 2272 2221 2179 2168 2203 887 223 1461 1597 1756 1874 1918 1980 2068 2159 2245 2378 2619 2885 3031 3045 2976 2841 2688 2514 2347 2234 2162 2117 2080 2052 2039 2031 2030 2043 2068 2083 2076 2058 2031 2006 1999 2020 888 224 1738 1804 1833 1853 1862 1870 1880 1884 1893 1892 1898 1904 1908 1910 1914 1910 1912 1911 1907 1912 1910 1913 1914 1917 1922 1927 1933 1941 1947 1947 1948 1948 1953 1959 1960 1966 889 225 1359 1467 1564 1637 1671 1706 1740 1730 1685 1621 1554 1492 1438 1377 1295 1216 1169 1133 1080 1046 1113 1386 1689 1860 1937 1970 1989 2003 2022 2030 2029 2021 2010 2005 2002 2018 890 226 1063 1124 1191 1246 1276 1306 1330 1288 1205 1106 1003 0910 0845 0779 0699 0634 0607 0595 0568 0554 0645 1013 1501 1819 1971 2038 2070 2094 2113 2123 2126 2121 2117 2112 2115 2127 891 227 0862 0899 0955 0998 1021 1048 1064 1010 0919 0811 0704 0613 0553 0502 0445 0403 0390 0389 0380 0383 0465 0815 1357 1749 1942 2029 2069 2097 2119 2131 2135 2133 2129 2127 2129 2145 892 21 0777 0692 0620 0583 0556 0553 0568 0579 0612 0739 1064 1509 1794 1823 1681 1538 1507 1530 1491 1465 1794 3126 5211 7015 8117 8673 8938 9060 9114 9120 9121 9118 9121 9139 9121 9129 893 22 1021 0941 0892 0858 0837 0832 0850 0856 0875 0984 1274 1651 1883 1898 1772 1645 1618 1636 1601 1579 1864 2964 4540 5754 6421 6731 6877 6946 6979 6979 6980 6977 6981 6993 6985 6989 894 23 1012 0940 0903 0871 0858 0855 0870 0870 0880 0963 1194 1495 1678 1693 1596 1499 1478 1492 1463 1448 1667 2498 3630 4446 4869 5061 5151 5195 5219 5220 5221 5221 5224 5234 5228 5237 895 24 0979 0934 0909 0887 0870 0873 0886 0883 0893 0964 1168 1432 1593 1612 1540 1463 1447 1459 1437 1424 1599 2220 3001 3518 3772 3884 3940 3972 3991 3990 3992 3992 3999 4007 4004 4012 896 25 1027 1006 0991 0969 0961 0962 0972 0970 0977 1035 1189 1382 1497 1511 1463 1408 1398 1407 1390 1382 1501 1917 2407 2711 2857 2923 2958 2980 2994 2997 2999 3000 3003 3013 3014 3023 897 26 1101 1101 1101 1088 1089 1094 1100 1099 1104 1134 1220 1321 1376 1376 1340 1304 1296 1302 1290 1286 1364 1617 1891 2049 2122 2156 2176 2190 2200 2202 2206 2208 2211 2219 2220 2226 898 27 1119 1166 1184 1197 1202 1206 1213 1214 1222 1222 1224 1228 1231 1234 1238 1238 1241 1241 1241 1246 1247 1250 1252 1257 1263 1268 1274 1282 1288 1290 1295 1298 1303 1309 1313 1322 899 28 0750 0943 1184 1393 1490 1601 1742 1843 1887 1918 1954 1976 1951 1872 1734 1548 1352 1152 0967 0847 0794 0790 0785 0772 0765 0760 0759 0768 0790 0807 0805 0788 0766 0750 0747 0770 900 29 0676 0895 1221 1499 1632 1787 1988 2146 2206 2251 2290 2303 2258 2144 1955 1700 1426 1152 0911 0759 0683 0650 0623 0599 0586 0581 0578 0587 0608 0625 0621 0606 0583 0563 0565 0589 901 210 1980 1834 1694 1593 1528 1509 1543 1640 1857 2383 3597 5430 7077 8023 8415 8520 8567 8585 8567 8586 8634 8813 8968 9061 9125 9153 9184 9206 9222 9206 9198 9188 9189 9198 9180 9187 902 211 1812 1682 1545 1454 1400 1378 1410 1496 1691 2175 3297 4974 6445 7261 7584 7658 7696 7712 7692 7705 7771 7991 8192 8306 8373 8402 8429 8454 8468 8454 8444 8436 8436 8450 8433 8440 903 212 1841 1716 1608 1529 1475 1469 1497 1578 1758 2182 3114 4428 5496 6047 6250 6284 6300 6298 6269 6271 6311 6458 6583 6652 6695 6714 6731 6751 6765 6757 6748 6739 6737 6745 6732 6735 904 213 1633 1566 1487 1425 1391 1381 1403 1476 1620 1956 2668 3622 4349 4696 4817 4830 4829 4816 4786 4782 4798 4884 4952 4988 5010 5022 5033 5047 5058 5055 5049 5044 5039 5040 5031 5035 905 214 1486 1460 1418 1390 1370 1365 1386 1439 1550 1790 2272 2873 3291 3475 3530 3523 3511 3490 3459 3445 3450 3502 3538 3556 3568 3573 3583 3595 3606 3608 3604 3598 3595 3593 3585 3595 906 215 1256 1259 1264 1253 1242 1247 1266 1303 1372 1508 1767 2059 2245 2319 2339 2328 2312 2288 2258 2242 2230 2232 2231 2231 2235 2237 2243 2255 2265 2270 2269 2266 2262 2260 2259 2272 907 216 1128 1170 1184 1198 1207 1213 1217 1219 1227 1229 1232 1238 1243 1247 1251 1252 1256 1259 1258 1264 1265 1270 1273 1278 1285 1290 1298 1305 1312 1316 1319 1323 1328 1336 1339 1346 908 217 0696 0831 1021 1183 1253 1340 1438 1482 1465 1420 1363 1301 1237 1154 1038 0907 0794 0689 0586 0522 0531 0641 0758 0814 0837 0846 0851 0866 0890 0906 0903 0893 0873 0855 0857 0881 909 218 0441 0570 0773 0956 1048 1159 1283 1333 1294 1222 1126 1028 0941 0840 0706 0570 0463 0374 0295 0255 0274 0371 0474 0524 0543 0550 0554 0565 0587 0605 0603 0591 0572 0557 0560 0583 910 219 0511 0603 0732 0840 0867 0940 1068 1236 1465 1960 3054 4623 5793 6069 5675 4952 4176 3418 2763 2342 2104 1968 1854 1766 1721 1698 1689 1717 1787 1838 1825 1775 1692 1614 1598 1657 911 220 0645 0761 0932 1061 1102 1182 1334 1524 1766 2276 3369 4889 6004 6268 5902 5216 4471 3735 3087 2668 2427 2286 2167 2074 2028 2004 1993 2024 2097 2148 2132 2081 1994 1910 1894 1956 912 221 0649 0762 0917 1043 1081 1159 1290 1445 1634 2014 2794 3820 4515 4669 4448 4013 3522 3018 2563 2264 2090 1989 1902 1835 1803 1783 1778 1801 1855 1895 1883 1846 1782 1723 1711 1757 913 222 0648 0740 0884 0999 1043 1106 1220 1347 1500 1793 2385 3126 3603 3698 3537 3223 2863 2487 2142 1914 1780 1702 1636 1585 1560 1548 1543 1561 1604 1634 1625 1596 1549 1503 1494 1532 914 223 0608 0711 0847 0960 0998 1060 1159 1263 1373 1572 1956 2410 2677 2713 2597 2383 2136 1873 1633 1474 1380 1327 1281 1247 1230 1221 1219 1232 1262 1282 1276 1257 1226 1196 1191 1222 915 224 0739 0835 0946 1026 1058 1104 1172 1238 1306 1422 1632 1868 1998 2012 1955 1845 1716 1573 1435 1344 1287 1254 1227 1206 1197 1191 1191 1201 1221 1236 1231 1219 1200 1181 1183 1200 916 225 0939 0974 0986 0994 1001 1006 1009 1008 1016 1014 1017 1020 1022 1024 1027 1027 1029 1030 1031 1035 1036 1038 1041 1045 1050 1054 1059 1066 1073 1074 1078 1081 1086 1092 1091 1099 917 226 0789 0826 0892 0935 0953 0982 1003 0993 0953 0904 0853 0808 0769 0725 0666 0611 0580 0558 0526 0507 0562 0775 1023 1166 1231 1261 1277 1292 1307 1317 1319 1316 1311 1309 1310 1326 918 227 0663 0703 0749 0800 0818 0845 0860 0835 0775 0703 0629 0563 0515 0469 0414 0370 0349 0340 0325 0319 0384 0635 0979 1203 1310 1357 1383 1403 1424 1436 1440 1439 1435 1434 1437 1450 919 21 0470 0395 0346 0318 0301 0293 0303 0315 0341 0426 0635 0885 0999 0950 0801 0678 0653 0672 0644 0628 0902 2152 4354 6439 7799 8517 8860 9017 9090 9100 9106 9102 9113 9130 9117 9128 920 22 0541 0462 0417 0383 0363 0360 0371 0381 0406 0494 0711 0975 1109 1078 0941 0823 0798 0816 0790 0772 1036 2153 3932 5427 6296 6717 6912 7004 7048 7052 7057 7053 7061 7074 7066 7077 921 23 0597 0513 0486 0456 0440 0438 0449 0455 0466 0534 0711 0933 1053 1037 0935 0845 0824 0840 0817 0806 1013 1856 3118 4093 4616 4858 4973 5029 5060 5065 5069 5070 5078 5090 5085 5097 922 24 0514 0466 0432 0401 0396 0392 0401 0405 0417 0480 0644 0855 0976 0972 0889 0812 0797 0810 0790 0782 0960 1653 2635 3346 3711 3877 3960 3999 4024 4031 4037 4041 4050 4061 4060 4065 923 25 0584 0543 0515 0496 0487 0484 0491 0492 0501 0557 0704 0895 1006 1010 0946 0885 0873 0884 0869 0862 1006 1536 2226 2686 2914 3016 3070 3103 3120 3126 3134 3139 3145 3157 3157 3166 924 26 0655 0615 0585 0565 0563 0560 0570 0568 0577 0620 0743 0898 0986 0993 0949 0903 0895 0903 0891 0887 0995 1360 1792 2058 2184 2243 2275 2294 2308 2315 2319 2323 2332 2343 2345 2353 925 27 0688 0668 0662 0652 0648 0644 0650 0647 0654 0682 0762 0860 0914 0919 0895 0868 0864 0869 0861 0859 0923 1132 1361 1495 1558 1587 1606 1621 1632 1634 1639 1644 1649 1657 1659 1671 926 28 0466 0484 0491 0493 0503 0504 0509 0506 0512 0512 0514 0515 0517 0519 0522 0525 0527 0529 0531 0536 0538 0541 0544 0548 0552 0557 0562 0567 0572 0576 0581 0585 0588 0598 0598 0607 927 29 0554 0678 0876 1025 1098 1179 1292 1373 1411 1450 1503 1544 1538 1478 1366 1214 1054 0891 0744 0652 0613 0611 0608 0599 0595 0591 0591 0599 0616 0629 0627 0618 0600 0587 0592 0609 928 210 1257 1067 0940 0850 0801 0786 0811 0885 1059 1531 2745 4740 6675 7869 8390 8547 8615 8640 8627 8650 8693 8853 8993 9078 9134 9160 9192 9215 9230 9215 9206 9197 9198 9208 9197 9198 929 211 0964 0815 0684 0616 0574 0560 0578 0637 0781 1201 2329 4228 6072 7195 7670 7802 7861 7884 7869 7887 7957 8184 8391 8510 8580 8613 8643 8667 8681 8669 8661 8651 8653 8666 8649 8653 930 212 0926 0814 0705 0638 0602 0587 0603 0656 0788 1158 2117 3656 5047 5828 6137 6212 6246 6262 6249 6262 6321 6512 6681 6779 6835 6860 6884 6902 6916 6908 6902 6893 6891 6903 6886 6893 931 213 0931 0824 0735 0675 0643 0634 0648 0695 0811 1118 1884 3051 4032 4541 4732 4771 4786 4786 4768 4771 4805 4927 5036 5095 5130 5145 5161 5178 5187 5183 5178 5172 5174 5179 5168 5174 932 214 0912 0840 0772 0726 0702 0692 0706 0749 0843 1089 1671 2495 3133 3439 3547 3563 3566 3561 3542 3540 3557 3630 3692 3723 3744 3755 3765 3778 3789 3788 3786 3780 3782 3785 3779 3787 933 215 0826 0771 0733 0703 0686 0679 0694 0726 0803 0984 1396 1948 2345 2521 2580 2580 2574 2562 2538 2531 2536 2575 2606 2624 2636 2642 2650 2660 2672 2674 2673 2668 2667 2670 2669 2679 934 216 0734 0719 0700 0689 0679 0681 0687 0713 0759 0861 1071 1324 1485 1551 1572 1567 1563 1554 1539 1535 1537 1558 1575 1583 1592 1597 1604 1612 1621 1625 1627 1627 1628 1630 1631 1640 935 217 0470 0479 0494 0500 0504 0503 0508 0505 0513 0513 0516 0519 0523 0525 0529 0532 0534 0537 0541 0545 0546 0551 0555 0560 0564 0570 0575 0582 0587 0591 0596 0599 0606 0611 0618 0626 936 218 0578 0685 0823 0936 0989 1050 1121 1143 1118 1073 1016 0957 0903 0840 0755 0661 0586 0517 0449 0409 0427 0535 0652 0712 0738 0748 0756 0767 0786 0800 0800 0792 0777 0771 0769 0793 937 219 0291 0328 0392 0422 0427 0459 0526 0638 0819 1263 2339 3991 5283 5605 5175 4392 3564 2772 2106 1690 1463 1336 1231 1151 1111 1091 1081 1109 1172 1221 1209 1166 1094 1028 1014 1069 938 220 0386 0427 0502 0561 0571 0609 0697 0829 1032 1504 2605 4247 5514 5835 5428 4673 3864 3082 2412 1986 1748 1614 1501 1414 1372 1349 1340 1369 1439 1490 1478 1431 1352 1275 1263 1320 939 221 0412 0474 0568 0653 0670 0721 0817 0944 1117 1493 2325 3477 4294 4485 4231 3735 3182 2624 2133 1813 1632 1529 1441 1374 1341 1323 1318 1341 1396 1436 1427 1391 1330 1270 1261 1310 940 222 0378 0468 0559 0639 0661 0710 0800 0909 1056 1363 2027 2920 3529 3667 3478 3106 2679 2241 1847 1588 1441 1357 1286 1231 1204 1191 1185 1206 1253 1287 1280 1250 1198 1151 1144 1184 941 223 0368 0432 0531 0608 0641 0687 0769 0865 0981 1211 1685 2287 2668 2732 2584 2312 1999 1677 1390 1205 1101 1042 0993 0956 0939 0929 0925 0940 0972 0995 0990 0971 0936 0907 0901 0934 942 224 0367 0431 0525 0601 0633 0678 0755 0836 0927 1094 1425 1822 2055 2083 1976 1783 1560 1327 1120 0987 0911 0869 0834 0807 0795 0789 0788 0798 0822 0840 0837 0823 0800 0778 0777 0803 943 225 0494 0561 0633 0692 0718 0752 0801 0855 0910 1004 1183 1382 1493 1507 1461 1372 1265 1147 1034 0960 0916 0890 0869 0855 0849 0844 0844 0854 0870 0881 0881 0872 0859 0845 0848 0864 944 226 0406 0439 0432 0432 0438 0440 0441 0439 0441 0443 0444 0446 0448 0450 0453 0454 0457 0459 0459 0463 0464 0467 0470 0473 0478 0480 0484 0490 0494 0497 0500 0503 0507 0512 0518 0523 945 227 0549 0588 0631 0657 0673 0689 0703 0691 0663 0628 0594 0564 0539 0508 0469 0432 0413 0400 0382 0374 0418 0578 0767 0877 0928 0952 0967 0979 0991 0999 1003 1003 1001 1001 1008 1016 946 21 0485 0408 0367 0337 0319 0315 0324 0328 0341 0396 0518 0631 0653 0585 0467 0380 0362 0373 0357 0350 0548 1552 3492 5383 6614 7257 7564 7702 7767 7780 7787 7786 7793 7814 7807 7815 947 22 0439 0372 0339 0312 0300 0301 0306 0307 0316 0353 0443 0524 0531 0474 0378 0310 0294 0303 0291 0289 0451 1261 2784 4176 5013 5426 5620 5712 5757 5768 5776 5781 5791 5806 5803 5813 948 23 0352 0314 0285 0262 0250 0246 0253 0258 0266 0304 0386 0462 0473 0424 0344 0284 0272 0279 0269 0268 0410 1106 2392 3521 4171 4485 4634 4705 4745 4760 4770 4778 4787 4805 4804 4815 949 24 0315 0273 0246 0235 0227 0223 0226 0230 0243 0277 0352 0424 0435 0395 0325 0275 0263 0270 0261 0261 0386 0979 2032 2905 3383 3611 3721 3780 3814 3827 3841 3851 3863 3878 3883 3897 950 25 0288 0247 0225 0206 0202 0197 0204 0209 0218 0252 0324 0395 0411 0377 0316 0271 0260 0266 0258 0259 0372 0882 1727 2384 2728 2891 2973 3022 3048 3065 3078 3089 3099 3116 3122 3133 951 26 0321 0287 0258 0242 0237 0234 0239 0242 0254 0285 0363 0447 0480 0457 0403 0358 0347 0354 0347 0346 0455 0891 1521 1963 2185 2287 2343 2376 2398 2408 2421 2430 2441 2454 2463 2469 952 27 0397 0363 0351 0341 0332 0333 0338 0337 0340 0365 0438 0530 0578 0575 0540 0508 0500 0506 0500 0499 0584 0877 1250 1485 1600 1654 1686 1707 1723 1730 1738 1743 1753 1765 1770 1776 953 28 0436 0422 0414 0404 0404 0400 0406 0404 0404 0423 0477 0547 0586 0589 0572 0553 0551 0556 0552 0553 0604 0762 0940 1043 1092 1117 1134 1146 1155 1162 1168 1173 1180 1188 1192 1203 954 29 0213 0217 0213 0215 0216 0217 0216 0219 0220 0222 0223 0225 0227 0229 0232 0234 0237 0239 0241 0243 0246 0249 0252 0255 0258 0262 0265 0269 0273 0277 0280 0283 0288 0292 0297 0304 955 210 0857 0694 0566 0506 0472 0458 0474 0526 0658 1064 2212 4245 6342 7706 8326 8519 8600 8629 8616 8642 8686 8845 8984 9065 9121 9147 9175 9202 9217 9203 9195 9188 9188 9200 9185 9192 956 211 0514 0392 0314 0265 0243 0239 0247 0274 0363 0676 1708 3696 5837 7291 7963 8174 8259 8295 8283 8304 8374 8602 8800 8913 8982 9012 9041 9067 9083 9067 9060 9050 9050 9061 9048 9050 957 212 0414 0313 0243 0220 0202 0196 0201 0224 0288 0536 1388 3034 4729 5792 6253 6390 6448 6472 6463 6480 6529 6681 6807 6876 6920 6939 6963 6985 6995 6987 6981 6976 6981 6993 6981 6984 958 213 0341 0276 0223 0199 0192 0189 0192 0205 0252 0429 1047 2229 3372 4023 4284 4355 4388 4404 4398 4409 4448 4565 4662 4715 4747 4763 4780 4795 4808 4803 4803 4803 4806 4816 4807 4815 959 214 0289 0245 0206 0189 0181 0180 0183 0194 0229 0363 0833 1709 2509 2932 3090 3129 3148 3154 3145 3151 3181 3271 3349 3390 3415 3429 3444 3459 3471 3472 3475 3474 3479 3488 3488 3492 960 215 0387 0335 0294 0272 0264 0261 0264 0284 0331 0476 0884 1534 2062 2315 2402 2415 2413 2402 2379 2372 2379 2419 2452 2471 2484 2492 2504 2515 2528 2532 2535 2532 2533 2536 2534 2544 961 216 0387 0358 0333 0317 0305 0300 0308 0326 0369 0488 0788 1222 1545 1691 1740 1744 1741 1731 1717 1710 1716 1743 1767 1780 1789 1796 1804 1814 1824 1830 1832 1833 1835 1841 1839 1850 962 217 0469 0445 0425 0417 0408 0409 0414 0431 0463 0542 0711 0919 1053 1108 1127 1127 1126 1122 1114 1113 1118 1135 1150 1159 1166 1171 1178 1186 1194 1199 1203 1205 1208 1212 1216 1225 963 218 0172 0173 0169 0173 0178 0177 0180 0180 0184 0184 0188 0189 0192 0194 0197 0200 0203 0206 0207 0211 0214 0217 0220 0224 0228 0231 0235 0239 0244 0248 0251 0255 0259 0264 0268 0276 964 219 0227 0237 0253 0260 0254 0261 0300 0370 0504 0881 1899 3588 4987 5378 4954 4156 3309 2509 1843 1433 1213 1092 0994 0918 0881 0863 0855 0880 0938 0985 0975 0935 0869 0807 0801 0849 965 220 0190 0201 0221 0221 0217 0228 0252 0314 0439 0799 1805 3489 4879 5244 4790 3961 3094 2278 1609 1201 0988 0870 0776 0705 0671 0654 0647 0671 0727 0770 0761 0724 0664 0607 0600 0651 966 221 0184 0192 0195 0197 0188 0192 0216 0266 0377 0705 1659 3289 4640 5009 4587 3801 2962 2168 1511 1109 0898 0783 0690 0620 0587 0571 0563 0587 0643 0686 0678 0643 0583 0527 0520 0568 967 222 0166 0165 0175 0170 0167 0168 0185 0223 0313 0591 1424 2856 4027 4349 4007 3340 2614 1916 1333 0978 0791 0689 0609 0547 0518 0504 0498 0519 0568 0605 0600 0567 0517 0469 0462 0507 968 223 0144 0158 0171 0174 0166 0172 0189 0224 0307 0549 1241 2375 3239 3436 3143 2602 2013 1450 0991 0719 0580 0507 0448 0406 0386 0377 0373 0386 0420 0446 0441 0420 0385 0356 0357 0392 969 224 0220 0234 0289 0331 0344 0378 0428 0499 0595 0798 1254 1872 2275 2346 2190 1905 1581 1256 0976 0802 0708 0656 0613 0581 0566 0559 0556 0569 0595 0618 0614 0597 0570 0543 0543 0573 970 225 0242 0298 0363 0428 0448 0483 0548 0611 0686 0827 1106 1443 1640 1659 1561 1390 1192 0989 0813 0701 0641 0608 0581 0560 0551 0547 0546 0555 0574 0587 0588 0576 0557 0543 0547 0565 971 226 0344 0374 0418 0454 0467 0489 0520 0554 0589 0655 0782 0929 1011 1027 1001 0946 0878 0804 0734 0688 0661 0648 0636 0628 0624 0624 0625 0632 0643 0651 0652 0647 0641 0634 0639 0651 972 227 0207 0218 0210 0218 0223 0221 0224 0220 0225 0226 0227 0229 0231 0233 0235 0236 0239 0241 0242 0246 0248 0250 0253 0256 0259 0263 0265 0270 0273 0276 0280 0283 0287 0289 0295 0301 973 21 0162 0174 0178 0181 0181 0181 0181 0181 0182 0181 0183 0185 0186 0187 0189 0190 0192 0194 0195 0197 0197 0200 0202 0204 0207 0209 0211 0215 0217 0219 0222 0224 0228 0231 0235 0241 974 22 0393 0382 0394 0398 0395 0398 0396 0399 0400 0399 0400 0402 0403 0405 0406 0407 0409 0409 0410 0414 0415 0417 0419 0422 0426 0428 0432 0437 0440 0444 0445 0450 0451 0457 0461 0463 975 23 1054 1075 1096 1109 1116 1118 1124 1126 1131 1131 1131 1134 1137 1137 1140 1139 1141 1142 1141 1145 1146 1149 1150 1153 1159 1162 1168 1175 1180 1182 1184 1188 1192 1197 1200 1207 976 24 1753 1829 1861 1887 1896 1907 1914 1920 1931 1931 1933 1937 1939 1942 1947 1944 1945 1945 1942 1949 1948 1949 1952 1957 1963 1969 1976 1985 1992 1992 1996 1998 2002 2010 2010 2020 977 25 2630 2755 2816 2856 2879 2900 2919 2934 2952 2956 2962 2971 2977 2982 2990 2986 2988 2987 2982 2990 2986 2988 2988 2996 3004 3011 3022 3032 3041 3040 3042 3042 3049 3056 3056 3066 978 26 3749 3943 4034 4109 4161 4194 4229 4256 4287 4297 4305 4315 4322 4329 4340 4335 4337 4333 4326 4338 4332 4333 4332 4338 4352 4359 4372 4387 4397 4395 4395 4395 4398 4407 4404 4415 979 27 4858 5129 5260 5374 5444 5509 5562 5609 5657 5674 5694 5720 5737 5751 5769 5761 5768 5767 5757 5772 5764 5765 5765 5775 5792 5804 5822 5842 5856 5850 5850 5847 5853 5864 5858 5872 980 28 6375 6742 6946 7112 7223 7315 7403 7473 7541 7568 7594 7626 7650 7670 7695 7689 7693 7688 7674 7694 7683 7680 7676 7692 7715 7731 7754 7777 7791 7783 7781 7775 7780 7797 7785 7797 981 29 7619 8057 8342 8553 8708 8823 8935 9034 9122 9160 9204 9251 9285 9310 9336 9321 9322 9315 9290 9309 9294 9294 9290 9304 9327 9344 9366 9386 9400 9383 9373 9360 9359 9372 9356 9365 982 210 0207 0228 0219 0222 0227 0219 0223 0222 0225 0225 0225 0227 0228 0229 0232 0233 0234 0237 0238 0240 0242 0244 0247 0249 0251 0254 0256 0260 0263 0266 0268 0272 0274 0278 0281 0288 983 211 0262 0261 0265 0268 0268 0269 0267 0269 0271 0272 0272 0275 0275 0278 0280 0281 0283 0285 0286 0289 0290 0293 0296 0298 0302 0305 0307 0312 0315 0318 0320 0324 0327 0332 0335 0338 984 212 0474 0500 0503 0500 0502 0501 0504 0504 0507 0506 0506 0509 0509 0510 0512 0513 0515 0515 0515 0519 0520 0522 0525 0527 0531 0533 0537 0542 0545 0549 0550 0554 0559 0564 0569 0573 985 213 0812 0839 0851 0859 0859 0865 0868 0868 0871 0871 0873 0876 0878 0881 0883 0883 0884 0885 0885 0889 0890 0893 0895 0899 0902 0906 0911 0917 0921 0925 0928 0930 0934 0940 0942 0953 986 214 1243 1305 1321 1340 1345 1356 1359 1363 1373 1373 1374 1378 1381 1384 1388 1387 1390 1392 1390 1396 1397 1400 1403 1409 1415 1421 1428 1434 1441 1444 1447 1450 1455 1464 1468 1477 987 215 1535 1584 1624 1638 1653 1661 1668 1673 1683 1685 1689 1697 1702 1707 1712 1712 1715 1715 1714 1721 1721 1726 1729 1733 1740 1747 1755 1764 1770 1773 1779 1779 1785 1794 1794 1805 988 216 1944 2035 2078 2102 2122 2132 2147 2156 2168 2172 2177 2183 2190 2193 2201 2199 2203 2203 2201 2209 2209 2212 2215 2221 2230 2237 2245 2254 2263 2267 2270 2272 2277 2286 2291 2300 989 217 2276 2382 2437 2473 2490 2508 2527 2540 2559 2564 2577 2588 2598 2605 2615 2614 2618 2621 2618 2630 2630 2636 2640 2649 2659 2668 2679 2692 2701 2704 2708 2712 2718 2730 2730 2740 990 218 2810 2958 3023 3073 3103 3129 3151 3170 3191 3199 3208 3220 3229 3236 3247 3245 3250 3250 3246 3257 3256 3261 3264 3273 3286 3295 3307 3322 3332 3333 3334 3337 3344 3353 3354 3368 991 219 3407 3565 3655 3712 3759 3791 3820 3847 3876 3888 3904 3922 3937 3947 3961 3957 3961 3963 3957 3968 3967 3971 3974 3982 3996 4006 4019 4034 4046 4045 4045 4045 4053 4063 4062 4073 992 220 4028 4231 4338 4421 4478 4520 4559 4596 4632 4643 4659 4678 4692 4702 4716 4711 4717 4716 4707 4722 4718 4722 4722 4731 4747 4759 4775 4790 4805 4803 4802 4800 4808 4819 4817 4821 993 221 4639 4891 5022 5126 5200 5248 5304 5348 5394 5414 5437 5468 5491 5506 5526 5521 5526 5525 5516 5532 5524 5529 5530 5539 5558 5570 5588 5605 5618 5616 5615 5612 5618 5631 5624 5641 994 222 5341 5633 5791 5921 6008 6076 6144 6200 6257 6281 6306 6334 6357 6373 6394 6389 6396 6395 6385 6405 6397 6400 6397 6410 6435 6449 6469 6489 6505 6501 6496 6494 6498 6512 6509 6522 995 223 6016 6361 6544 6695 6801 6887 6967 7037 7103 7138 7176 7219 7255 7278 7304 7299 7304 7302 7289 7310 7299 7305 7304 7316 7342 7354 7377 7400 7416 7407 7405 7401 7401 7415 7404 7418 996 224 6913 7308 7545 7737 7867 7976 8080 8161 8242 8278 8317 8357 8390 8413 8440 8427 8433 8429 8413 8433 8423 8428 8424 8436 8464 8482 8504 8527 8539 8527 8520 8513 8515 8529 8513 8525 997 225 7575 7999 8279 8492 8640 8763 8876 8972 9063 9109 9159 9217 9255 9280 9306 9289 9291 9282 9256 9270 9260 9272 9271 9285 9316 9330 9355 9375 9391 9375 9362 9347 9344 9354 9338 9352 998 226 0148 0171 0169 0170 0168 0170 0173 0171 0173 0175 0176 0177 0179 0180 0182 0183 0184 0186 0187 0190 0191 0194 0196 0198 0200 0203 0205 0208 0212 0214 0217 0219 0221 0226 0230 0231 999 227 7517 7947 8220 8436 8589 8712 8832 8932 9027 9079 9133 9197 9243 9273 9303 9294 9303 9298 9271 9288 9279 9293 9296 9309 9330 9337 9357 9377 9390 9373 9361 9348 9347 9356 9341 9355 1000 21 0158 0169 0181 0181 0179 0183 0183 0182 0186 0186 0188 0190 0190 0193 0195 0197 0199 0202 0203 0206 0207 0210 0213 0215 0219 0221 0223 0228 0231 0235 0237 0240 0243 0249 0251 0257 1001 22 0403 0413 0416 0418 0426 0420 0428 0425 0431 0432 0434 0435 0438 0440 0442 0444 0446 0449 0450 0454 0455 0459 0461 0465 0469 0473 0477 0482 0486 0491 0493 0496 0502 0506 0510 0515 1002 23 1063 1109 1120 1133 1136 1144 1149 1149 1155 1154 1156 1159 1161 1162 1165 1165 1167 1167 1167 1173 1174 1176 1177 1181 1187 1191 1196 1204 1210 1214 1216 1220 1222 1227 1234 1242 1003 24 1741 1830 1858 1883 1894 1906 1917 1923 1937 1939 1943 1949 1954 1958 1964 1963 1964 1964 1961 1970 1970 1973 1975 1981 1988 1993 2001 2010 2018 2020 2022 2024 2029 2038 2042 2046 1004 25 2634 2765 2822 2868 2893 2916 2934 2945 2965 2970 2975 2982 2985 2991 2999 2995 2998 2997 2992 3002 2999 3001 3002 3009 3018 3025 3035 3048 3055 3056 3057 3059 3065 3075 3070 3080 1005 26 3750 3936 4035 4106 4151 4189 4222 4251 4282 4294 4307 4324 4335 4345 4357 4351 4355 4353 4342 4355 4349 4350 4349 4356 4369 4377 4389 4404 4417 4413 4413 4412 4415 4425 4419 4429 1006 27 4886 5141 5289 5408 5482 5541 5599 5642 5692 5708 5728 5748 5766 5778 5798 5792 5798 5796 5786 5803 5793 5795 5792 5803 5821 5834 5851 5870 5883 5877 5875 5874 5880 5893 5887 5899 1007 28 6406 6762 6973 7142 7257 7352 7440 7514 7583 7617 7649 7687 7716 7739 7766 7761 7768 7761 7746 7768 7754 7753 7747 7759 7785 7798 7821 7843 7861 7851 7845 7836 7844 7860 7846 7862 1008 29 7636 8096 8371 8590 8739 8863 8980 9071 9160 9198 9236 9278 9307 9330 9354 9340 9343 9333 9307 9327 9308 9311 9303 9312 9341 9358 9382 9404 9418 9405 9391 9378 9375 9389 9372 9382 1009 210 0239 0220 0223 0228 0228 0231 0231 0232 0235 0235 0237 0239 0241 0243 0245 0246 0250 0252 0253 0256 0258 0261 0264 0266 0269 0273 0276 0280 0283 0287 0289 0294 0297 0302 0306 0312 1010 211 0258 0286 0285 0292 0293 0292 0293 0294 0297 0299 0300 0302 0305 0307 0309 0311 0314 0315 0318 0322 0324 0327 0331 0334 0337 0341 0345 0349 0353 0358 0362 0365 0369 0374 0377 0381 1011 212 0518 0536 0546 0549 0552 0553 0552 0553 0557 0557 0560 0561 0562 0563 0567 0567 0570 0572 0573 0576 0578 0580 0582 0586 0591 0592 0597 0603 0607 0610 0614 0617 0622 0626 0630 0635 1012 213 0825 0875 0883 0895 0898 0902 0905 0907 0913 0912 0913 0916 0918 0922 0923 0924 0927 0929 0928 0933 0934 0938 0941 0945 0951 0955 0960 0968 0973 0975 0978 0980 0987 0994 0998 1003 1013 214 1267 1342 1364 1375 1387 1394 1401 1405 1412 1412 1417 1420 1424 1427 1432 1432 1435 1436 1435 1441 1441 1443 1447 1452 1457 1463 1470 1477 1485 1488 1491 1495 1500 1505 1512 1522 1014 215 1570 1663 1688 1711 1727 1733 1741 1745 1756 1757 1761 1765 1769 1773 1777 1778 1780 1780 1778 1786 1785 1789 1792 1798 1806 1810 1818 1828 1835 1838 1840 1842 1848 1857 1857 1866 1015 216 2022 2112 2152 2184 2197 2210 2224 2237 2252 2255 2261 2269 2275 2279 2286 2285 2288 2289 2285 2294 2294 2296 2299 2306 2314 2321 2331 2341 2348 2350 2351 2353 2358 2365 2369 2377 1016 217 2387 2482 2536 2577 2603 2616 2632 2646 2664 2669 2676 2685 2692 2698 2707 2705 2709 2710 2708 2720 2720 2725 2727 2733 2744 2752 2763 2776 2786 2790 2792 2796 2801 2808 2811 2817 1017 218 2922 3067 3141 3191 3228 3250 3276 3293 3315 3321 3333 3346 3356 3363 3374 3371 3374 3374 3369 3381 3379 3383 3383 3390 3402 3411 3423 3436 3447 3447 3450 3450 3456 3465 3464 3475 1018 219 3523 3706 3789 3853 3902 3934 3965 3991 4022 4030 4038 4050 4059 4065 4076 4073 4077 4077 4070 4082 4077 4080 4081 4089 4102 4113 4125 4140 4150 4149 4150 4148 4154 4162 4162 4173 1019 220 4058 4258 4372 4454 4510 4555 4595 4628 4668 4679 4698 4717 4733 4743 4757 4753 4758 4758 4749 4763 4755 4759 4759 4767 4783 4794 4810 4826 4838 4836 4835 4835 4839 4849 4846 4853 1020 221 4681 4929 5072 5188 5255 5309 5367 5412 5458 5475 5494 5516 5532 5544 5563 5560 5566 5564 5556 5573 5563 5565 5565 5574 5590 5600 5619 5640 5651 5647 5648 5646 5651 5663 5659 5670 1021 222 5318 5630 5793 5924 6007 6082 6144 6202 6257 6284 6310 6341 6365 6381 6404 6399 6406 6406 6397 6415 6407 6407 6407 6419 6441 6455 6476 6495 6510 6506 6503 6501 6507 6520 6516 6529 1022 223 6041 6405 6595 6755 6861 6944 7028 7097 7161 7192 7221 7257 7282 7302 7328 7321 7328 7326 7313 7335 7323 7324 7322 7336 7360 7375 7396 7418 7435 7428 7426 7421 7424 7439 7428 7443 1023 224 6899 7300 7535 7724 7851 7960 8062 8142 8227 8268 8313 8364 8401 8428 8457 8448 8455 8450 8432 8455 8440 8441 8435 8447 8472 8486 8510 8533 8550 8537 8529 8524 8523 8537 8528 8541 1024 225 7582 8036 8311 8527 8681 8800 8919 9014 9104 9149 9193 9240 9275 9295 9321 9304 9309 9297 9271 9290 9276 9285 9283 9297 9326 9343 9366 9386 9400 9383 9371 9359 9356 9368 9350 9358 1025 226 0463 0382 0357 0328 0314 0311 0320 0323 0336 0389 0529 0666 0702 0634 0505 0407 0388 0402 0383 0372 0594 1671 3645 5492 6660 7261 7543 7671 7731 7743 7748 7746 7756 7773 7761 7770 1026 227 0604 1080 1947 2816 3235 3799 4644 5342 5646 5890 6121 6201 5963 5405 4581 3604 2657 1802 1133 0752 0571 0479 0411 0364 0343 0331 0328 0342 0378 0408 0401 0378 0339 0310 0316 0356 1027 21 0143 0152 0161 0152 0158 0159 0159 0160 0164 0164 0166 0168 0169 0172 0174 0175 0177 0179 0180 0183 0185 0188 0190 0194 0196 0198 0201 0206 0209 0212 0215 0216 0221 0224 0228 0230 1028 22 0427 0412 0432 0434 0440 0439 0443 0441 0446 0447 0448 0452 0454 0456 0458 0461 0463 0465 0466 0470 0472 0475 0478 0482 0486 0489 0494 0499 0504 0508 0512 0515 0519 0525 0528 0542 1029 23 1034 1079 1096 1110 1111 1116 1125 1127 1134 1135 1137 1142 1146 1149 1153 1153 1156 1158 1159 1164 1166 1170 1173 1178 1184 1188 1194 1202 1209 1213 1215 1219 1224 1232 1237 1241 1030 24 1728 1795 1839 1864 1876 1883 1895 1905 1919 1921 1927 1934 1940 1944 1951 1952 1955 1957 1955 1963 1964 1968 1970 1977 1986 1992 2002 2012 2022 2023 2026 2031 2036 2045 2048 2059 1031 25 2610 2725 2791 2830 2856 2875 2894 2912 2931 2939 2948 2960 2968 2974 2985 2982 2986 2986 2981 2991 2988 2993 2994 3001 3011 3018 3028 3042 3050 3051 3052 3055 3060 3069 3070 3078 1032 26 3706 3878 3975 4043 4095 4129 4162 4190 4222 4233 4243 4260 4270 4281 4293 4289 4292 4290 4283 4297 4291 4292 4292 4299 4313 4323 4338 4351 4363 4362 4362 4360 4367 4376 4377 4386 1033 27 4839 5097 5237 5348 5421 5483 5537 5585 5634 5656 5680 5709 5730 5749 5768 5763 5769 5767 5757 5774 5767 5770 5770 5781 5800 5812 5833 5853 5869 5862 5862 5859 5865 5881 5874 5886 1034 28 6385 6763 6970 7139 7250 7349 7434 7504 7574 7603 7633 7668 7692 7713 7742 7734 7740 7734 7721 7740 7730 7729 7726 7738 7762 7779 7801 7826 7840 7832 7827 7821 7824 7841 7831 7847 1035 29 7615 8057 8334 8553 8697 8821 8933 9026 9116 9159 9203 9253 9290 9310 9336 9320 9321 9310 9283 9301 9285 9291 9287 9298 9326 9343 9366 9387 9401 9385 9375 9360 9359 9371 9353 9362 1036 210 0151 0193 0201 0201 0201 0203 0205 0201 0206 0206 0207 0210 0212 0215 0218 0219 0222 0222 0225 0229 0231 0234 0237 0239 0242 0246 0249 0253 0257 0261 0264 0267 0272 0274 0278 0286 1037 211 0234 0270 0275 0277 0285 0281 0285 0284 0290 0289 0292 0294 0298 0299 0303 0304 0307 0310 0311 0315 0318 0322 0324 0328 0333 0336 0340 0345 0350 0354 0357 0361 0367 0371 0375 0385 1038 212 0508 0525 0527 0536 0544 0548 0549 0550 0553 0554 0555 0557 0558 0561 0564 0566 0569 0569 0570 0575 0577 0580 0583 0587 0592 0595 0599 0605 0608 0613 0617 0622 0625 0631 0636 0638 1039 213 0791 0833 0848 0863 0869 0871 0877 0876 0883 0883 0886 0891 0894 0898 0901 0902 0905 0907 0907 0913 0915 0920 0923 0928 0933 0938 0944 0950 0957 0961 0966 0968 0974 0981 0986 0992 1040 214 1227 1301 1337 1352 1358 1370 1375 1377 1386 1389 1393 1397 1402 1406 1411 1411 1415 1416 1416 1424 1425 1430 1433 1439 1446 1453 1458 1467 1475 1480 1483 1487 1492 1500 1502 1515 1041 215 1525 1578 1610 1638 1648 1657 1668 1671 1683 1686 1694 1701 1706 1711 1718 1719 1722 1724 1724 1731 1733 1738 1741 1747 1756 1762 1771 1782 1789 1792 1797 1800 1809 1815 1820 1828 1042 216 1941 2031 2068 2103 2118 2134 2143 2154 2168 2172 2179 2186 2193 2198 2206 2205 2209 2210 2209 2217 2217 2222 2226 2233 2242 2249 2259 2270 2280 2282 2284 2287 2294 2303 2304 2312 1043 217 2299 2392 2448 2482 2506 2524 2545 2557 2580 2586 2598 2612 2621 2628 2640 2641 2647 2650 2650 2661 2662 2668 2674 2683 2694 2703 2714 2729 2741 2744 2748 2752 2761 2772 2773 2786 1044 218 2819 2959 3020 3072 3103 3130 3157 3174 3197 3206 3216 3231 3240 3248 3260 3259 3264 3265 3261 3273 3273 3278 3281 3291 3303 3311 3326 3341 3352 3354 3355 3357 3368 3377 3376 3388 1045 219 3413 3592 3668 3735 3776 3814 3844 3870 3901 3909 3921 3939 3950 3960 3973 3969 3973 3974 3969 3980 3976 3981 3985 3992 4005 4015 4029 4044 4054 4055 4055 4056 4061 4072 4074 4083 1046 220 3953 4160 4263 4346 4398 4440 4487 4519 4554 4569 4589 4610 4624 4635 4652 4649 4656 4655 4648 4664 4660 4662 4664 4672 4690 4701 4717 4735 4747 4747 4747 4745 4750 4761 4758 4773 1047 221 4623 4872 5002 5113 5175 5236 5283 5328 5376 5395 5415 5440 5459 5474 5494 5488 5495 5493 5487 5503 5497 5501 5501 5514 5531 5544 5563 5581 5595 5593 5593 5589 5597 5609 5601 5622 1048 222 5225 5542 5695 5820 5913 5981 6046 6103 6160 6184 6214 6248 6273 6293 6314 6310 6318 6317 6306 6326 6321 6325 6324 6339 6360 6373 6396 6417 6433 6427 6424 6421 6428 6444 6439 6451 1049 223 6002 6339 6530 6688 6788 6876 6955 7025 7091 7120 7154 7193 7222 7243 7269 7263 7272 7270 7255 7278 7268 7271 7269 7281 7307 7321 7344 7366 7384 7377 7375 7368 7374 7390 7384 7392 1050 224 6890 7286 7522 7701 7836 7943 8042 8126 8205 8246 8284 8332 8367 8392 8418 8410 8417 8411 8393 8415 8401 8403 8395 8408 8434 8450 8473 8496 8509 8498 8491 8484 8485 8503 8486 8504 1051 225 7543 8011 8289 8503 8660 8785 8902 8998 9090 9134 9179 9230 9265 9285 9309 9294 9296 9287 9260 9276 9265 9277 9275 9291 9320 9335 9358 9379 9392 9373 9362 9350 9347 9361 9341 9350 1052 226 0720 0562 0460 0404 0369 0358 0373 0419 0543 0934 2076 4118 6223 7608 8238 8437 8519 8553 8544 8564 8623 8815 8981 9077 9138 9168 9199 9223 9241 9225 9214 9204 9205 9217 9200 9202 1053 227 0600 0844 1275 1698 1913 2171 2477 2528 2317 2032 1707 1410 1193 0978 0731 0530 0414 0335 0266 0239 0284 0458 0661 0757 0790 0798 0801 0829 0887 0931 0924 0890 0830 0773 0768 0824 1054 21 0159 0157 0161 0164 0161 0168 0168 0168 0173 0173 0176 0177 0178 0181 0183 0185 0188 0190 0191 0193 0196 0199 0201 0204 0207 0210 0212 0216 0219 0223 0226 0229 0232 0237 0239 0246 1055 22 0417 0418 0431 0428 0432 0437 0439 0439 0443 0443 0446 0448 0451 0453 0457 0458 0462 0463 0465 0469 0471 0474 0477 0482 0486 0490 0494 0500 0505 0508 0511 0516 0520 0526 0530 0538 1056 23 1012 1060 1080 1094 1099 1107 1111 1114 1121 1122 1126 1131 1135 1139 1143 1143 1147 1149 1149 1155 1156 1159 1163 1169 1174 1179 1185 1193 1200 1203 1206 1210 1216 1223 1226 1236 1057 24 1709 1781 1813 1842 1853 1866 1871 1882 1893 1896 1901 1909 1913 1917 1924 1924 1926 1928 1926 1934 1934 1938 1941 1947 1954 1960 1968 1979 1987 1989 1991 1993 2001 2009 2011 2019 1058 25 2527 2655 2709 2748 2778 2793 2814 2830 2851 2857 2866 2877 2887 2893 2902 2900 2903 2905 2902 2912 2910 2914 2916 2924 2934 2941 2953 2966 2974 2977 2980 2980 2985 2997 2997 3009 1059 26 3644 3825 3931 4001 4042 4080 4114 4144 4173 4186 4199 4217 4228 4238 4251 4247 4251 4250 4243 4256 4251 4255 4254 4260 4275 4284 4299 4314 4325 4324 4323 4322 4331 4342 4335 4348 1060 27 4818 5066 5212 5323 5399 5465 5520 5570 5617 5637 5663 5690 5712 5729 5750 5744 5751 5749 5740 5757 5750 5751 5752 5760 5779 5791 5807 5825 5842 5839 5839 5835 5840 5851 5845 5856 1061 28 6376 6726 6939 7105 7224 7318 7403 7479 7548 7581 7613 7652 7678 7702 7730 7722 7730 7729 7712 7734 7721 7720 7718 7729 7755 7767 7788 7813 7827 7818 7814 7810 7814 7829 7821 7834 1062 29 7614 8068 8335 8551 8690 8817 8929 9021 9112 9159 9204 9258 9294 9319 9346 9331 9337 9328 9303 9321 9303 9303 9295 9306 9333 9348 9370 9391 9403 9388 9376 9363 9364 9377 9361 9373 1063 210 0169 0190 0192 0197 0198 0200 0203 0203 0205 0206 0208 0211 0212 0215 0218 0219 0222 0224 0226 0230 0232 0234 0237 0240 0244 0247 0250 0254 0258 0262 0266 0270 0273 0277 0281 0284 1064 211 0231 0268 0275 0274 0284 0286 0286 0286 0289 0291 0293 0296 0299 0302 0304 0306 0309 0312 0314 0318 0320 0324 0327 0332 0335 0339 0344 0349 0355 0359 0362 0365 0369 0375 0381 0382 1065 212 0509 0538 0546 0549 0554 0558 0554 0555 0560 0561 0562 0565 0567 0570 0573 0574 0577 0579 0580 0584 0587 0589 0592 0595 0601 0604 0609 0615 0620 0624 0627 0631 0635 0640 0646 0652 1066 213 0844 0868 0879 0891 0890 0897 0903 0903 0912 0913 0916 0920 0924 0929 0933 0935 0938 0940 0942 0948 0950 0953 0958 0962 0969 0975 0980 0987 0994 0998 1003 1007 1013 1020 1023 1031 1067 214 1281 1348 1369 1385 1396 1406 1414 1417 1427 1429 1433 1439 1444 1448 1454 1455 1459 1461 1461 1470 1471 1475 1478 1485 1493 1499 1507 1516 1524 1528 1532 1536 1543 1552 1553 1560 1068 215 1572 1632 1662 1693 1706 1714 1723 1731 1743 1746 1753 1759 1765 1770 1777 1778 1782 1783 1783 1791 1793 1798 1801 1807 1815 1821 1831 1840 1849 1853 1857 1861 1867 1875 1878 1888 1069 216 1972 2081 2115 2149 2166 2180 2192 2203 2218 2223 2228 2238 2244 2249 2256 2256 2260 2261 2260 2270 2269 2273 2276 2283 2292 2298 2309 2319 2328 2330 2334 2336 2342 2350 2353 2362 1070 217 2355 2457 2513 2552 2576 2596 2617 2633 2652 2660 2669 2680 2688 2695 2705 2706 2713 2716 2713 2724 2724 2730 2734 2742 2753 2762 2774 2788 2798 2802 2804 2808 2814 2828 2830 2841 1071 218 2847 2975 3056 3097 3131 3156 3184 3205 3229 3238 3249 3260 3271 3278 3290 3289 3294 3295 3293 3305 3303 3307 3310 3319 3331 3342 3354 3370 3380 3382 3385 3385 3392 3402 3405 3413 1072 219 3469 3614 3714 3776 3816 3851 3886 3913 3942 3952 3963 3977 3989 3998 4010 4008 4013 4012 4006 4020 4017 4020 4021 4031 4044 4054 4069 4084 4095 4095 4095 4094 4102 4113 4113 4118 1073 220 4032 4245 4353 4438 4489 4532 4577 4610 4649 4662 4678 4698 4711 4721 4738 4733 4737 4738 4730 4745 4739 4743 4742 4751 4768 4778 4793 4812 4824 4819 4820 4820 4823 4839 4835 4848 1074 221 4656 4918 5046 5152 5223 5282 5334 5379 5426 5442 5463 5487 5502 5517 5537 5533 5539 5537 5528 5546 5539 5542 5541 5551 5569 5580 5599 5617 5632 5628 5626 5626 5632 5646 5640 5651 1075 222 5383 5670 5841 5971 6058 6126 6198 6252 6312 6339 6368 6405 6429 6448 6472 6467 6474 6473 6463 6484 6477 6480 6478 6492 6516 6530 6551 6571 6584 6581 6577 6576 6580 6594 6588 6602 1076 223 6070 6430 6626 6782 6887 6971 7056 7123 7191 7218 7249 7284 7309 7330 7354 7348 7357 7354 7343 7364 7351 7353 7352 7363 7388 7403 7424 7446 7462 7457 7451 7446 7452 7466 7455 7466 1077 224 6909 7304 7549 7735 7860 7964 8069 8151 8235 8278 8322 8372 8408 8436 8465 8458 8464 8460 8444 8465 8452 8453 8446 8458 8486 8500 8523 8548 8564 8552 8544 8535 8540 8554 8539 8552 1078 225 7565 8015 8299 8512 8664 8788 8910 9005 9096 9142 9188 9239 9277 9302 9331 9317 9322 9312 9288 9306 9288 9294 9288 9301 9328 9342 9365 9387 9399 9385 9374 9360 9361 9368 9352 9365 1079 226 0190 0202 0216 0224 0219 0225 0260 0317 0437 0773 1741 3402 4797 5179 4736 3919 3060 2257 1600 1201 0994 0880 0789 0720 0686 0670 0662 0685 0740 0784 0774 0738 0678 0621 0614 0663 1080 227 1995 2068 2233 2370 2453 2531 2571 2390 2068 1716 1357 1059 0868 0706 0530 0415 0386 0391 0364 0352 0568 1682 3671 5421 6467 6975 7205 7321 7402 7431 7426 7403 7367 7342 7326 7361 ] def %END RX0F } if %ypaper=0 %***************************************************************************** %END spectral reflection data, cmyn6*, 1080 colours, offset A,B,L,G, printer P %END 'ZE03'OUTLIN1Y2=(0,2,4).PS %***************************************************************************** /BeginEPSF {% def % Prepare for EPS file /b4_Inc_state save def % Save state for cleanup /dict_count countdictstack def /op_count count 1 sub def % Count objects on op stack userdict begin % Make userdict current dict /showpage {} def 0 setgray 0 setlinecap 1 setlinewidth 0 setlinejoin 10 setmiterlimit [] 0 setdash newpath /languagelevel where % If level not equal to 1 then {pop languagelevel where % If level not equal to 1 then 1 ne {false setstrokeadjust false setoverprint } if } if } bind def /EndEPSF {% def % End for EPS file count op_count sub {pop} repeat countdictstack dict_count sub {end} repeat % Clean up dict stack b4_Inc_state restore } bind def /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /A4querF {598 0 translate 90 rotate} def /Times-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Times-ISOL1 exch definefont pop /Times-Italic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesI-ISOL1 exch definefont pop /Times-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesB-ISOL1 exch definefont pop /Times-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesBI-ISOL1 exch definefont pop /Courier-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /CourierB-ISOL1 exch definefont pop /Courier findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Courier-ISOL1 exch definefont pop /T12 {12 /Times-ISOL1 FS} bind def /TI12 {12 /TimesI-ISOL1 FS} bind def /TB12 {12 /TimesB-ISOL1 FS} bind def /TBI12 {12 /TimesBI-ISOL1 FS} bind def /C12 {12 /Courier-ISOL1 FS} bind def /CB12 {12 /CourierB-ISOL1 FS} bind def /cvishow {cvi 6 string cvs show} def /cvsshow1 {10 mul cvi 0.1 mul 7 string cvs show} def /cvsshow2 {100 mul cvi 0.01 mul 7 string cvs show} def /cvsshow3 {1000 mul cvi 0.001 mul 7 string cvs show} def %ANFA CMYKDEF %CMYKDEA0 (A0=Standard-Drucker-CMYKDEF) 15.3.97 /tzac [1.000 0.933 0.867 0.800 0.733 0.667 0.600 0.533 0.467 0.400 0.333 0.267 0.200 0.132 0.067 0.000 1.000 0.750 0.500 0.250 0.000] def /tzam [1.000 0.933 0.867 0.800 0.733 0.667 0.600 0.533 0.467 0.400 0.333 0.267 0.200 0.132 0.067 0.000 1.000 0.750 0.500 0.250 0.000] def /tzay [1.000 0.933 0.867 0.800 0.733 0.667 0.600 0.533 0.467 0.400 0.333 0.267 0.200 0.132 0.067 0.000 1.000 0.750 0.500 0.250 0.000] def /tzan [1.000 0.933 0.867 0.800 0.733 0.667 0.600 0.533 0.467 0.400 0.333 0.267 0.200 0.132 0.067 0.000 1.000 0.750 0.500 0.250 0.000] def /tza0 [0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000] def /tza1 [1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000] def %ENDE CMYKD /rec %x, y width heigth {/heigth exch def /width exch def moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /colrecfiLAB* %x y width heigth LAB* { setcolor rec fill} bind def /colrecstLAB* %x y width heigth LAB* { setcolor rec stroke} bind def /colrecficmyn* %x y width heigth cmy0* or 000n* { setcmykcolor rec fill} bind def /colrecstcmyn* %x y width heigth cmy0* or 000n* { setcmykcolor rec stroke} bind def /colrecfiw* %x y width heigth w* { setgray rec fill} bind def /colrecstw* %x y width heigth w* { setgray rec stroke} bind def /colrecfiolv* %x y width heigth olv* { setrgbcolor rec fill} bind def /colrecstolv* %x y width heigth olv* { setrgbcolor rec stroke} bind def /tzrcmy0* {0.0 1.0 1.0 0.0} bind def %Reproduction colours /tzgcmy0* {1.0 0.0 1.0 0.0} bind def %cmyn* setcmykcolor /tzbcmy0* {1.0 1.0 0.0 0.0} bind def /tzccmy0* {1.0 0.0 0.0 0.0} bind def /tzmcmy0* {0.0 1.0 0.0 0.0} bind def /tzycmy0* {0.0 0.0 1.0 0.0} bind def /tzrolv* {1.0 0.0 0.0} bind def %Reproduction colours /tzgolv* {0.0 1.0 0.0} bind def %olv* setrgbcolor /tzbolv* {0.0 0.0 1.0} bind def /tzcolv* {0.0 1.0 1.0} bind def /tzmolv* {1.0 0.0 1.0} bind def /tzyolv* {1.0 1.0 0.0} bind def /tzrLAB* [53.34 72.46 50.66] def %Reproduction colours /tzgLAB* [84.93 -79.83 74.80] def %LAB* setcolor /tzbLAB* [32.20 24.88 -37.89] def /tzcLAB* [88.10 -44.88 -13.36] def /tzmLAB* [59.66 90.32 -19.65] def /tzyLAB* [93.76 -20.24 85.93] def /tzncmy0* {1.00 1.00 1.00 0.00} bind def %grey series /tzdcmy0* {0.75 0.75 0.75 0.00} bind def %cmy0* setcmykcolor /tzzcmy0* {0.50 0.50 0.50 0.00} bind def /tzhcmy0* {0.25 0.25 0.25 0.00} bind def /tzwcmy0* {0.00 0.00 0.00 0.00} bind def /tzn000n* {0.00 0.00 0.00 1.00} bind def %grey series 000n* /tzd000n* {0.00 0.00 0.00 0.75} bind def %000n* setcmykcolor /tzz000n* {0.00 0.00 0.00 0.50} bind def /tzh000n* {0.00 0.00 0.00 0.25} bind def /tzw000n* {0.00 0.00 0.00 0.00} bind def /tznw* {0.00} bind def %grey series /tzdw* {0.25} bind def %w* setgray /tzzw* {0.50} bind def /tzhw* {0.75} bind def /tzww* {1.00} bind def /tznolv* {0.00 0.00 0.00} bind def %grey series /tzdolv* {0.25 0.25 0.25} bind def %olv* setrgbcolor /tzzolv* {0.50 0.50 0.50} bind def /tzholv* {0.75 0.75 0.75} bind def /tzwolv* {1.00 1.00 1.00} bind def /tznLAB* [18.01 0.00 0.00] def %grey series /tzdLAB* [37.36 0.00 0.00] def %LAB* setcolor /tzzLAB* [56.71 0.00 0.00] def /tzhLAB* [76.06 0.00 0.00] def /tzwLAB* [95.41 0.00 0.00] def /tfn {0 setgray} bind def /tfw {1 setgray} bind def %%EndProlog %*********************************************************** %%BeginPageSetup /#copies 1 def %A4querF 0.5 0.5 scale /pgsave save def %%EndPageSetup /SS$ [(G) (E) (S) (F) (I) (J) (M)] def /SC$ [(N) (F) (S) (D) (T) (E) (C)] def /SX$ [(0) (1) (2) (3) (4) (5) (6) (7) (8) (9) (A) (B) (C) (D) (E) (F)] def /SY$ [(0) (1) (2) (3) (4) (5) (6) (7) (8) (9) (A) (B) (C) (D) (E) (F)] def % 0 1 2 3 4 5 % 6 7 8 /EX$ [(1.TXT /.PS) (B.BMP /.PS) (G.GIF /.PS) (H.HTM /.PS) (I.HTM /.PS) (J.JPE /.PS) (P.PDF /.PS) (T.TIF /.PS)] def /EY$ [(1.DAT) (B.DAT) (G.DAT) (H.DAT) (I.DAT) (J.DAT) (P.DAT) (T.DAT)] def %******************************************************************* /lanind1f 01 def /lanind2f 01 def /laninddf 01 def /colorm1f 00 def /colorm2f 00 def /colormdf 01 def /deintp1f 00 def /deintp2f 00 def /deintpdf 01 def /xcolor1f 03 def /xcolor2f 03 def /xcolordf 01 def /xchart1f 00 def /xchart2f 00 def /xchartdf 01 def %0-1,2-5,6&7,8-21,22&23,24-37 /xchart3f 01 def /xchart4f 00 def /xchart5f 04 def %xchart5f=4: photo printer /pchart1f 03 def /pchart2f 03 def /pchartdf 01 def %=3 for sRGB, Lr=0 /colsep1f 00 def /colsep2f 00 def /colsepdf 01 def %0=cmyn6,..0=RGB /pmetam1f 00 def /pmetam2f 00 def /pmetamdf 01 def %/lanindf lanind1f def % /lanindf lanind1f def %lanind1f laninddf lanind2f {/lanindf exch def %/colormf colorm1f def % /colormf colorm1f def %colorm1f colormdf colorm2f {/colormf exch def %/deintpf deintp1f def % deintp1f deintpdf deintp2f {/deintpf exch def %/xcolorf xcolor1f def % /xcolorf xcolor1f def %xcolor1f xcolordf xcolor2f {/xcolorf exch def %/xchartf xchart1f def % xchart1f xchartdf xchart2f {/xchartf exch def %/pchartf pchart1f def % /pchartf pchart1f def %pchart1f pchartdf pchart2f {/pchartf exch def %/colsepf colsep1f def % /colsepf colsep1f def %colsep1f colsepdf colsep2f {/colsepf exch def /lanind lanindf def /colorm colormf def /deintp deintpf def /xcolor xcolorf def /xchart xchartf def /xchartm xchart2f xchart1f sub 1 add def /xchart3 xchart3f def /xchart3P05 xchart3 4 add def /xchart4 xchart4f def /pchart pchartf def /colsep colsepf def %/pmetamf pmetam1f def % /pmetamf pmetam1f def %pmetam1f pmetamdf pmetam2f {/pmetamf exch def /pmetam pmetamf def %************************************************************* xchart xchart3 lt {%xchart=xchart3 for CM %BEG special for ColorInterpolation /xchartj pchart def %sRGB, Lr=0%, pchart=3 /hei -1 def /heM -1 def /ausz 8 def /xchartt (F) def %necessary PROC_LAB_IOF %PROC_RX0F_IOF PROC_COLSEP_IOF colorm 1 eq {PROC_COLINT_IOF} if %PROC_COLINT_IOF %PROC_SPEC_IOF %Colordata_sRGB_F %new %setcolortrans_F %new proc_LAB729a_to_LAB*LabCh64M proc_LAB*LabCh64M_to_tab362_dy %END special for ColorInterpolation %********************************************************* } ifelse %xchart>=xchart3 for CM xchart xchart3P05 le {72 90 translate} {72 56 translate} ifelse 0.01 MM dup scale 200 -180 moveto 180 /Times-ISOL1 FS lanindf cvishow (-) show colormf cvishow deintpf cvishow xcolorf cvishow xchartf cvishow pchartf cvishow colsepf cvishow (-F) show pmetamf cvishow grestore gsave /GSS$ SS$ lanind get def /GSC$ SC$ colorm get def /GSX$ SX$ xcolor xcolor 16 idiv 16 mul sub get def /GSY$ SY$ xchart xchart 16 idiv 16 mul sub get def /GEX$ EX$ 0 get def /GEY$ EY$ 0 get def %01 %02 %03 %04 xchart xchart3P05 le {%xchart<=xchart3P05 %gsave BeginEPSF 28 MM 197 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto 1 1 scale -77 -91 translate %%BeginDocument: Bild 10 %line 329 %%EndDocument EndEPSF grestore gsave BeginEPSF 28 MM 152 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto 1 1 scale -77 -91 translate %%BeginDocument: Bild 11 %line 339 %!PS-Adobe-3.0 EPSF-3.0 ZE030-1, %%BoundingBox: 70 90 226 206 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def %%EndProlog gsave 8 /Times-Roman FS 72 83 moveto %!2 (ZE030-1,) show 72 90 translate %! 0.01 MM 0.01 MM scale %! 15 setlinewidth %! 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto %! closepath stroke grestore showpage %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 86 MM 152 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 12 %line 349 %!PS-Adobe-3.0 EPSF-3.0 ZE030-2, %%BoundingBox: 70 90 226 206 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def %%EndProlog gsave 8 /Times-Roman FS 72 83 moveto %!2 (ZE030-2,) show 72 90 translate %! 0.01 MM 0.01 MM scale %! 15 setlinewidth %! 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto %! closepath stroke grestore showpage %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 28 MM 108 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 13 %line 359 %!PS-Adobe-3.0 EPSF-3.0 ZE030-3, %%BoundingBox: 70 90 226 206 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def %%EndProlog gsave 8 /Times-Roman FS 72 83 moveto %!2 (ZE030-3,) show 72 90 translate %! 0.01 MM 0.01 MM scale %! 15 setlinewidth %! 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto %! closepath stroke grestore showpage %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 86 MM 108 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 14 %line 369 %!PS-Adobe-3.0 EPSF-3.0 ZE030-4, %%BoundingBox: 70 90 226 206 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def %%EndProlog gsave 8 /Times-Roman FS 72 83 moveto %!2 (ZE030-4,) show 72 90 translate %! 0.01 MM 0.01 MM scale %! 15 setlinewidth %! 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto %! closepath stroke grestore showpage %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 28 MM 064 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 15 %line 379 %!PS-Adobe-3.0 EPSF-3.0 ZE030-5, %%BoundingBox: 70 90 226 206 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def %%EndProlog gsave 8 /Times-Roman FS 72 83 moveto %!2 (ZE030-5,) show 72 90 translate %! 0.01 MM 0.01 MM scale %! 15 setlinewidth %! 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto %! closepath stroke grestore showpage %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 86 MM 064 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 16 %line 389 %!PS-Adobe-3.0 EPSF-3.0 ZE030-6, %%BoundingBox: 70 90 226 206 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def %%EndProlog gsave 8 /Times-Roman FS 72 83 moveto %!2 (ZE030-6,) show 72 90 translate %! 0.01 MM 0.01 MM scale %! 15 setlinewidth %! 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto %! closepath stroke grestore showpage %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 28 MM 2 MM sub 020 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 17 %line 399 %!PS-Adobe-3.0 EPSF-3.0 ZE030-7N.EPS %%BoundingBox: 70 82 772 582 %for xtLo=1 change to {BoundingBox: 00 00 842 595} %START PDFDE011.EPS /pdfmark07 where {pop} {userdict /pdfmark07 /cleartomark load put} ifelse /languagelevel where {pop languagelevel} {1} ifelse 2 lt { userdict (<<) cvn ([) cvn load put userdict (>>) cvn (]) cvn load put} if [ /Title (PostScript pictures: farbe.li.tu-berlin.de/ZE03/ZE03.HTM) /Author (compare K. Richter "Computergrafik ...": ISBN 3-8007-1775-1) /Subject (goto: http://farbe.li.tu-berlin.de or http://130.149.60.45/~farbmetrik) /Keywords (image reproduction, colour devices) /Creator (klaus.richter@mac.com) /CreationDate (D:2016010112000) /ModDate (D:20160101112000) /DOCINFO pdfmark07 [ /View [ /FitB ] /DOCVIEW pdfmark07 %END PDFDE011 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /str {8 string } bind def /A4querL {598 0 translate 90 rotate} def % !AUSTAUSCH Times-Roman -> Times-Roman-ISOLatin1=Times-I /Times-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Times-ISOL1 exch definefont pop /Times-Italic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesI-ISOL1 exch definefont pop /Times-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesB-ISOL1 exch definefont pop /Times-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesBI-ISOL1 exch definefont pop /Courier-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /CourierB-ISOL1 exch definefont pop /TK1 {250 /Times-ISOL1 FS} bind def /TM1 {300 /Times-ISOL1 FS} bind def /TG1 {350 /Times-ISOL1 FS} bind def /TIK1 {250 /TimesI-ISOL1 FS} bind def /TIM1 {300 /TimesI-ISOL1 FS} bind def /TIG1 {350 /TimesI-ISOL1 FS} bind def /TBK1 {250 /TimesB-ISOL1 FS} bind def /TBM1 {300 /TimesB-ISOL1 FS} bind def /TBG1 {350 /TimesB-ISOL1 FS} bind def /TBIK1 {250 /TimesBI-ISOL1 FS} bind def /TBIM1 {300 /TimesBI-ISOL1 FS} bind def /TBIG1 {350 /TimesBI-ISOL1 FS} bind def /CBKK {200 /CourierB-ISOL1 FS} bind def /CBK {250 /CourierB-ISOL1 FS} bind def /CBM {300 /CourierB-ISOL1 FS} bind def /CBG {350 /CourierB-ISOL1 FS} bind def /CBKKK {160 /CourierB-ISOL1 FS} bind def /TV {080 /Times-ISOL1 FS} bind def /TS {100 /Times-ISOL1 FS} bind def /TK {125 /Times-ISOL1 FS} bind def /TM {140 /Times-ISOL1 FS} bind def /TG {175 /Times-ISOL1 FS} bind def /TIV {080 /TimesI-ISOL1 FS} bind def /TIS {100 /TimesI-ISOL1 FS} bind def /TIK {125 /TimesI-ISOL1 FS} bind def /TIM {140 /TimesI-ISOL1 FS} bind def /TIG {175 /TimesI-ISOL1 FS} bind def /TBV {080 /TimesB-ISOL1 FS} bind def /TBS {100 /TimesB-ISOL1 FS} bind def /TBK {125 /TimesB-ISOL1 FS} bind def /TBM {140 /TimesB-ISOL1 FS} bind def /TBG {175 /TimesB-ISOL1 FS} bind def /TBIV {080 /TimesBI-ISOL1 FS} bind def /TBIS {100 /TimesBI-ISOL1 FS} bind def /TBIK {125 /TimesBI-ISOL1 FS} bind def /TBIM {140 /TimesBI-ISOL1 FS} bind def /TBIG {175 /TimesBI-ISOL1 FS} bind def /rec %x, y width heigth {/heigth exch def /width exch def moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /cvishow {cvi 6 string cvs show} def /cvsshow1 {10 mul cvi 0.1 mul 7 string cvs show ( ) show} def /cvsshow2 {100 mul cvi 0.01 mul 7 string cvs show ( ) show} def /cvsshow3 {1000 mul cvi 0.001 mul 7 string cvs show ( ) show} def %******************************************************************* %%EndProlog gsave /lanind 0 def /lantex [(G) (E) (S) (F) (I) (J) (M)] def /showde {0 lanind eq {show} {pop} ifelse} bind def /showen {1 lanind eq {show} {pop} ifelse} bind def /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showm {6 lanind eq {show} {pop} ifelse} bind def /nishowde {0 lanind eq {nishow} {pop} ifelse} bind def /nishowen {1 lanind le {nishow} {pop} ifelse} bind def /kshowde {0 lanind eq {kshow} {pop} ifelse} bind def /kshowen {1 lanind le {kshow} {pop} ifelse} bind def /bshowde {0 lanind eq {bshow} {pop} ifelse} bind def /bshowen {1 lanind le {bshow} {pop} ifelse} bind def /jshowde {0 lanind eq {jshow} {pop} ifelse} bind def /jshowen {1 lanind le {jshow} {pop} ifelse} bind def /ishowde {0 lanind eq {ishow} {pop} ifelse} bind def /ishowen {1 lanind le {ishow} {pop} ifelse} bind def /sshowde {0 lanind eq {sshow} {pop} ifelse} bind def /sshowen {1 lanind le {sshow} {pop} ifelse} bind def /nshow {iyt /Times-ISOL1 FS show} def /nishow {-30 -50 rmoveto iyt 50 sub /Times-ISOL1 FS show 30 50 rmoveto} def /nishow0 {-00 -50 rmoveto iyt 20 sub /Times-ISOL1 FS show 00 50 rmoveto} def /nishowx {-00 -50 rmoveto iyt 50 sub /Times-ISOL1 FS show 00 50 rmoveto} def /kshow {iyt /TimesI-ISOL1 FS show} def /bshow {iyt /TimesB-ISOL1 FS show} def /jshow {iyt /TimesBI-ISOL1 FS show} def /ishow {-30 -50 rmoveto iyt 50 sub /TimesB-ISOL1 FS show 30 50 rmoveto} def /ishow0 {-00 -50 rmoveto iyt 50 sub /TimesB-ISOL1 FS show 00 50 rmoveto} def /eshow { 00 070 rmoveto iyt 50 sub /TimesB-ISOL1 FS show 00 -070 rmoveto} def /neshow { 00 070 rmoveto iyt 50 sub /Times-ISOL1 FS show 00 -070 rmoveto} def /nr1 27 array def /tx1 52 array def /nr1 [(01) (02) (03) (04) (05) (06) (07) (08) (09) (10) (11) (12) (13) (14) (15) (16) (17) (18) (19) (20) (21) (22) (23) (24) (25) (26) (27)] def /tx1 [(A) (B) (C) (D) (E) (F) (G) (H) (I) (J) (K) (L) (M) (N) (O) (P) (Q) (R) (S) (T) (U) (V) (W) (X) (Y) (Z) (a) (b) (c) (d) (e) (f) (g) (h) (i) (j) (k) (l) (m) (n) (o) (p) (q) (r) (s) (t) (u) (v) (w) (x) (y) (z)] def /lanind1 01 def /lanind2 01 def /lanindd 01 def /colorm1 00 def /colorm2 00 def /colormd 01 def /deintp1 00 def /deintp2 00 def /deintpd 01 def /xcolor1 03 def /xcolor2 03 def /xcolord 01 def /xchart1 00 def /xchart2 00 def /xchartd 01 def %max 37 /pchart1 00 def /pchart2 00 def /pchartd 01 def /colsep1 00 def /colsep2 00 def /colsepd 01 def /pmetam1 00 def /pmetam2 00 def /pmetamd 01 def /lanindg where {pop /lanind1 lanindg def /lanind2 lanindg def /lanindd laninddg def} if /colormg where {pop /colorm1 colormg def /colorm2 colormg def /colormd colormdg def} if /deintpg where {pop /deintp1 deintpg def /deintp2 deintpg def /deintpd deintpdg def} if /xcolorg where {pop /xcolor1 xcolorg def /xcolor2 xcolorg def /xcolord xcolordg def} if /xchartg where {pop /xchart1 xchartg def /xchart2 xchartg def /xchartd xchartdg def} if /pchartg where {pop /pchart1 pchartg def /pchart2 pchartg def /pchartd pchartdg def} if /colsepg where {pop /colsep1 colsepg def /colsep2 colsepg def /colsepd colsepdg def} if /pmetamg where {pop /pmetam1 pmetamg def /pmetam2 pmetamg def /pmetamd pmetamdg def} if /lanindf where {pop /lanind1 lanindf def /lanind2 lanindf def /lanindd laninddf def} if /colormf where {pop /colorm1 colormf def /colorm2 colormf def /colormd colormdf def} if /deintpf where {pop /deintp1 deintpf def /deintp2 deintpf def /deintpd deintpdf def} if /xcolorf where {pop /xcolor1 xcolorf def /xcolor2 xcolorf def /xcolord xcolordf def} if /xchartf where {pop /xchart1 xchartf def /xchart2 xchartf def /xchartd xchartdf def /xchartm xchart2f xchart1f sub 1 add def} {/xchartm 1 def} ifelse /xchart3f where {pop /xchart3 xchart3f def} {/xchart3 1 def} ifelse /xchart4f where {pop /xchart4 xchart4f def} {/xchart4 0 def} ifelse %not used /pchartf where {pop /pchart1 pchartf def /pchart2 pchartf def /pchartd pchartdf def} if /colsepf where {pop /colsep1 colsepf def /colsep2 colsepf def /colsepd colsepdf def} if /pmetamf where {pop /pmetam1 pmetamf def /pmetam2 pmetamf def /pmetamd pmetamdf def} if %only for editorial change of the following loops %/lanind lanind1 def % %/colorm colorm1 def % %/deintp deintp1 def % %/xcolor xcolor1 def % %/xchart xchart1 def % %/pchart pchart1 def % %/colsep colsep1 def % %/pmetam pmetam1 def % /lanind lanind1 def %lanind1 lanindd lanind2 {/lanind exch def %output showpage colorm1 colormd colorm2 {/colorm exch def %output showpage deintp1 deintpd deintp2 {/deintp exch def %output showpage /xcolor xcolor1 def %xcolor1 xcolord xcolor2 {/xcolor exch def %output showpage /xchart xchart1 def %xchart1 xchartd xchart2 {/xchart exch def %output showpage /pchart pchart1 def %pchart1 pchartd pchart2 {/pchart exch def %output showpage /colsep colsep1 def %colsep1 colsepd colsep2 {/colsep exch def %output showpage gsave %A4querL /pmetam pmetam1 def %pmetam1 pmetamd pmetam2 {/pmetam exch def %output showpage %pmetam 0 eq {/colsep 0 def} %cmyn5* % {/colsep 1 def} ifelse %cmy0* xchart 0 eq {/ausz 8 def /xchartt (A) def} if %loop not possible xchart 1 eq {/ausz 8 def /xchartt (F) def} if %in case of image xchart 2 eq {/ausz 1 def /xchartt colsep 4 lt {(C)}{(F)} ifelse def} if xchart 3 eq {/ausz 2 def /xchartt colsep 4 lt {(M)}{(F)} ifelse def} if xchart 4 eq {/ausz 3 def /xchartt colsep 4 lt {(Y)}{(F)} ifelse def} if xchart 5 eq {/ausz 7 def /xchartt colsep 4 lt {(N)}{(F)} ifelse def} if xchart 6 ge {/ausz 8 def /xchartt (F) def} if 7 /Times-ISOL1 FS /xtLo 0 def xtLo 0 eq {120 83 moveto} {120 10 moveto} ifelse lanind cvishow (-) show colorm cvishow deintp cvishow xcolor cvishow xchart cvishow pchart cvishow colsep cvishow (-L) show pmetam cvishow ( ) show colsep 0 eq {(cmyn6) show} if colsep 1 eq {(cmy0) show} if colsep 2 eq {(cmyn4) show} if colsep 3 eq {(cmyn5) show} if colsep 4 eq {(rgb) show} if colorm 1 eq {(*) show} if xtLo 0 eq {240 83 moveto} {240 10 moveto} ifelse (ZE030-7) show xchart cvishow xtLo 0 eq {xchart 0 eq {(N) show} {deintp colorm 2 mul add cvishow} ifelse } {xchart cvishow} ifelse xtLo 0 eq {72 90 translate} {20 18 translate} ifelse xtLo 0 eq {0.0100 MM dup scale} {0.0115 MM dup scale} ifelse /xchart3P5 xchart3 4 add def %pages with separation exept colsep=4 (RGB) pmetam 0 eq {%pmetam=0 40 setlinewidth xchart xchart3P5 le {0.5 setgray} {1 setgray} ifelse 0 0 moveto 24600 0 rlineto 0 17220 rlineto -24600 0 rlineto closepath fill 0 setgray 0 0 moveto 24600 0 rlineto 0 17220 rlineto -24600 0 rlineto closepath stroke } if %pmetam=0 /fakt 1 def /iyt 32 fakt mul def %text size /iyd 35 fakt mul def %line difference 250 /Times-ISOL1 FS 0 0 0 setrgbcolor 8700 -250 moveto (Test chart G with 1080 colours) showen (Pr\374fvorlage G mit 1080 Farben) showde (Test chart G with 1080 colours) showes (Test chart G with 1080 colours) showfr (Test chart G with 1080 colours) showit (Pr\370veplansje G med 1080 farger) showjp (; 9 or 16 step colour scales;) showen (; 9 oder 16stufige Farbreihen;) showde (; 9 or 16 step colour scales;) showes (; 9 or 16 step colour scales;) showfr (; 9 or 16 step colour scales;) showit (; 9\255 eller 16\255trinns fargeskala;) showjp ( data in column (A-n):) showen ( Daten in Spalte (A-n):) showde ( data in column (A-n):) showes ( data in column (A-n):) showfr ( data in column (A-n):) showit ( data i kolonne (A-n):) showjp 250 /TimesI-ISOL1 FS xchart 0 eq {( rgb + cmy0 (A_j + k26_n27)) show (, 000n (k), w (l), nnn0 (m), www (n)) show} if xchart 1 ge {%xchart>=1 colsep 0 eq {(cmyn6) show} if colsep 1 eq {(cmy0) show} if colsep 2 eq {(cmyn4) show} if colsep 3 eq {(cmyn5) show} if colsep 4 eq {(rgb) show} if colorm 1 eq {(*) show} if ( (A_n)) show } if %xchart>=1 /xs 900 3 div 2 mul def /ys xs def /d2 xs 2 div def /d8 xs 8 div def /xmin 650 3 div 2.2 mul def /ymax 15800 def xchart 0 eq {/xd 800 3 div 2 mul def /yd 800 3 div 2 mul def} {/xd 900 3 div 2 mul def /yd 900 3 div 2 mul def} ifelse /xsd xs xd sub 0.5 mul def /ysd xs xd sub 0.5 mul def /xd2 xd 0.50 mul def /xd4 xd 0.25 mul def 20 setlinewidth 500 3 div 2 mul /Times-ISOL1 FS 0 0 0 setrgbcolor 1 1 27 {/i exch def %i=1,27 /x xs 0.15 mul def /y 27.6 ys mul ys i mul sub def x y moveto nr1 i 1 sub get show } for %i=1,27 1 1 40 {/i exch def %i=1,36 /x xs i mul 000 add def /y 27.5 ys mul def x y moveto tx1 i 1 sub get show } for %i=1,36 ( # ) show /RGB*R0 1080 array def /RGB*G0 1080 array def /RGB*B0 1080 array def /IMODE 0 def %input rgb for output LAB* %row no.1 and 2: 9xrgb /imax 08 def /jmax 08 def /kmax 08 def /TKK2 {200 3 div 2 mul /Times-ISOL1 FS} bind def TKK2 0 1 kmax {/k exch def %beg k=0,08 /k0 k 3 idiv def /k1 k k0 3 mul sub def /xadd k1 xs 9 mul mul def /yadd k0 xs 9 mul mul def 0 1 jmax {/j exch def %beg j=0,jmax 0 1 imax {/i exch def %beg i=0,imax /n1079 i j 9 mul add k 81 mul add def /xa xmin j xs mul add xadd add xsd add def /ya ymax i ys mul sub yadd sub ysd add def /r k kmax div def /g j jmax div def /b i imax div def RGB*R0 n1079 r put RGB*G0 n1079 g put RGB*B0 n1079 b put r g b setrgbcolor xa ya xd dup rec fill xchart 0 eq {%xchart=0 1 r sub 1 g sub 1 b sub 0 setcmykcolor xa xd4 add ya xd4 add xd2 dup rec fill } if %xchart=0 } for %end i=0,jmax } for %end j=0,jmax } for %end k=0,kmax %3x rgbcmy /id 1 8 div def /rijn 81 array def %for intermediate storage /gijn 81 array def /bijn 81 array def /lmax 2 def /n1079 728 def 0 1 lmax {/l exch def %beg k=0,kmax /xadd 3 xs 9 mul mul def /yadd l ys 9 mul mul def %for intermediate storage of l=0,lmax 0 1 01 {/jchart exch def %jchart=0,1 /xchartj l jchart 3 mul add def 0 1 08 {/j exch def %j=0,7 /im 8 j sub def jchart 1 im {/i exch def %i=0,8 /ia 1 id j mul sub def /argb ia def /brgb ia i id mul sub def xchartj 0 eq {/r argb def /g brgb def /b brgb def} if xchartj 1 eq {/r argb def /g argb def /b brgb def} if xchartj 2 eq {/r brgb def /g argb def /b brgb def} if xchartj 3 eq {/r brgb def /g argb def /b argb def} if xchartj 4 eq {/r brgb def /g brgb def /b argb def} if xchartj 5 eq {/r argb def /g brgb def /b argb def} if jchart 0 eq {/in i j add def /jn j def} {/in j def /jn i j add def} ifelse rijn in 9 mul jn add r put gijn in 9 mul jn add g put bijn in 9 mul jn add b put } for %i=0,7 } for %j=0,8 } for %jchart=0,1 %for output of l=0,lmax 0 1 08 {/j exch def %j=0,8 0 1 08 {/i exch def %i=0,8 /n1079 n1079 1 add def /r rijn i j 9 mul add get def /g gijn i j 9 mul add get def /b bijn i j 9 mul add get def /xa xmin xs j mul add xadd add xsd add def /ya ymax xs i mul sub yadd sub ysd add def r g b setrgbcolor xa ya xd dup rec fill xchart 0 eq {%xchart=0 1 r sub 1 g sub 1 b sub 0 setcmykcolor xa xd4 add ya xd4 add xd2 dup rec fill } if %xchart=0 } for %i=0,7 } for %j=0,8 } for %end l=0,lmax %6wrgbcmy /n1079 971 def /lmax 03 def %4 rows with geys /kmax 1 def %9 or 16 steps 0 1 kmax {/k exch def % k 0 eq {/jmax 08 def} {/jmax 15 def} ifelse 0 1 lmax {/l exch def %beg l=0,lmax /xadd 36 l add xs mul def /yadd k 9 xs mul mul def /j1 l 36 add def /j1$ tx1 j1 get def 0 1 jmax {/j exch def %j=0,08 /n1079 n1079 1 add def /i1 j k 9 mul add 1 add def %9 steps, 16 steps /argb j jmax div def /xa xmin xadd add xsd add def /ya ymax xs j mul sub yadd sub ysd add def /r argb def /g argb def /b argb def xchart 0 eq {%xchart=0 l 0 eq {0 0 0 1 r sub setcmykcolor} if l 1 eq {r setgray} if l 2 eq {1 r sub 1 g sub 1 b sub 0 setcmykcolor} if l 3 eq {r g b setrgbcolor} if xa ya xd dup rec fill 1 r sub 1 g sub 1 b sub 0 setcmykcolor xa xd4 add ya xd4 add xd2 dup rec fill } if %xchart=0 xchart 1 ge {%xchart>=1 r g b setrgbcolor xa ya xd dup rec fill } if %xchart>=1 } for %j=0,jmax } for %l=0,lmax } for %k=0,kmax %basic colours 1072 - 1080 /basrgb 24 array def /basrgb [0 0 0 1 1 1 1 0 0 0 1 1 1 1 0 0 0 1 0 1 0 1 0 1 ] def /n1079 1071 def 0 1 07 {/i exch def %i=0,7 /n1079 n1079 1 add def /i3 i 3 mul def /xadd 36 xs mul def /yadd 25 xs mul def i 0 eq {/l 0 def /j 0 def /j1$ (k) def /i1 26 def} if i 1 eq {/l 0 def /j 1 def /j1$ (k) def /i1 27 def} if i 2 eq {/l 1 def /j 0 def /j1$ (l) def /i1 26 def} if i 3 eq {/l 1 def /j 1 def /j1$ (l) def /i1 27 def} if i 4 eq {/l 2 def /j 0 def /j1$ (m) def /i1 26 def} if i 5 eq {/l 2 def /j 1 def /j1$ (m) def /i1 27 def} if i 6 eq {/l 3 def /j 0 def /j1$ (n) def /i1 26 def} if i 7 eq {/l 3 def /j 1 def /j1$ (n) def /i1 27 def} if /xa xmin xs l mul add xadd add xsd add def /ya ymax xs j mul sub yadd sub ysd add def /r basrgb i3 get def /g basrgb i3 1 add get def /b basrgb i3 2 add get def r g b setrgbcolor xa ya xd dup rec fill xchart 0 eq {%xchart=0 1 r sub 1 g sub 1 b sub 0 setcmykcolor xa xd4 add ya xd4 add xd2 dup rec fill } if %xchart=0 } for %i=0,7 %*************************************************************************** %} for %pmetam=0,1 showpage grestore %} for %colsep=0,1 %} for %pchart=0,0 %} for %xchart=0,5 %} for %xcolor=3,3 } for %deintp=0,1 } for %colorm=0,1 %} for %lanind=0,0 %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 86 MM 020 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 18 %line 409 %!PS-Adobe-3.0 EPSF-3.0 ZE030-8, %%BoundingBox: 70 90 226 206 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def %%EndProlog gsave 8 /Times-Roman FS 72 83 moveto %!2 (ZE030-8,) show 72 90 translate %! 0.01 MM 0.01 MM scale %! 15 setlinewidth %! 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto %! closepath stroke grestore showpage %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 161 MM 197 MM translate 10 /Times-ISOL1 FS 1 1 scale -77 -91 translate %%BeginDocument: Bild 12 %line 419 %%EndDocument EndEPSF grestore gsave BeginEPSF 161 MM 152 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 21 %line 429 %!PS-Adobe-3.0 EPSF-3.0 ZE031-1, %%BoundingBox: 70 90 226 206 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def %%EndProlog gsave 8 /Times-Roman FS 72 83 moveto %!2 (ZE031-1,) show 72 90 translate %! 0.01 MM 0.01 MM scale %! 15 setlinewidth %! 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto %! closepath stroke grestore showpage %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 219 MM 152 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 22 %line 439 %!PS-Adobe-3.0 EPSF-3.0 ZE031-2, %%BoundingBox: 70 90 226 206 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def %%EndProlog gsave 8 /Times-Roman FS 72 83 moveto %!2 (ZE031-2,) show 72 90 translate %! 0.01 MM 0.01 MM scale %! 15 setlinewidth %! 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto %! closepath stroke grestore showpage %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 161 MM 108 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 23 %line 449 %!PS-Adobe-3.0 EPSF-3.0 ZE031-3, %%BoundingBox: 70 90 226 206 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def %%EndProlog gsave 8 /Times-Roman FS 72 83 moveto %!2 (ZE031-3,) show 72 90 translate %! 0.01 MM 0.01 MM scale %! 15 setlinewidth %! 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto %! closepath stroke grestore showpage %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 219 MM 108 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 24 %line 459 %!PS-Adobe-3.0 EPSF-3.0 ZE031-4, %%BoundingBox: 70 90 226 206 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def %%EndProlog gsave 8 /Times-Roman FS 72 83 moveto %!2 (ZE031-4,) show 72 90 translate %! 0.01 MM 0.01 MM scale %! 15 setlinewidth %! 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto %! closepath stroke grestore showpage %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 161 MM 064 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 25 %line 469 %!PS-Adobe-3.0 EPSF-3.0 ZE031-5, %%BoundingBox: 70 90 226 206 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def %%EndProlog gsave 8 /Times-Roman FS 72 83 moveto %!2 (ZE031-5,) show 72 90 translate %! 0.01 MM 0.01 MM scale %! 15 setlinewidth %! 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto %! closepath stroke grestore showpage %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 219 MM 064 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 26 %line 479 %!PS-Adobe-3.0 EPSF-3.0 ZE031-6, %%BoundingBox: 70 90 226 206 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def %%EndProlog gsave 8 /Times-Roman FS 72 83 moveto %!2 (ZE031-6,) show 72 90 translate %! 0.01 MM 0.01 MM scale %! 15 setlinewidth %! 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto %! closepath stroke grestore showpage %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 161 MM 020 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 27 %line 489 %!PS-Adobe-3.0 EPSF-3.0 ZE031-7, %%BoundingBox: 70 90 226 206 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def %%EndProlog gsave 8 /Times-Roman FS 72 83 moveto %!2 (ZE031-7,) show 72 90 translate %! 0.01 MM 0.01 MM scale %! 15 setlinewidth %! 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto %! closepath stroke grestore showpage %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 219 MM 020 MM translate 12 /Times-ISOL1 FS -9 MM -7 MM moveto ( ) show 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 28 %line 499 %!PS-Adobe-3.0 EPSF-3.0 ZE031-8, %%BoundingBox: 70 90 226 206 /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def %%EndProlog gsave 8 /Times-Roman FS 72 83 moveto %!2 (ZE031-8,) show 72 90 translate %! 0.01 MM 0.01 MM scale %! 15 setlinewidth %! 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto %! closepath stroke grestore showpage %%Trailer %%EndDocument EndEPSF grestore gsave } if %xchart<=xchart3P05 BeginEPSF -0.0 MM -0.0 MM translate %xy-Verschiebung Rechteckrahmen nach innen% %%BeginDocument: Bild 30 %Rechteckrahmen %line 519 %!PS-Adobe-3.0 EPSF-3.0 Frame arround with Internet text DG02 20070101 %%BoundingBox: 0 0 598 845 %%EndProlog gsave /lanind 1 def /lantex [(G) (E) (S) (N) (I) (J) (M)] def /showde {0 lanind eq {show} {pop} ifelse} bind def /showen {1 lanind eq {show} {pop} ifelse} bind def /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showm {6 lanind eq {show} {pop} ifelse} bind def /lanind1 01 def /lanind2 01 def /lanindd 01 def /colorm1 00 def /colorm2 00 def /colormd 01 def /deintp1 00 def /deintp2 00 def /deintpd 01 def /xcolor1 03 def /xcolor2 03 def /xcolord 01 def /xchart1 00 def /xchart2 00 def /xchartd 01 def /pchart1 00 def /pchart2 00 def /pchartd 01 def /colsep1 00 def /colsep2 00 def /colsepd 01 def /pmetam1 00 def /pmetam2 00 def /pmetamd 01 def /lanindf where {pop /lanind1 lanindf def /lanind2 lanindf def /lanindd laninddf def} if /colormf where {pop /colorm1 colormf def /colorm2 colormf def /colormd colormdf def} if /deintpf where {pop /deintp1 deintpf def /deintp2 deintpf def /deintpd deintpdf def} if /xcolorf where {pop /xcolor1 xcolorf def /xcolor2 xcolorf def /xcolord xcolordf def} if /xchartf where {pop /xchart1 xchartf def /xchart2 xchartf def /xchartd xchartdf def /xchartm xchart2f xchart1f sub 1 add def} {/xchartm 1 def} ifelse /xchart3f where {pop /xchart3 xchart3f def} {/xchart3 1 def} ifelse /xchart4f where {pop /xchart4 xchart4f def} {/xchart4 0 def} ifelse /pchartf where {pop /pchart1 pchartf def /pchart2 pchartf def /pchartd pchartdf def} if /colsepf where {pop /colsep1 colsepf def /colsep2 colsepf def /colsepd colsepdf def} if /pmetamf where {pop /pmetam1 pmetamf def /pmetam2 pmetamf def /pmetamd pmetamdf def} if /lanind lanind1 def % /colorm colorm1 def % /deintp deintp1 def % /xcolor xcolor1 def % /xchart xchart1 def % /pchart pchart1 def % /colsep colsep1 def % /pmetam pmetam1 def % /GSS$ where {pop /LSS$ GSS$ def} {/LSS$ (1) def} ifelse /GSC$ where {pop /LSC$ GSC$ def} {/LSC$ (N) def} ifelse /GSX$ where {pop /LSX$ GSX$ def} {/LSX$ (0) def} ifelse /GSY$ where {pop /LSY$ GSY$ def} {/LSY$ (0) def} ifelse /GEX$ where {pop /LEX$ GEX$ def} {/LEX$ (P.PS./PDF) def} ifelse /GEY$ where {pop /LEY$ GEY$ def} {/LEY$ (P.DAT) def} ifelse /IMES 0 def /i*ptrsc 0 def gsave %xchart 0 eq {%beg if xchart=0 0 setgray 1.0 1.0 scale 0.0 MM 0.0 MM translate 0.15 MM setlinewidth /x 20 array def /y 20 array def /d 20 array def /x [000 296 296 000 002 294 294 002 005 291 291 005 %speziell 006 290 290 006 008 288 288 008 ] def /y [000 000 210 210 002 002 208 208 005 005 205 205 %speziell 006 006 204 204 008 008 202 202 ] def /d [060 017 -60 -17 058 015 -58 -15 056 013 -56 -13 054 011 -54 -11 052 009 -52 -09 ] def colorm 0 eq deintp 0 eq and {/Txx (d) def /Fxx (d) def} if %colorm=0, deintp=0 colorm 0 eq deintp 1 eq and {/Txx (e) def /Fxx (e) def} if %colorm=0, deintp=1 colorm 1 eq deintp 0 eq and {/Txx (dd) def /Fxx (d) def} if %colorm=1, deintp=0 colorm 1 eq deintp 1 eq and {/Txx (de) def /Fxx (e) def} if %colorm=1, deintp=1 xchart 0 eq {/Txx (-) def /Fxx (-) def} if %xchart 1 ge {%xchart>=1 %/i0 12 def %/i1 i0 1 add def /i2 i0 2 add def /i3 i0 3 add def %2.5 MM /Times-ISOL1 FS %x i0 get MM 40 MM add y i0 get MM 1 MM sub moveto %lanind cvishow (-) show %colorm cvishow %deintp cvishow %xcolor cvishow %xchart cvishow %pchart cvishow %colsep cvishow (-FX) show pmetam cvishow %} if %xchart>=1 /xt 1 def xchart 1 eq {/xt 1 def} if xt 0 eq {%xt=0,1 ifelse /i0 12 def /i1 i0 1 add def /i2 i0 2 add def /i3 i0 3 add def 2.5 MM /Times-ISOL1 FS x i0 get MM 110 MM add y i0 get MM 1 MM sub moveto (http://130.149.60.45/~farbmetrik/ZE03/ZE03) show colorm cvishow deintp cvishow colorm 0 eq {(N) show} {(F) show} ifelse (P.PDF & ) show (http://130.149.60.45/~farbmetrik/ZE03/ZE03) show colorm cvishow deintp cvishow colorm 0 eq {(N) show} {(F) show} ifelse (P.TXT & ) show (http://130.149.60.45/~farbmetrik/ZE03/ZE03.HTM) show } %xt=0 { %xt=1 /xlu 017 MM def /ylu 017 MM def /xro 279 MM def /yro 193 MM def /xlo 017 MM def /ylo 193 MM def /xru 279 MM def /yru 017 MM def xlu 8 MM sub ylu moveto 16 MM 0 rlineto stroke xlu ylu 8 MM sub moveto 0 16 MM rlineto stroke xro 8 MM add yro moveto -16 MM 0 rlineto stroke xro yro 8 MM add moveto 0 -16 MM rlineto stroke xru 8 MM sub yru moveto 16 MM 0 rlineto stroke xru yru 8 MM sub moveto 0 16 MM rlineto stroke xlo 8 MM add ylo moveto -16 MM 0 rlineto stroke xlo ylo 8 MM add moveto 0 -16 MM rlineto stroke 1 2 7 {/i exch def %Zentrierkreise xlu ylu i MM 0 360 arc stroke xro yro i MM 0 360 arc stroke xru yru i MM 0 360 arc stroke xlo ylo i MM 0 360 arc stroke } for %i 12 4 16 {/i exch def /i0 i def %i=0,16 %0 4 16 {/i exch def /i0 i def %i=0,16 /i1 i0 1 add def /i2 i0 2 add def /i3 i0 3 add def i 16 eq {0.30 MM setlinewidth} {0.15 MM setlinewidth} ifelse 0 setgray x i0 get MM y i0 get MM moveto x i1 get MM y i1 get MM lineto x i2 get MM y i2 get MM lineto x i3 get MM y i3 get MM lineto x i0 get MM y i0 get MM lineto stroke i 16 eq {6 /Times-ISOL1 FS /x00 67 def /xdif 32 def /y0o 202.3 def /y0u 6.3 def /x0l 6.1 def /x0r 288 def /y00 22 def /ydif 32 def x00 xdif 0 mul add MM y0o MM moveto (V) show x00 xdif 0 mul add MM y0u MM moveto (C) show x00 xdif 1 mul add MM y0o MM moveto (L) show x00 xdif 1 mul add MM y0u MM moveto (M) show x00 xdif 2 mul add MM y0o MM moveto (O) show x00 xdif 2 mul add MM y0u MM moveto (Y) show x00 xdif 3 mul add MM y0o MM moveto (Y) show x00 xdif 3 mul add MM y0u MM moveto (O) show x00 xdif 4 mul add MM y0o MM moveto (M) show x00 xdif 4 mul add MM y0u MM moveto (L) show x00 xdif 5 mul add MM y0o MM moveto (C) show x00 xdif 5 mul add MM y0u MM moveto (V) show x0l MM y00 ydif 0 mul add MM moveto (V) show x0r MM y00 ydif 0 mul add MM moveto (C) show x0l MM y00 ydif 1 mul add MM moveto (L) show x0r MM y00 ydif 1 mul add MM moveto (M) show x0l MM y00 ydif 2 mul add MM moveto (O) show x0r MM y00 ydif 2 mul add MM moveto (Y) show x0l MM y00 ydif 3 mul add MM moveto (Y) show x0r MM y00 ydif 3 mul add MM moveto (O) show x0l MM y00 ydif 4 mul add MM moveto (M) show x0r MM y00 ydif 4 mul add MM moveto (L) show x0l MM y00 ydif 5 mul add MM moveto (C) show x0r MM y00 ydif 5 mul add MM moveto (V) show } if } for %i=0,16 0 1 10 {/j0 exch def /j1 j0 1 add def %j0 j0 0 eq {tzccmy0* setcmykcolor} if j0 1 eq {0 setgray} if j0 2 eq {tzmcmy0* setcmykcolor} if j0 3 eq {0 setgray} if j0 4 eq {tzycmy0* setcmykcolor} if j0 5 eq {0 setgray} if j0 6 eq {tzrcmy0* setcmykcolor} if j0 7 eq {0 setgray} if j0 8 eq {tzgcmy0* setcmykcolor} if j0 9 eq {0 setgray} if j0 10 eq {tzbcmy0* setcmykcolor} if 12 4 16 {/i exch def /i0 i def %i=0,16 %0 4 16 {/i exch def /i0 i def %i=0,16 /i1 i0 1 add def /i2 i0 2 add def /i3 i0 3 add def i 16 eq {0.30 MM setlinewidth} {0.15 MM setlinewidth} ifelse x i0 get d i0 get add 16 j0 mul add MM y i0 get MM moveto x i0 get d i0 get add 16 j1 mul add MM y i0 get MM lineto stroke x i1 get MM y i1 get d i1 get add 16 j0 mul add MM moveto x i1 get MM y i1 get d i1 get add 16 j1 mul add MM lineto stroke x i2 get d i2 get add 16 j0 mul sub MM y i2 get MM moveto x i2 get d i2 get add 16 j1 mul sub MM y i2 get MM lineto stroke x i3 get MM y i3 get d i3 get add 16 j0 mul sub MM moveto x i3 get MM y i3 get d i3 get add 16 j1 mul sub MM lineto stroke } for %i=0,16 } for %j0 0.15 MM setlinewidth /s 7 MM def /s1 8 MM def /s5 36 MM def 16 1 20 {/j exch def /j0 j 16 sub def %j=16,20 /ix0 xlu 8 MM add j0 7 MM mul add def /iy0 ylu 8 MM sub def 0 1 3 {/ij exch def %ij=0,3 ij 0 eq {/ix0 xlu 8 MM add j0 7 MM mul add def /iy0 ylu 8 MM sub def} if ij 1 eq {/ix0 xru 43 MM sub j0 7 MM mul add def /iy0 yru 8 MM sub def} if ij 2 eq {/ix0 xlo 8 MM add j0 7 MM mul add def /iy0 ylo 1 MM add def} if ij 3 eq {/ix0 xro 43 MM sub j0 7 MM mul add def /iy0 yro 1 MM add def} if i*ptrsc 0 eq i*ptrsc 2 eq or {%i*ptrsc=0,2 cmy0* setcmykcolor j 16 eq {tzan j get dup dup 0 setcmykcolor ix0 0.5 MM sub iy0 0.5 MM sub s5 s1 rec fill} if tzan j get dup dup 0 setcmykcolor ix0 iy0 s s rec fill } if %i*ptrsc=0,2 i*ptrsc 1 eq i*ptrsc 3 eq or {%i*ptrsc=1,3 www* setrgbcolor j 16 eq {1 tzan j get 1 sub dup dup setrgbcolor %N ix0 0.5 MM sub iy0 0.5 MM sub s5 s1 rec fill} if 1 tzan j get sub dup dup setrgbcolor %N ix0 iy0 s s rec fill } if %i*ptrsc=1,3 i*ptrsc 4 eq i*ptrsc 5 eq or {%i*ptrsc=4,5 [/CIEBasedABC << %Farbraum und Grenzen fuer D65 /RangeABC [0 100 -128 127 -128 127] /DecodeABC [{16 add 116 div} bind {500 div} bind {200 div} bind] /MatrixABC [1 1 1 1 0 0 0 0 -1] /DecodeLMN [{dup 6 29 div ge {dup dup mul mul} {4 29 div sub 108 841 div mul} ifelse 0.9505 mul} bind {dup 6 29 div ge {dup dup mul mul} {4 29 div sub 108 841 div mul} ifelse} bind {dup 6 29 div ge {dup dup mul mul} {4 29 div sub 108 841 div mul} ifelse 1.0890 mul} bind] /WhitePoint [0.9505 1 1.089] %CIEXYZ fuer D65 >>] setcolorspace j 16 eq {tznLAB* 0 get tzwLAB* 0 get tznLAB* 0 get sub 0.25 j0 mul mul add tznLAB* 1 get tzwLAB* 1 get tznLAB* 1 get sub 0.25 j0 mul mul add tznLAB* 2 get tzwLAB* 2 get tznLAB* 2 get sub 0.25 j0 mul mul add setcolor %N ix0 0.5 MM sub iy0 0.5 MM sub s5 s1 rec fill} if tznLAB* 0 get tzwLAB* 0 get tznLAB* 0 get sub 0.25 j0 mul mul add tznLAB* 1 get tzwLAB* 1 get tznLAB* 1 get sub 0.25 j0 mul mul add tznLAB* 2 get tzwLAB* 2 get tznLAB* 2 get sub 0.25 j0 mul mul add setcolor %N ix0 iy0 s s rec fill } if %i*ptrsc=4,5 i*ptrsc 6 eq {%i*ptrsc=6 000n* setcmykcolor j 16 eq {0 0 0 tzan j get setcmykcolor ix0 0.5 MM sub iy0 0.5 MM sub s5 s1 rec fill} if 0 0 0 tzan j get setcmykcolor ix0 iy0 s s rec fill } if %i*ptrsc=6 i*ptrsc 7 eq {%i*ptrsc=7 w* setgray j 16 eq {1 tzan j get sub setgray ix0 0.5 MM sub iy0 0.5 MM sub s5 s1 rec fill} if 1 tzan j get sub setgray ix0 iy0 s s rec fill } if %i*ptrsc=7 } for %ij=0,3 } for %j=16,20 0 setgray 018 MM 008.2 MM moveto 6 /Times-Roman FS (-8) show 018 MM 006.2 MM moveto 6 /Times-Roman FS (-6) show 276 MM 008.2 MM moveto 6 /Times-Roman FS (-8) show 276 MM 006.2 MM moveto 6 /Times-Roman FS (-6) show 018 MM 202.2 MM moveto 6 /Times-Roman FS (-8) show 018 MM 204.2 MM moveto 6 /Times-Roman FS (-6) show 276 MM 202.2 MM moveto 6 /Times-Roman FS (-8) show 276 MM 204.2 MM moveto 6 /Times-Roman FS (-6) show /COLhNam16 16 array def /COLhNam16 [(R00Y) (R25Y) (R50Y) (R75Y) (Y00G) (Y25G) (Y50G) (Y75G) (G00B) (G25B) (G50B) (G75B) (B00R) (B25R) (B50R) (B75R) ] def 0 setgray 12 /Times-ISOL1 FS 61 MM 13 MM moveto (TUB\255Pr\374fvorlage ZE03) showde %0ZE03X-Y 0000# (TUB\255test chart ZE03) showen %1ZE03X-Y 0000# (Gr\341fico TUB\255ZE03) showes %2ZE03X-Y 0000# (Graphique TUB\255ZE03) showfr %3ZE03X-Y 0000# (Grafico TUB\255ZE03) showit %4ZE03X-Y 0000# (TUB\255testplansje ZE03) showjp %5ZE03X-Y 0000# (; Vorlage G von) showde %0ZE03X-Y 0100# (; test chart G of) showen %1ZE03X-Y 0100# (; la prueba G di) showes %2ZE03X-Y 0100# (; le test G de) showfr %3ZE03X-Y 0100# (; il test G di) showit %4ZE03X-Y 0100# (; test chart G of) showjp %5ZE03X-Y 0100# ( CIE R8-09:2015) show 12 /Times-ISOL1 FS 61 MM 09 MM moveto 12 /Times-ISOL1 FS xchart xchart3P05 le {%xchart<=xchart3P05 (1080 Normfarben) showde %0ZE03X-Y 0200# (1080 standard colours) showen %1ZE03X-Y 0200# (1080 colores del est\341ndar) showes %2ZE03X-Y 0200# (1080 couleur de norme) showfr %3ZE03X-Y 0200# (1080 colori di norma) showit %4ZE03X-Y 0200# (1080 standard farger) showjp %5ZE03X-Y 0200# xchart 0 eq {%xchart=0 (; Bildtechnologie) showde %0ZE03X-Y 0300# (; image technology) showen %1ZE03X-Y 0300# (; tecnolog\355a de imagen) showes %2ZE03X-Y 0300# (; image informatique) showfr %3ZE03X-Y 0300# (; tecnologia di immagine) showit %4ZE03X-Y 0300# (; billed\255teknologi) showjp %5ZE03X-Y 0300# } if %xchart=0 }%xchart<=xchart3P05 {%xchart>xchart3P05 (Farben und Farbabst\344nde, ) showde %0ZE03X-Y 0400# (colors and differences, ) showen %1ZE03X-Y 0400# (colores y differencia en color, ) showes %2ZE03X-Y 0400# (couleurs et diff\351rences, ) showfr %3ZE03X-Y 0400# (colori e la differenza, ) showit %4ZE03X-Y 0400# (farger og fargeavstander, ) showjp %5ZE03X-Y 0400# 12 /Symbol FS (D) show 12 /TimesI-ISOL1 FS colorm 0 eq {%colorm=0 (E*') show }%colorm=0 {%colorm=1 (E'*) show } ifelse %colorm=1 } ifelse %xchart>xchart3P05 xchart 1 ge {%xchart>=1 12 /Times-ISOL1 FS (, 3D=) show colorm cvishow (, de=) show deintp cvishow 12 /TimesI-ISOL1 FS xchart5f 0 eq {(, sRGB) show} if xchart5f 1 eq {(, cmyk) show} if xchart5f 2 eq {(, cmy0) show} if xchart5f 3 eq {(, cmyk) show} if xchart5f 4 eq {(, RGB) show} if colorm 1 eq {(*) show} if } if %xchart>=1 12 /Times-ISOL1 FS 165 MM 13 MM moveto (Eingabe: ) showde %0ZE03X-Y 0800# (input: ) showen %1ZE03X-Y 0800# (entrada: ) showes %2ZE03X-Y 0800# (entr\351e : ) showfr %3ZE03X-Y 0800# (immettere: ) showit %4ZE03X-Y 0800# (input: ) showjp %5ZE03X-Y 0800# 12 /TimesI-ISOL1 FS (rgb/cmyk -> ) show xchart xchart3 lt {(rgb/cmyk) show} if xchart xchart3 ge {%xchart>=xchart3 (rgb) show 10 /Times-ISOL1 FS 0 -2 rmoveto Txx show 0 2 rmoveto 12 /Times-ISOL1 FS } if %xchart>=xchart3 12 /Times-ISOL1 FS 165 MM 9 MM moveto (Ausgabe: ) showde %0ZE03X-Y 0900# (output: ) showen %1ZE03X-Y 0900# (salida: ) showes %2ZE03X-Y 0900# (sortie : ) showfr %3ZE03X-Y 0900# (uscita: ) showit %4ZE03X-Y 0900# (output: ) showjp %5ZE03X-Y 0900# %colorm=0,1! 12 /Times-ISOL1 FS xchart 0 eq {%xchart=0,#0 12 /Times-ISOL1 FS (keine \334nderung) showde %0ZE03X-Y 1000# (no change) showen %1ZE03X-Y 1000# (ning\372n cambio) showes %2ZE03X-Y 1000# (aucun changement) showfr %3ZE03X-Y 1000# (nessun cambiamento) showit %4ZE03X-Y 1000# (ingen endring) showjp %5ZE03X-Y 1000# }%xchart=0 {%xchart#0 12 /Times-ISOL1 FS colorm 0 eq {%colorm=0 (Transfer nach ) showde %0ZE03X-Y 1100# (transfer to ) showen %1ZE03X-Y 1100# (transfiera a ) showes %2ZE03X-Y 1100# (transf\351rer \340 ) showfr %3ZE03X-Y 1100# (trasferire a ) showit %4ZE03X-Y 1100# (overf\370ring til ) showjp %5ZE03X-Y 1100# }%colorm=0 {%colorm=1 (3D\255Linearisierung ) showde %0ZE03X-Y 1200# (3D\255linearization to ) showen %1ZE03X-Y 1200# (3D\255linealizaci\363n a ) showes %2ZE03X-Y 1200# (lin\351arisation 3D selon ) showfr %3ZE03X-Y 1200# (3D\255linearizzazione a ) showit %4ZE03X-Y 1200# (3D\255linearisering til ) showjp %5ZE03X-Y 1200# } ifelse %colorm=1 12 /TimesI-ISOL1 FS xchart5f 0 eq {(rgb) show} if xchart5f 1 eq {(cmyk) show} if xchart5f 2 eq {(cmy0) show} if xchart5f 3 eq {(cmyk) show} if xchart5f 4 eq {(rgb) show} if colorm 1 eq {(*) show} if 10 /Times-ISOL1 FS 0 -2 rmoveto Txx show 0 2 rmoveto 12 /Times-ISOL1 FS } ifelse %xchart=0,#0 %0 setgray %end white and unvisible 12 /Times-ISOL1 FS 62 MM 198.5 MM moveto C12 (http://farbe.li.tu-berlin.de/ZE03/ZE03L) show (0) show LSC$ show LEX$ show 12 /Times-ISOL1 FS %1 setgray %start white and unvisible (; ) show xchart 0 eq { (Start\255Ausgabe) showde %0ZE03X-Y 1300# (start output) showen %1ZE03X-Y 1300# (comience salida) showes %2ZE03X-Y 1300# (sortie de production) showfr %3ZE03X-Y 1300# (cominciare l'uscita) showit %4ZE03X-Y 1300# (start output) showjp %5ZE03X-Y 1300# } if LSC$ (C) eq { (Start\255Ausgabe) showde %0ZE03X-Y 1400# (start output) showen %1ZE03X-Y 1400# (comience salida) showes %2ZE03X-Y 1400# (sortie de production) showfr %3ZE03X-Y 1400# (cominciare l'uscita) showit %4ZE03X-Y 1400# (start output) showjp %5ZE03X-Y 1400# } if xchart 1 ge {%xchart>=1 colorm 0 eq {%colorm=0,1 (Transfer Ausgabe) showde %0ZE03X-Y 1500# (transfer output) showen %1ZE03X-Y 1500# (salida de transferencia) showes %2ZE03X-Y 1500# (sortie de transfert) showfr %3ZE03X-Y 1500# (uscita di trasferimento) showit %4ZE03X-Y 1500# (overf\370ring output) showjp %5ZE03X-Y 1500# }%colorm=0 {%colorm=1 (3D\255Linearisierung) showde %0ZE03X-Y 1600# (3D\255linearization) showen %1ZE03X-Y 1600# (3D\255linealizaci\363n) showes %2ZE03X-Y 1600# (lin\351arisation 3D) showfr %3ZE03X-Y 1600# (3D\255linearizzzazione) showit %4ZE03X-Y 1600# (3D\255linearisering) showjp %5ZE03X-Y 1600# } ifelse %colorm=0,1 } if %xchart>=1 62 MM 194 MM moveto LSC$ (N) eq LSC$ (C) eq or { (N: Keine 3D\255Linearisierung (OL) ) showde %0ZE03X-Y 1700# (N: no 3D\255linearization (OL) ) showen %1ZE03X-Y 1700# (N: ninguna 3D\255linealizaci\363n (OL) ) showes %2ZE03X-Y 1700# (N: aucune linearisation 3D (OL) ) showfr %3ZE03X-Y 1700# (N: nessun 3D\255linearizzazione (OL) ) showit %4ZE03X-Y 1700# (N: ingen 3D\255linearisering (OL) ) showjp %5ZE03X-Y 1700# (in Datei (F) oder PS\255Startup (S)) showde %0ZE03X-Y 1800# (in file (F) or PS\255startup (S)) showen %1ZE03X-Y 1800# (en archivo (F) o PS\255startup (S)) showes %2ZE03X-Y 1800# (dans fichier (F) ou PS\255startup (S)) showfr %3ZE03X-Y 1800# (nel file (F) o PS\255startup (S)) showit %4ZE03X-Y 1800# (i fil (F) eller PS\255startup (S)) showjp %5ZE03X-Y 1800# } {LSC$ show (: ) show (3D\255Linearisierung) showde %0ZE03X-Y 1900# (3D\255linearization) showen %1ZE03X-Y 1900# (3D\255linealizaci\363n) showes %2ZE03X-Y 1900# (lin\351arisation 3D) showfr %3ZE03X-Y 1900# (3D\255linearizzzazione) showit %4ZE03X-Y 1900# (3D\255linearisering) showjp %5ZE03X-Y 1900# ( ZE03/ZE03L) show LSS$ show LSX$ show (0) show LSC$ show LEY$ show } ifelse LSC$ (F) eq { ( in Datei (F)) showde %0ZE03X-Y 2000# ( in file (F)) showen %1ZE03X-Y 2000# ( en archivo (F)) showes %2ZE03X-Y 2000# ( dans fichier (F)) showfr %3ZE03X-Y 2000# ( nel file (F)) showit %4ZE03X-Y 2000# ( i fil (F)) showjp %5ZE03X-Y 2000# } if LSC$ (S) eq { ( im Distiller Startup (S) Directory) showde %0ZE03X-Y 2100# ( in Distiller Startup (S) Directory) showen %1ZE03X-Y 2100# ( en el Distiller Startup (S) Directory) showes %2ZE03X-Y 2100# ( dans le Distiller Startup (S) Directory) showfr %3ZE03X-Y 2100# ( nel Distiller Startup (S) Directory) showit %4ZE03X-Y 2100# ( i Distiller Startup (S) Directory) showjp %5ZE03X-Y 2100# } if LSC$ (D) eq { ( in PS\255Device (D)) showde %0ZE03X-Y 2200# ( in PS\255device (D)) showen %1ZE03X-Y 2200# ( en el PS\255device (D)) showes %2ZE03X-Y 2200# ( dans l'appareil PS (D)) showfr %3ZE03X-Y 2200# ( nel PS\255dispositivo (D)) showit %4ZE03X-Y 2200# ( i PS\255apparat (D)) showjp %5ZE03X-Y 2200# } if LSC$ (T) eq { ( im Distiller Startup (S) Directory) showde %0ZE03X-Y 2300# ( in Distiller Startup (S) Directory) showen %1ZE03X-Y 2300# ( en el Distiller Startup (S) Directory) showes %2ZE03X-Y 2300# ( dans le Distiller Startup (S) Directory) showfr %3ZE03X-Y 2300# ( nel Distiller Startup (S) Directory) showit %4ZE03X-Y 2300# ( i Distiller Startup (S) Directory) showjp %5ZE03X-Y 2300# } if LSC$ (E) eq { ( in PS\255Device (D)) showde %0ZE03X-Y 2400# ( in PS\255device (D)) showen %1ZE03X-Y 2400# ( en el PS\255device (D)) showes %2ZE03X-Y 2400# ( dans l'appareil PS (D)) showfr %3ZE03X-Y 2400# ( nel PS\255dispositivo (D)) showit %4ZE03X-Y 2400# ( i PS\255apparat (D)) showjp %5ZE03X-Y 2400# } if %0 setgray %end white and unvisible (, Seite ) showde %0ZE03X-Y 2500# (, page ) showen %1ZE03X-Y 2500# (, p\341gina ) showes %2ZE03X-Y 2500# (, p\341ge ) showfr %3ZE03X-Y 2500# (, pagina ) showit %4ZE03X-Y 2500# (, side ) showjp %5ZE03X-Y 2500# xchart 1 add cvishow (/) show xchartm cvishow 16 MM 185 MM moveto -90 rotate (Siehe \344hnliche Dateien: ) showde %0ZE03X-Y 2600# (see similar files: ) showen %1ZE03X-Y 2600# (vea archivos semejantes: ) showes %2ZE03X-Y 2600# (voir fichiers similaires: ) showfr %3ZE03X-Y 2600# (vedere dei file simili: ) showit %4ZE03X-Y 2600# (se lignende filer: ) showjp %5ZE03X-Y 2600# C12 (http://farbe.li.tu-berlin.de/ZE03/ZE03.HTM) show T12 %(0) show %LSC$ show LEX$ show 90 rotate 12 MM 185 MM moveto -90 rotate %(Technische Information: ) showde %0ZE03X-Y 2700# %(technical information: ) showen %1ZE03X-Y 2700# %(informaci\363n t\351cnica: ) showes %2ZE03X-Y 2700# %(informations techniques: ) showfr %3ZE03X-Y 2700# %(informazioni tecniche: ) showit %4ZE03X-Y 2700# %(teknisk informasjon: ) showjp %5ZE03X-Y 2700# C12 (http://130.149.60.45/~farbmetrik) show T12 ( oder ) showde %0ZE03X-Y 2800# ( or ) showen %1ZE03X-Y 2800# ( o ) showes %2ZE03X-Y 2800# ( ou ) showfr %3ZE03X-Y 2800# ( o ) showit %4ZE03X-Y 2800# ( eller ) showjp %5ZE03X-Y 2800# C12 (http://farbe.li.tu-berlin.de) show T12 90 rotate 281 MM 185 MM moveto -90 rotate (TUB\255Registrierung: 20160101\255ZE03/ZE03L) showde %0ZE03X-Y 2900# (TUB registration: 20160101\255ZE03/ZE03L) showen %1ZE03X-Y 2900# (TUB matr\355cula: 20160101\255ZE03/ZE03L) showes %2ZE03X-Y 2900# (TUB enregistrement: 20160101\255ZE03/ZE03L) showfr %3ZE03X-Y 2900# (TUB iscrizione: 20160101\255ZE03/ZE03L) showit %4ZE03X-Y 2900# (TUB registrering: 20160101\255ZE03/ZE03L) showjp %5ZE03X-Y 2900# (0) show LSC$ show LEX$ show 90 rotate 281 MM 74 MM moveto -90 rotate (TUB\255Material: Code=rha4ta) showde %0ZE03X-Y 3000# (TUB material: code=rha4ta) showen %1ZE03X-Y 3000# (TUB material: code=rha4ta) showes %2ZE03X-Y 3000# (TUB mat\351riel: code=rha4ta) showfr %3ZE03X-Y 3000# (TUB materiale: code=rha4ta) showit %4ZE03X-Y 3000# (TUB materiell: code=rha4ta) showjp %5ZE03X-Y 3000# 90 rotate 277 MM 185 MM moveto -90 rotate /cvishow {cvi 6 string cvs show} def /cvsshow1 {10 mul cvi 0.1 mul 7 string cvs show} def ( Anwendung f\374r Messung ) showde %0ZE03X-Y 3100# ( application for measurement ) showen %1ZE03X-Y 3100# ( aplicaci\363n para la medida ) showes %2ZE03X-Y 3100# ( application pour la mesure ) showfr %3ZE03X-Y 3100# ( la domanda per la misura ) showit %4ZE03X-Y 3100# ( anvendelse for m\345ling ) showjp %5ZE03X-Y 3100# xchart5f 0 eq {%xchart5f=0 (von Display-Ausgabe) showde %0ZE03X-Y 3200# (of display output) showen %1ZE03X-Y 3200# (de display output) showes %2ZE03X-Y 3200# (de sortie sur \350cran) showfr %3ZE03X-Y 3200# (di stampa di display) showit %4ZE03X-Y 3200# (av display output) showjp %5ZE03X-Y 3200# } if %xchart5f=0 xchart5f 1 eq xchart5f 2 eq or {%xchart5f=1,2 (von Offsetdruck\255Ausgabe) showde %0ZE03X-Y 3300# (of offset print output) showen %1ZE03X-Y 3300# (salida en la impressi\363n offset) showes %2ZE03X-Y 3300# (des sorties sur offset) showfr %3ZE03X-Y 3300# (uscita nella stampa di offset) showit %4ZE03X-Y 3300# (av offsettrykk output) showjp %5ZE03X-Y 3300# } if %xchart5f=1,2 xchart5f 3 eq {%xchart5f=3 (von Laserdrucker\255Ausgabe) showde %0ZE03X-Y 3400# (of laser printer output) showen %1ZE03X-Y 3400# (salida de impresora l\341ser) showes %2ZE03X-Y 3400# (des sorties sur imprimante laser) showfr %3ZE03X-Y 3400# (di uscita della stampante laser) showit %4ZE03X-Y 3400# (av laserprinter output) showjp %5ZE03X-Y 3400# } if %xchart5f=3 xchart5f 4 eq {%xchart5f=4 (von Photodrucker\255Ausgabe) showde %0ZE03X-Y 3400# (of photo printer output) showen %1ZE03X-Y 3400# (salida de impresora photo) showes %2ZE03X-Y 3400# (des sorties sur imprimante photo) showfr %3ZE03X-Y 3400# (di uscita della stampante photo) showit %4ZE03X-Y 3400# (av photoprinter output) showjp %5ZE03X-Y 3400# } if %xchart5f=4 xchart 1 ge {%xchart>=1 xchart5f 0 eq {%xchart5f=0 (, keine Separation) showde %0ZE03X-Y 3500# (, no separation) showen %1ZE03X-Y 3500# (, ninguna separaci\363n) showes %2ZE03X-Y 3500# (, aucune s\351paration) showfr %3ZE03X-Y 3500# (, nessuna separazione) showit %4ZE03X-Y 3500# (, ingen separasjon) showjp %5ZE03X-Y 3500# } if %chart5f=0 xchart5f 1 ge xchart5f 4 le and {%xchart5f>=1 and <=4 (, Separation) showde %0ZE03X-Y 3600# (, separation) showen %1ZE03X-Y 3600# (, separaci\363n) showes %2ZE03X-Y 3600# (, s\351paration) showfr %3ZE03X-Y 3600# (, separazione) showit %4ZE03X-Y 3600# (, separasjon) showjp %5ZE03X-Y 3600# xchart5f 1 eq {( cmyn6) show} if xchart5f 2 eq {( cmy0) show} if xchart5f 3 eq {( cmyn6) show} if xchart5f 4 eq {( rgb) show} if colorm 1 eq {(*) show} if colsep 0 eq {( (CMYK) ) show} if colsep 1 eq {( (CMY0) ) show} if colsep 2 eq {( (CMYK) ) show} if colsep 3 eq {( (CMYK) ) show} if colsep 4 eq {( (CMYK) ) show} if } if %xchart5f>=1 and <=4 } if %xchart>=1 IMES 1 eq LSC$ (N) ne and { %IMES=1 (, Yr=) show Yre cvsshow1 (, XYZ) show } if %IMES=1 90 rotate /i0 8 def /i1 i0 1 add def /i2 i0 2 add def /i3 i0 3 add def 0.30 MM setlinewidth 0 setgray x i0 get MM y i0 get MM moveto x i1 get MM y i1 get MM lineto x i2 get MM y i2 get MM lineto x i3 get MM y i3 get MM lineto x i0 get MM y i0 get MM lineto stroke %/xlu1 013 MM def /ylu1 010 MM def %/xro1 283 MM def /yro1 200 MM def %/xlo1 013 MM def /ylo1 200 MM def %/xru1 283 MM def /yru1 010 MM def %xlu1 4 MM sub ylu1 moveto 8 MM 0 rlineto stroke %xlu1 ylu1 4 MM sub moveto 0 8 MM rlineto stroke %xro1 4 MM add yro1 moveto -8 MM 0 rlineto stroke %xro1 yro1 4 MM add moveto 0 -8 MM rlineto stroke %xru1 4 MM sub yru1 moveto 8 MM 0 rlineto stroke %xru1 yru1 4 MM sub moveto 0 8 MM rlineto stroke %xlo1 4 MM add ylo1 moveto -8 MM 0 rlineto stroke %xlo1 ylo1 4 MM add moveto 0 -8 MM rlineto stroke } ifelse %xt=1 xchart 1 le {%xchart<=1 /ypapert 5 array def /ypapert [(A) (L) (P2) (G) (P3)] def /ybuntat 5 array def /ybuntat [(A) (L) (P2) (G) (P3)] def 0 0 0 0 setcmykcolor /i0 14 def /i1 i0 1 add def /i2 i0 2 add def /i3 i0 3 add def x i0 get MM 18 MM sub y i0 get MM 04 MM sub moveto 17 MM 0 rlineto 0 4.5 MM rlineto -17 MM 0 rlineto closepath fill x i0 get MM 17.5 MM sub y i0 get MM 3 MM sub moveto 0 1 1 0 setcmykcolor 4.5 MM /Times-ISOL1 FS (ZE03) show 3.5 MM /Times-ISOL1 FS xchart 0 eq {(S0) show} {colorm cvishow deintp cvishow} ifelse colsep 0 eq {ypapert ypaper get show} if colsep 1 eq {ypapert ypaper get show} if colsep 2 eq {ypapert ypaper get show} if colsep 3 eq {ypapert ypaper get show} if colsep 4 eq {ypapert ypaper get show} if } if %xchart<=1 grestore gsave %********************************************************** /xchart3P21 xchart3P05 16 add def xchart xchart3P05 gt xchart xchart3P21 le and {%BEG xchart>xchart3P05 and <=xchart3P21 /n00 xchart3P05 1 add def %special tables start at page 6+1=7 /n01 n00 1 add def %1080=13x80+40= 14 pages /n02 n00 2 add def %14 pages of rgb-tables start at page 6+3=9..22 xchart n00 eq {/n1 0 def /n2 57 def} if xchart n01 eq {/n1 0 def /n2 53 def} if xchart n02 ge {/n1 xchart n02 sub 81 mul def /n2 n1 80 add def n2 1079 ge {/n2 1079 def} if } if 72 56 translate 0.01 MM dup scale 0 0 0 setrgbcolor 0 0 moveto 24600 0 rlineto 0 17220 rlineto -24600 0 rlineto closepath stroke 180 /Times-ISOL1 FS 0 0 0 setrgbcolor 7000 -180 moveto (ZE030-7N, ) show lanind 0 eq {(Seite ) show} if lanind 1 ge {(Page ) show} if xchart 1 add cvishow (/) show xchartm cvishow (-F) show %pmetam cvishow %******************************************************** /prog_rgb_dyF_LAB*'dyF {%BEG prog_rgb_dyF_LAB*'dyF %LAB*'dyF allready known by proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL } bind def %END prog_rgb_dyF_LAB*'dyF %******************************************************** /prog_rgb'*dyF_LAB'*dyF {%BEG prog_rgb'*dyF_LAB'*dyF %rgb'*dyF allready known by proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL %calculation of LAB'*dyF not possible, only by sRGB-equations } bind def %END prog_rgb'*dyF_LAB'*dyF %************************************************************* /fakt 1.0 def /fakt2 0.74 def %0.2 /iyt 250 fakt2 mul def %text size /iyd 277 fakt2 mul def %line difference /ixs0 00 fakt2 mul def /ixs1 -10 fakt2 mul def /ixs2 10 fakt2 mul def /iys1 -25 fakt2 mul def /iys2 25 fakt2 mul def /iys3 35 fakt2 mul def /iys4 -35 fakt2 mul def /iytie iyt 50 fakt2 mul sub def /nshow {iyt /Times-ISOL1 FS show} def /kshow {iyt /TimesI-ISOL1 FS show} def /bshow {iyt /TimesB-ISOL1 FS show} def /jshow {iyt /TimesBI-ISOL1 FS show} def /sshow {iyt /Symbol FS show} def /nishow {ixs1 iys1 rmoveto iytie /Times-ISOL1 FS show ixs2 iys2 rmoveto} def /nishow0 { 00 iys1 rmoveto iytie /Times-ISOL1 FS show 00 iys2 rmoveto} def /neshow {ixs1 iys3 rmoveto iytie /Times-ISOL1 FS show ixs2 iys4 rmoveto} def /neshow0 { 00 iys3 rmoveto iytie /Times-ISOL1 FS show 00 iys4 rmoveto} def /ishow {ixs1 iys1 rmoveto iytie /TimesB-ISOL1 FS show ixs2 iys2 rmoveto} def /ishow0 { 00 iys1 rmoveto iytie /TimesB-ISOL1 FS show 00 iys2 rmoveto} def /eshow { 00 iys3 rmoveto iytie /TimesB-ISOL1 FS show 00 iys4 rmoveto} def 0 0 0 setrgbcolor /imaxym 17220 def /iymax 16700 def /imaxy0 17000 def /RGB58M1_F 174 array def %58x3=174 /RGB58M1_F [%rgb data of 48+1 step colour circle + 9 step gray series = 58 1.000 0.000 0.000 %00 R00Y %R 1.000 0.125 0.000 %01 R13Y 1.000 0.250 0.000 %02 R25Y 1.000 0.375 0.000 %03 R38Y 1.000 0.500 0.000 %04 R50Y 1.000 0.625 0.000 %05 R63Y 1.000 0.750 0.000 %06 R75Y 1.000 0.875 0.000 %07 R88Y 1.000 1.000 0.000 %08 Y00G %Y 0.875 1.000 0.000 %09 Y13G 0.750 1.000 0.000 %10 Y25G 0.625 1.000 0.000 %11 Y38G 0.500 1.000 0.000 %12 Y50G 0.375 1.000 0.000 %13 Y63G 0.250 1.000 0.000 %14 Y75G 0.125 1.000 0.000 %15 Y88G 0.000 1.000 0.000 %16 G00C %G 0.000 1.000 0.125 %17 G13C 0.000 1.000 0.250 %18 G25C 0.000 1.000 0.375 %19 G38C 0.000 1.000 0.500 %20 G50C 0.000 1.000 0.625 %21 G63C 0.000 1.000 0.750 %22 G75C 0.000 1.000 0.875 %23 G88C 0.000 1.000 1.000 %24 C00B %C 0.000 0.875 1.000 %25 C13B 0.000 0.750 1.000 %26 C25B 0.000 0.625 1.000 %27 C38B 0.000 0.500 1.000 %28 C50B 0.000 0.375 1.000 %29 C63B 0.000 0.250 1.000 %30 C75B 0.000 0.125 1.000 %31 C88B 0.000 0.000 1.000 %32 B00M %B 0.125 0.000 1.000 %33 B13M 0.250 0.000 1.000 %34 B25M 0.375 0.000 1.000 %35 B38M 0.500 0.000 1.000 %36 B50M 0.625 0.000 1.000 %37 B63M 0.750 0.000 1.000 %38 B75M 0.875 0.000 1.000 %39 B88M 1.000 0.000 1.000 %40 M00R %M 1.000 0.000 0.875 %41 M13R 1.000 0.000 0.750 %42 M25R 1.000 0.000 0.625 %43 M38R 1.000 0.000 0.500 %44 M50R 1.000 0.000 0.375 %45 M63R 1.000 0.000 0.250 %46 M75R 1.000 0.000 0.125 %47 M88R 1.000 0.000 0.000 %48 R00Y %R 0.000 0.000 0.000 %49 N00Wd %ncolors 0.125 0.125 0.125 %50 N13Wd 0.250 0.250 0.250 %51 N25Md 0.375 0.375 0.375 %52 N38Wd 0.500 0.500 0.500 %53 N50Wd 0.625 0.625 0.625 %54 N63Wd 0.750 0.750 0.750 %55 N75Wd 0.875 0.875 0.875 %56 N88Wd 1.000 1.000 1.000 %57 W00Nd = W ] def /RGB58M1t_F 58 array def %48+1 step colour circle and 9 step grey steps = 58 /RGB58M1t_F [%high chromatic series: %relative hue h*, brillance i*, and chroma c* %range 0 ... 100 (R00Y_100_100) (R13Y_100_100) (R25Y_100_100) (R38Y_100_100) (R50Y_100_100) (R63Y_100_100) (R75Y_100_100) (R88Y_100_100) (Y00G_100_100) (Y13G_100_100) (Y25G_100_100) (Y38G_100_100) (Y50G_100_100) (Y63G_100_100) (Y75G_100_100) (Y88G_100_100) (G00C_100_100) (G13C_100_100) (G25C_100_100) (G38C_100_100) (G50C_100_100) (G63C_100_100) (G75C_100_100) (G88C_100_100) (C00B_100_100) (C13B_100_100) (C25B_100_100) (C38B_100_100) (C50B_100_100) (C63B_100_100) (C75B_100_100) (C88B_100_100) (B00M_100_100) (B13M_100_100) (B25M_100_100) (B38M_100_100) (B50M_100_100) (B63M_100_100) (B75M_100_100) (B88M_100_100) (M00R_100_100) (M13R_100_100) (M25R_100_100) (M38R_100_100) (M50R_100_100) (M63R_100_100) (M75R_100_100) (M88R_100_100) (R00Y_100_100) %gray series (NW_000) (NW_013) (NW_025) (NW_038) (NW_050) (NW_063) (NW_075) (NW_088) (NW_100) ] def /RGB54CR_F 162 array def %54x3=162 /RGB54CR_F [%54 colours of colour rendering (CR) test chart 1.000 0.000 0.000 %01 R00Yd %RGB54CR 1.000 0.250 0.000 %02 R25Yd 1.000 0.500 0.000 %03 R50Yd 1.000 0.750 0.000 %04 R75Yd 1.000 1.000 0.000 %05 Y00Gd 0.750 1.000 0.000 %06 Y25Gd 0.500 1.000 0.000 %07 Y50Gd 0.250 1.000 0.000 %08 Y75Gd 0.000 1.000 0.000 %09 G00Bd = 10 0.000 1.000 0.000 %10 G00Bd 0.000 1.000 0.500 %11 G25Bd 0.000 1.000 1.000 %12 G50Bd 0.000 0.500 1.000 %13 G75Bd 0.000 0.000 1.000 %14 B00Rd 0.500 0.000 1.000 %15 B25Rd 1.000 0.000 1.000 %16 B50Rd 1.000 0.000 0.500 %17 B75Rd 1.000 0.000 0.000 %18 R00Yd = 01 1.000 0.500 0.500 %19 R00Yd %lcolors 1.000 0.750 0.500 %20 R50Yd 1.000 1.000 0.500 %21 Y00Gd 0.750 1.000 0.500 %22 Y50Gd 0.500 1.000 0.500 %23 G00Bd 0.500 1.000 1.000 %24 G50Bd 0.500 0.500 1.000 %25 B00Rd 1.000 0.500 1.000 %26 B50Rd 1.000 0.500 0.500 %27 R00Yd = 19 0.750 0.250 0.250 %28 R00Yd %zcolors 0.750 0.500 0.250 %29 R50Yd 0.750 0.750 0.250 %30 Y00Gd 0.500 0.750 0.250 %31 Y50Gd 0.250 0.750 0.250 %32 G00Bd 0.250 0.750 0.750 %33 G50Bd 0.250 0.250 0.750 %34 B00Rd 0.750 0.250 0.750 %35 B50Rd 0.750 0.250 0.250 %36 R00Yd = 28 0.500 0.000 0.000 %37 R00Yd %dcolors 0.500 0.250 0.000 %38 R50Yd 0.500 0.500 0.000 %38 Y00Gd 0.250 0.500 0.000 %40 Y50Gd 0.000 0.500 0.000 %41 G00Bd 0.000 0.500 0.500 %42 G50Bd 0.000 0.000 0.500 %43 B00Rd 0.500 0.000 0.500 %44 B50Rd 0.500 0.000 0.000 %45 R00Yd = 37 0.000 0.000 0.000 %46 N00Wd %ncolors 0.125 0.125 0.125 %47 N13Wd 0.250 0.250 0.250 %48 N25Md 0.375 0.375 0.375 %49 N38Wd 0.500 0.500 0.500 %50 N50Wd 0.625 0.625 0.625 %51 N63Wd 0.750 0.750 0.750 %52 N75Wd 0.875 0.875 0.875 %53 N88Wd 1.000 1.000 1.000 %54 W00Nd = W ] def %54 colours of colour rendering test chart /RGB54CRt_F 54 array def /RGB54CRt_F [%high chromatic series: %relative hue h*, brillance i*, and chroma c*, range 0 ... 100 (R00Y_100_100) (R25Y_100_100) (R50Y_100_100) (R75Y_100_100) (Y00G_100_100) (Y25G_100_100) (Y50G_100_100) (Y75G_100_100) (G00B_100_100) (G00B_100_100) (G25B_100_100) (G50B_100_100) (G75B_100_100) (B00M_100_100) (B25R_100_100) (B50R_100_100) (B75R_100_100) (R00Y_100_100) %whitetish series (R00Y_100_050) (R50Y_100_050) (Y00G_100_050) (Y50G_100_050) (G00B_100_050) (G50B_100_050) (B00R_100_050) (B50R_100_050) (R00Y_100_050) %grayish series (R00Y_075_050) (R50Y_075_050) (Y00G_075_050) (Y50G_075_050) (G00B_075_050) (G50B_075_050) (B00R_075_050) (B50R_075_050) (R00Y_075_050) %blackish series (R00Y_050_050) (R50Y_050_050) (Y00G_050_050) (Y50G_050_050) (G00B_050_050) (G50B_050_050) (B00R_050_050) (B50R_050_050) (R00Y_050_050) %gray series (NW_000) (NW_013) (NW_025) (NW_038) (NW_050) (NW_063) (NW_075) (NW_088) (NW_100) ] def /jCRi 54 array def /jCRi %jCRi [ 648 %R00Y_100_100 1.00 0.00 0.00 01 %chromatic 16 step hue 666 %R25Y_100_100 1.00 0.25 0.00 02 684 %R50Y_100_100 1.00 0.50 0.00 03 702 %R75Y_100_100 1.00 0.75 0.00 04 720 %Y00G_100_100 1.00 1.00 0.00 05 558 %Y25G_100_100 0.75 1.00 0.00 06 396 %Y50G_100_100 0.50 1.00 0.00 07 234 %Y75G_100_100 0.25 1.00 0.00 08 072 %G00B_100_100 0.00 1.00 0.00 09=10 072 %G00B_100_100 0.00 1.00 0.00 10 %chromatic 16 step hue 076 %G25B_100_100 0.00 1.00 0.50 11 080 %G50B_100_100 0.00 1.00 1.00 12 044 %G75B_100_100 0.00 0.50 1.00 13 008 %B00R_100_100 0.00 0.00 1.00 14 332 %B25R_100_100 0.50 0.00 1.00 15 656 %B50R_100_100 1.00 0.00 1.00 16 652 %B75R_100_100 1.00 0.00 0.50 17 648 %R00Y_100_100 1.00 0.00 0.00 18=01 688 %R00Y_100_050 1.00 0.50 0.50 19 %whitish 8 step hue 706 %R50Y_100_050 1.00 0.75 0.50 20 724 %Y00G_100_050 1.00 1.00 0.50 21 562 %Y50G_100_050 0.75 1.00 0.50 22 400 %G00B_100_050 0.50 1.00 0.50 23 404 %G50B_100_050 0.50 1.00 1.00 24 368 %B00R_100_050 0.50 0.50 1.00 25 692 %B50R_100_050 1.00 0.50 1.00 26 688 %R00Y_100_050 1.00 0.50 0.50 27=19 506 %R00Y_075_050 0.75 0.25 0.25 28 %greyish 8 step hue 524 %R50Y_075_050 0.75 0.50 0.25 29 542 %Y00G_075_050 0.75 0.75 0.25 30 380 %Y50G_075_050 0.50 0.75 0.25 31 218 %G00B_075_050 0.25 0.75 0.25 32 222 %G50B_075_050 0.25 0.75 0.75 33 186 %B00R_075_050 0.25 0.25 0.75 34 510 %B50R_075_050 0.75 0.25 0.75 35 506 %R00Y_075_050 0.75 0.25 0.25 36=28 324 %R00Y_050_050 0.50 0.00 0.00 37 %blackish 8 step hue 342 %R50Y_050_050 0.50 0.25 0.00 38 360 %Y00G_050_050 0.50 0.50 0.00 39 198 %Y50G_050_050 0.25 0.50 0.00 40 036 %G00B_050_050 0.00 0.50 0.00 41 040 %G50B_050_050 0.00 0.50 0.50 42 004 %B00R_050_050 0.00 0.00 0.50 43 328 %B50R_050_050 0.50 0.00 0.50 44 324 %R00Y_050_050 0.50 0.00 0.00 45=37 000 %NW_000 0.000 0.000 0.000 46 %grey 9 steps 091 %NW_013 0.125 0.125 0.125 47 182 %NW_025 0.250 0.250 0.250 48 273 %NW_038 0.375 0.375 0.375 49 364 %NW_050 0.500 0.500 0.500 50 455 %NW_063 0.625 0.625 0.625 51 546 %NW_075 0.750 0.750 0.750 52 637 %NW_088 0.875 0.875 0.875 53 728 %NW_100 1.000 1.000 1.000 54 ] def %END jCRi /SUMDE*' 0 def /SUMDE'* 0 def n1 1 n2 {/n exch def %n=n1,n2 /n30 n 3 mul def /n31 n30 1 add def /n32 n30 2 add def xchart n00 eq {%48+1=49 step colour circle + 9 gray steps = 58 steps /hcolort RGB58M1t_F n get def RGB58M1_F n30 get %real RGB58M1_F n31 get RGB58M1_F n32 get } if %48 step colour circle xchart n01 eq {%45 colour rendering (CR) + 9 gray steps = 54 steps /hcolort RGB54CRt_F n get def RGB54CR_F n30 get %real RGB54CR_F n31 get RGB54CR_F n32 get } if %54 colour rendering colours xchart n02 ge {%1080 standard colours /r_RGBF RGB0_F n30 get 1000 div def /g_RGBF RGB0_F n31 get 1000 div def /b_RGBF RGB0_F n32 get 1000 div def /hsiRGBF r_RGBF 030 sin mul g_RGBF 150 sin mul add b_RGBF 270 sin mul add %y_e r_RGBF 030 cos mul g_RGBF 150 cos mul add %x_e 0.0001 add atan 0.5 add cvi def %range 0..360 hsiRGBF 30 lt {/hsiRGBF hsiRGBF 30 add def} if %range 30..390 hsiRGBF 030 ge hsiRGBF 090 le and {/u_100 hsiRGBF 030 sub 060 div 100 mul def /u1_RGYB (R) def /u2_RGYB (Y) def} if hsiRGBF 090 ge hsiRGBF 150 le and {/u_100 hsiRGBF 090 sub 060 div 100 mul def /u1_RGYB (Y) def /u2_RGYB (G) def} if hsiRGBF 150 ge hsiRGBF 270 le and {/u_100 hsiRGBF 150 sub 120 div 100 mul def /u1_RGYB (G) def /u2_RGYB (B) def} if hsiRGBF 270 ge hsiRGBF 390 le and {/u_100 hsiRGBF 270 sub 120 div 100 mul def /u1_RGYB (B) def /u2_RGYB (R) def} if %calculation of i_RGBF, c_RGBF, and t_RGBF /maxd r_RGBF def g_RGBF maxd gt {/maxd g_RGBF def} if b_RGBF maxd gt {/maxd b_RGBF def} if /mind r_RGBF def g_RGBF mind lt {/mind g_RGBF def} if b_RGBF mind lt {/mind b_RGBF def} if /I_RGBF maxd 100 mul def /C_RGBF maxd mind sub 100 mul def /T_RGBF I_RGBF C_RGBF 0.5 mul sub def r_RGBF g_RGBF b_RGBF %for setrgbcolor } if %1080 standard colours setrgbcolor %default to create data %setrgbcolor calculates data for output in "FF_LM_de_setrgbcolor_F" %colorm=0 calculates: rgb_dyF, rgb*dyF, LAB*dyF, ,cmyk*dyF and more %colorm=1 calculates: rgb_dyF, rgb*dyF, LAB*dyF', rgb'*dyF, cmyk*dyF and more /r_xF r_dyF def /g_xF g_dyF def /b_xF b_dyF def /i_xF i_dyF def /c_xF c_dyF def /t_xF t_dyF def /r*xF r*dyF def /g*xF g*dyF def /b*xF b*dyF def /LAB*LxF LAB*LdyF def /LAB*axF LAB*adyF def /LAB*bxF LAB*bdyF def /LAB*CxF LAB*adyF dup mul LAB*bdyF dup mul add 0.0001 add sqrt def /LAB*hxF LAB*bdyF LAB*adyF 0.0001 add atan def colorm 0 eq {%colorm=0 %prog_rgb_dyF_LAB*'dyF uses rgb_dyF by default %calculates output data according to IEC 61966-2-1 prog_rgb_dyF_LAB*'dyF xchart n00 eq {%xchart=n00 n 49 le {%n<=49 %chromatic hue series /LAB*'LxF LAB*Ldd64M n get def /LAB*'axF LAB*add64M n get def /LAB*'bxF LAB*bdd64M n get def /LAB*'CxF LAB*Cdd64M n get def /LAB*'hxF LAB*hdd64M n get def }%n<=49 %chromatic hue series {%n>49 %grey series /LAB*'LxF LAB*Lja jCRi n 5 sub get get def %Offset /LAB*'axF LAB*aja jCRi n 5 sub get get def /LAB*'bxF LAB*bja jCRi n 5 sub get get def /LAB*'CxF LAB*'axF dup mul LAB*'bxF dup mul add 0.0001 add sqrt def /LAB*'hxF LAB*'bxF LAB*'axF 0.0001 add atan def } ifelse %n>49 %grey series } if%xchart=n00 xchart n01 eq {%xchart=n01 /LAB*'LxF LAB*Lja jCRi n get get def %Offset hue circle /LAB*'axF LAB*aja jCRi n get get def /LAB*'bxF LAB*bja jCRi n get get def /LAB*'CxF LAB*'axF dup mul LAB*'bxF dup mul add 0.0001 add sqrt def /LAB*'hxF LAB*'bxF LAB*'axF 0.0001 add atan def } if %xchart=n01 xchart n02 ge %xchart>=n02 {/LAB*'LxF LAB*Lja n get def %only for Offset /LAB*'axF LAB*aja n get def /LAB*'bxF LAB*bja n get def /LAB*'CxF LAB*'axF dup mul LAB*'bxF dup mul add 0.0001 add sqrt def /LAB*'hxF LAB*'bxF LAB*'axF 0.0001 add atan def } if %xchart>=n02 % /LAB*'LxF L*'dyF def %only for sRGB % /LAB*'axF a*'dyF def % /LAB*'bxF b*'dyF def % /LAB*'CxF C*'dyF def % /LAB*'hxF h*'dyF def /DE*' LAB*'LxF LAB*LxF sub dup mul LAB*'axF LAB*axF sub dup mul add LAB*'bxF LAB*bxF sub dup mul add 0.0001 add sqrt def /SUMDE*' SUMDE*' DE*' add def } if %colorm=0 colorm 1 eq {%colorm=1 /r'*xF r'*dyF def /g'*xF g'*dyF def /b'*xF b'*dyF def %calculates output data according to IEC 61966-2-1 % prog_rgb'*dyF_LAB'*dyF % /LAB'*LxF L'*dyF def % /LAB'*axF a'*dyF def % /LAB'*bxF b'*dyF def % /LAB'*CxF C'*dyF def % /LAB'*hxF h'*dyF def % /DE'* LAB'*LxF LAB*LxF sub dup mul % LAB'*axF LAB*axF sub dup mul add % LAB'*bxF LAB*bxF sub dup mul add % 0.0001 add sqrt def % /SUMDE'* SUMDE'* DE'* add def } if %colorm=1 /hsi_xF hsiF def /c4*xF c4*Fa def /m4*xF m4*Fa def /y4*xF y4*Fa def /n4*xF n4*Fa def /r*xM r*dyM def /g*xM g*dyM def /b*xM b*dyM def /LAB*LxM LAB*LdyM def /LAB*axM LAB*adyM def /LAB*bxM LAB*bdyM def /LAB*CxM LAB*adyM dup mul LAB*bdyM dup mul add 0.0001 add sqrt def /LAB*hxM LAB*bdyM LAB*adyM 0.0001 add atan def /hsi_xM hsiM def 0 setgray xchart n00 eq {/nx n 8 idiv def n 49 ge {/nx nx 1 add def} if n 56 ge {/nx nx 1 sub def} if } if xchart n01 eq {/nx n 9 idiv def} if xchart n02 ge {/nx 0 def} if /iydn iymax n n1 sub nx add iyd mul sub def n n1 eq {%n=n1 00050 imaxy0 moveto (n) jshow xchart n00 eq {(/j) show} if xchart n01 eq {(/j) show} if xchart n02 eq {(=j) show} if 00700 imaxy0 moveto (HIC*) bshow (F) ishow0 Txx ishow0 02300 imaxy0 moveto (rgb) jshow (_F) ishow0 Txx ishow0 04200 imaxy0 moveto (ict) jshow (_F) ishow0 Txx ishow0 06100 imaxy0 moveto (h) jshow (si_F,) ishow0 Txx ishow0 06700 imaxym moveto 0 imaxym neg rlineto stroke 06800 imaxy0 moveto (rgb*) jshow (F) ishow0 Txx ishow0 08700 imaxy0 moveto (LabCh*) jshow (F) ishow0 Txx ishow0 12100 imaxym moveto 0 imaxym neg rlineto stroke colorm 0 eq {%colorm=1 12200 imaxy0 moveto (rgb*') jshow (F) ishow0 Txx ishow0 14100 imaxy0 moveto (LabCh*') jshow (F) ishow0 Txx ishow0 17600 imaxy0 moveto (DE*') jshow (F) ishow0 Txx ishow0 } if %colorm=0 colorm 1 eq {%colorm=1 % 12200 imaxy0 moveto (rgb'*) jshow % (F) ishow0 Txx ishow0 % 14100 imaxy0 moveto (LabCh'*) jshow (F) ishow0 % Txx ishow0 % 17600 imaxy0 moveto (DE'*) jshow (F) ishow0 % Txx ishow0 12200 imaxy0 moveto (cmyn*) jshow (sep,) ishow0 (F) ishow0 Txx ishow0 } if %colorm=1 18300 imaxy0 moveto (h) jshow (siM,) ishow0 Txx ishow0 18900 imaxym moveto 0 imaxym neg rlineto stroke 19000 imaxy0 moveto (rgb*) jshow (M) ishow0 Txx ishow0 20900 imaxy0 moveto (LabCh*) jshow (M) ishow0 Txx ishow0 () nshow } if %n=n1 00050 iydn moveto n cvishow xchart n00 eq {%xchart=n00 n 48 le {%n<=48 (/) show M1jx n get cvishow }%n<=48 {%n>48 (/) show jCRi n 4 sub get cvishow } ifelse } if %xchart=n00 xchart n01 eq {(/) show jCRi n get cvishow} if 00700 iydn moveto xchart n01 le {hcolort show Txx ishow0 () nshow} if xchart n02 ge {%xchart>n02 C_RGBF 0 eq {%ifelse achromatic (NW) show (_) show I_RGBF cvi 9 le {(00) show} if %filling cero I_RGBF cvi 9 gt I_RGBF cvi 99 le and {(0) show } if %range 0..100 I_RGBF cvi 6 string cvs show }%ifelse achromatic {%ifelse chromatic u1_RGYB show %filling cero range 0..99 u_100 cvi 9 le {(0) show} if %filling cero u_100 cvi cvi 6 string cvs show u2_RGYB show (_) show I_RGBF cvi 9 le {(00) show} if %filling cero I_RGBF cvi 9 gt I_RGBF cvi 99 le and {(0) show } if %range 0..100 I_RGBF cvi 6 string cvs show (_) show C_RGBF 9 le {(00) show} if %filling cero C_RGBF cvi 9 gt C_RGBF cvi 99 le and {(0) show } if %range 0..100 C_RGBF cvi 6 string cvs show } ifelse %ifelse chromatic Txx ishow0 () nshow } if %xchart>n02 02300 iydn moveto r_xF cvsshow3 02900 iydn moveto g_xF cvsshow3 03500 iydn moveto b_xF cvsshow3 04200 iydn moveto i_xF cvsshow3 04800 iydn moveto c_xF cvsshow3 05400 iydn moveto t_xF cvsshow3 06100 iydn moveto hsi_xF cvishow 06800 iydn moveto r*xF cvsshow3 07400 iydn moveto g*xF cvsshow3 08000 iydn moveto b*xF cvsshow3 08700 iydn moveto LAB*LxF cvsshow1 09400 iydn moveto LAB*axF cvsshow1 10100 iydn moveto LAB*bxF cvsshow1 10800 iydn moveto LAB*CxF cvsshow1 11500 iydn moveto LAB*hxF cvsshow1 colorm 0 eq {%colorm=0 12200 iydn moveto r_xF cvsshow3 12800 iydn moveto g_xF cvsshow3 13400 iydn moveto b_xF cvsshow3 14100 iydn moveto LAB*'LxF cvsshow1 14800 iydn moveto LAB*'axF cvsshow1 15500 iydn moveto LAB*'bxF cvsshow1 16200 iydn moveto LAB*'CxF cvsshow1 16900 iydn moveto LAB*'hxF cvsshow1 17600 iydn moveto DE*' cvsshow1 } if %colorm=0 colorm 1 eq {%colorm=1 % 12200 iydn moveto r'*xF cvsshow3 % 12800 iydn moveto g'*xF cvsshow3 % 13400 iydn moveto b'*xF cvsshow3 % 14100 iydn moveto LAB'*LxF cvsshow1 % 14800 iydn moveto LAB'*axF cvsshow1 % 15500 iydn moveto LAB'*bxF cvsshow1 % 16200 iydn moveto LAB'*CxF cvsshow1 % 16900 iydn moveto LAB'*hxF cvsshow1 % 17600 iydn moveto DE'* cvsshow1 12200 iydn moveto c4*xF cvsshow3 13100 iydn moveto m4*xF cvsshow3 14000 iydn moveto y4*xF cvsshow3 14900 iydn moveto n4*xF cvsshow3 } if %colorm=1 18300 iydn moveto hsi_xM cvishow 19000 iydn moveto r*xM cvsshow3 19600 iydn moveto g*xM cvsshow3 20200 iydn moveto b*xM cvsshow3 20900 iydn moveto LAB*LxM cvsshow1 21600 iydn moveto LAB*axM cvsshow1 22300 iydn moveto LAB*bxM cvsshow1 23000 iydn moveto LAB*CxM cvsshow1 23700 iydn moveto LAB*hxM cvsshow1 } for %n=n1,n2 n2 57 eq n2 53 eq or n2 80 ge or {%n2=57,53,80,161,...,971,1079 /iydn iymax n 1 add n1 sub nx add iyd mul sub def 12500 iydn moveto lanind 1 ge {(Mean color difference of this page: ) bshow} if %lanind 0 eq {(Mitttlere Farbdifferenz dieser Seite: ) bshow} if 16600 iydn moveto (delta ) bshow colorm 0 eq {(E*' =) jshow} if % {(E'* =) jshow} ifelse () bshow colorm 0 eq {%colorm=0 17600 iydn moveto SUMDE*' n2 n1 sub 1 add div cvsshow1 }%colorm=0 {%colorm=1 % 17600 iydn moveto SUMDE'* n2 n1 sub 1 add div cvsshow1 } ifelse %colorm=1 } if %n2=57,53,80,161,...,971,1079 } if %END xchart>xchart3P05 and xchart<=xchart3P21 %************************************************************* %********************************************************** xchart xchart3P21 gt {%BEG xchart>xchart3P21 /n00 xchart3P21 1 add def %special tables start at page 22+1=6+2+14+1=23 /n01 n00 1 add def %1080=13X80+40=14 pages /n02 n00 2 add def %14 pages of rgb-tables start at page 22+3=25..38 xchart n00 eq {/n1 0 def /n2 57 def} if xchart n01 eq {/n1 0 def /n2 53 def} if xchart n02 ge {/n1 xchart n02 sub 81 mul def /n2 n1 80 add def n2 1079 ge {/n2 1079 def} if } if 72 56 translate 0.01 MM dup scale 0 0 0 setrgbcolor 0 0 moveto 24600 0 rlineto 0 17220 rlineto -24600 0 rlineto closepath stroke 180 /Times-ISOL1 FS 0 0 0 setrgbcolor 7000 -180 moveto (ZE030-7N, ) show lanind 0 eq {(Seite ) show} if lanind 1 ge {(Page ) show} if xchart 1 add cvishow (/) show xchartm cvishow (-F) show %pmetam cvishow %******************************************************** /prog_rgb_dyF_LAB*'dyF {%BEG prog_rgb_dyF_LAB*'dyF %LAB*'dyF allready known by proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL } bind def %END prog_rgb_dyF_LAB*'dyF %******************************************************** /prog_rgb'*dyF_LAB'*dyF {%BEG prog_rgb'*dyF_LAB'*dyF %rgb'*dyF allready known by proc_rgb_rgb*'dy_LAB*'dy_rgb'*dy_*ioL %calculation of LAB'*dyF not possible, only by sRGB-equations } bind def %END prog_rgb'*dyF_LAB'*dyF %************************************************************* /fakt 1.0 def /fakt2 0.74 def %0.2 /iyt 250 fakt2 mul def %text size /iyd 277 fakt2 mul def %line difference /ixs0 00 fakt2 mul def /ixs1 -10 fakt2 mul def /ixs2 10 fakt2 mul def /iys1 -25 fakt2 mul def /iys2 25 fakt2 mul def /iys3 35 fakt2 mul def /iys4 -35 fakt2 mul def /iytie iyt 50 fakt2 mul sub def /nshow {iyt /Times-ISOL1 FS show} def /kshow {iyt /TimesI-ISOL1 FS show} def /bshow {iyt /TimesB-ISOL1 FS show} def /jshow {iyt /TimesBI-ISOL1 FS show} def /sshow {iyt /Symbol FS show} def /nishow {ixs1 iys1 rmoveto iytie /Times-ISOL1 FS show ixs2 iys2 rmoveto} def /nishow0 { 00 iys1 rmoveto iytie /Times-ISOL1 FS show 00 iys2 rmoveto} def /neshow {ixs1 iys3 rmoveto iytie /Times-ISOL1 FS show ixs2 iys4 rmoveto} def /neshow0 { 00 iys3 rmoveto iytie /Times-ISOL1 FS show 00 iys4 rmoveto} def /ishow {ixs1 iys1 rmoveto iytie /TimesB-ISOL1 FS show ixs2 iys2 rmoveto} def /ishow0 { 00 iys1 rmoveto iytie /TimesB-ISOL1 FS show 00 iys2 rmoveto} def /eshow { 00 iys3 rmoveto iytie /TimesB-ISOL1 FS show 00 iys4 rmoveto} def 0 0 0 setrgbcolor /imaxym 17220 def /iymax 16700 def /imaxy0 17000 def /RGB58M1_F 174 array def %58x3=174 /RGB58M1_F [%rgb data of 48+1 step colour circle + 9 step gray series = 58 1.000 0.000 0.000 %00 R00Y %R 1.000 0.125 0.000 %01 R13Y 1.000 0.250 0.000 %02 R25Y 1.000 0.375 0.000 %03 R38Y 1.000 0.500 0.000 %04 R50Y 1.000 0.625 0.000 %05 R63Y 1.000 0.750 0.000 %06 R75Y 1.000 0.875 0.000 %07 R88Y 1.000 1.000 0.000 %08 Y00G %Y 0.875 1.000 0.000 %09 Y13G 0.750 1.000 0.000 %10 Y25G 0.625 1.000 0.000 %11 Y38G 0.500 1.000 0.000 %12 Y50G 0.375 1.000 0.000 %13 Y63G 0.250 1.000 0.000 %14 Y75G 0.125 1.000 0.000 %15 Y88G 0.000 1.000 0.000 %16 G00C %G 0.000 1.000 0.125 %17 G13C 0.000 1.000 0.250 %18 G25C 0.000 1.000 0.375 %19 G38C 0.000 1.000 0.500 %20 G50C 0.000 1.000 0.625 %21 G63C 0.000 1.000 0.750 %22 G75C 0.000 1.000 0.875 %23 G88C 0.000 1.000 1.000 %24 C00B %C 0.000 0.875 1.000 %25 C13B 0.000 0.750 1.000 %26 C25B 0.000 0.625 1.000 %27 C38B 0.000 0.500 1.000 %28 C50B 0.000 0.375 1.000 %29 C63B 0.000 0.250 1.000 %30 C75B 0.000 0.125 1.000 %31 C88B 0.000 0.000 1.000 %32 B00M %B 0.125 0.000 1.000 %33 B13M 0.250 0.000 1.000 %34 B25M 0.375 0.000 1.000 %35 B38M 0.500 0.000 1.000 %36 B50M 0.625 0.000 1.000 %37 B63M 0.750 0.000 1.000 %38 B75M 0.875 0.000 1.000 %39 B88M 1.000 0.000 1.000 %40 M00R %M 1.000 0.000 0.875 %41 M13R 1.000 0.000 0.750 %42 M25R 1.000 0.000 0.625 %43 M38R 1.000 0.000 0.500 %44 M50R 1.000 0.000 0.375 %45 M63R 1.000 0.000 0.250 %46 M75R 1.000 0.000 0.125 %47 M88R 1.000 0.000 0.000 %48 R00Y %R 0.000 0.000 0.000 %49 N00Wd %ncolors 0.125 0.125 0.125 %50 N13Wd 0.250 0.250 0.250 %51 N25Md 0.375 0.375 0.375 %52 N38Wd 0.500 0.500 0.500 %53 N50Wd 0.625 0.625 0.625 %54 N63Wd 0.750 0.750 0.750 %55 N75Wd 0.875 0.875 0.875 %56 N88Wd 1.000 1.000 1.000 %57 W00Nd = W ] def /RGB58M1t_F 58 array def %48+1 step colour circle and 9 step grey steps = 58 /RGB58M1t_F [%high chromatic series: %relative hue h*, brillance i*, and chroma c* %range 0 ... 100 (R00Y_100_100) (R13Y_100_100) (R25Y_100_100) (R38Y_100_100) (R50Y_100_100) (R63Y_100_100) (R75Y_100_100) (R88Y_100_100) (Y00G_100_100) (Y13G_100_100) (Y25G_100_100) (Y38G_100_100) (Y50G_100_100) (Y63G_100_100) (Y75G_100_100) (Y88G_100_100) (G00C_100_100) (G13C_100_100) (G25C_100_100) (G38C_100_100) (G50C_100_100) (G63C_100_100) (G75C_100_100) (G88C_100_100) (C00B_100_100) (C13B_100_100) (C25B_100_100) (C38B_100_100) (C50B_100_100) (C63B_100_100) (C75B_100_100) (C88B_100_100) (B00M_100_100) (B13M_100_100) (B25M_100_100) (B38M_100_100) (B50M_100_100) (B63M_100_100) (B75M_100_100) (B88M_100_100) (M00R_100_100) (M13R_100_100) (M25R_100_100) (M38R_100_100) (M50R_100_100) (M63R_100_100) (M75R_100_100) (M88R_100_100) (R00Y_100_100) %gray series (NW_000) (NW_013) (NW_025) (NW_038) (NW_050) (NW_063) (NW_075) (NW_088) (NW_100) ] def /RGB54CR_F 162 array def %54x3=162 /RGB54CR_F [%54 colours of colour rendering (CR) test chart 1.000 0.000 0.000 %01 R00Yd %RGB54CR 1.000 0.250 0.000 %02 R25Yd 1.000 0.500 0.000 %03 R50Yd 1.000 0.750 0.000 %04 R75Yd 1.000 1.000 0.000 %05 Y00Gd 0.750 1.000 0.000 %06 Y25Gd 0.500 1.000 0.000 %07 Y50Gd 0.250 1.000 0.000 %08 Y75Gd 0.000 1.000 0.000 %09 G00Bd = 10 0.000 1.000 0.000 %10 G00Bd 0.000 1.000 0.500 %11 G25Bd 0.000 1.000 1.000 %12 G50Bd 0.000 0.500 1.000 %13 G75Bd 0.000 0.000 1.000 %14 B00Rd 0.500 0.000 1.000 %15 B25Rd 1.000 0.000 1.000 %16 B50Rd 1.000 0.000 0.500 %17 B75Rd 1.000 0.000 0.000 %18 R00Yd = 01 1.000 0.500 0.500 %19 R00Yd %lcolors 1.000 0.750 0.500 %20 R50Yd 1.000 1.000 0.500 %21 Y00Gd 0.750 1.000 0.500 %22 Y50Gd 0.500 1.000 0.500 %23 G00Bd 0.500 1.000 1.000 %24 G50Bd 0.500 0.500 1.000 %25 B00Rd 1.000 0.500 1.000 %26 B50Rd 1.000 0.500 0.500 %27 R00Yd = 19 0.750 0.250 0.250 %28 R00Yd %zcolors 0.750 0.500 0.250 %29 R50Yd 0.750 0.750 0.250 %30 Y00Gd 0.500 0.750 0.250 %31 Y50Gd 0.250 0.750 0.250 %32 G00Bd 0.250 0.750 0.750 %33 G50Bd 0.250 0.250 0.750 %34 B00Rd 0.750 0.250 0.750 %35 B50Rd 0.750 0.250 0.250 %36 R00Yd = 28 0.500 0.000 0.000 %37 R00Yd %dcolors 0.500 0.250 0.000 %38 R50Yd 0.500 0.500 0.000 %38 Y00Gd 0.250 0.500 0.000 %40 Y50Gd 0.000 0.500 0.000 %41 G00Bd 0.000 0.500 0.500 %42 G50Bd 0.000 0.000 0.500 %43 B00Rd 0.500 0.000 0.500 %44 B50Rd 0.500 0.000 0.000 %45 R00Yd = 37 0.000 0.000 0.000 %46 N00Wd %ncolors 0.125 0.125 0.125 %47 N13Wd 0.250 0.250 0.250 %48 N25Md 0.375 0.375 0.375 %49 N38Wd 0.500 0.500 0.500 %50 N50Wd 0.625 0.625 0.625 %51 N63Wd 0.750 0.750 0.750 %52 N75Wd 0.875 0.875 0.875 %53 N88Wd 1.000 1.000 1.000 %54 W00Nd = W ] def %54 colours of colour rendering test chart /RGB54CRt_F 54 array def /RGB54CRt_F [%high chromatic series: %relative hue h*, brillance i*, and chroma c*, range 0 ... 100 (R00Y_100_100) (R25Y_100_100) (R50Y_100_100) (R75Y_100_100) (Y00G_100_100) (Y25G_100_100) (Y50G_100_100) (Y75G_100_100) (G00B_100_100) (G00B_100_100) (G25B_100_100) (G50B_100_100) (G75B_100_100) (B00M_100_100) (B25R_100_100) (B50R_100_100) (B75R_100_100) (R00Y_100_100) %whitetish series (R00Y_100_050) (R50Y_100_050) (Y00G_100_050) (Y50G_100_050) (G00B_100_050) (G50B_100_050) (B00R_100_050) (B50R_100_050) (R00Y_100_050) %grayish series (R00Y_075_050) (R50Y_075_050) (Y00G_075_050) (Y50G_075_050) (G00B_075_050) (G50B_075_050) (B00R_075_050) (B50R_075_050) (R00Y_075_050) %blackish series (R00Y_050_050) (R50Y_050_050) (Y00G_050_050) (Y50G_050_050) (G00B_050_050) (G50B_050_050) (B00R_050_050) (B50R_050_050) (R00Y_050_050) %gray series (NW_000) (NW_013) (NW_025) (NW_038) (NW_050) (NW_063) (NW_075) (NW_088) (NW_100) ] def /jCRi 54 array def /jCRi %jCRi [ 648 %R00Y_100_100 1.00 0.00 0.00 01 %chromatic 16 step hue 666 %R25Y_100_100 1.00 0.25 0.00 02 684 %R50Y_100_100 1.00 0.50 0.00 03 702 %R75Y_100_100 1.00 0.75 0.00 04 720 %Y00G_100_100 1.00 1.00 0.00 05 558 %Y25G_100_100 0.75 1.00 0.00 06 396 %Y50G_100_100 0.50 1.00 0.00 07 234 %Y75G_100_100 0.25 1.00 0.00 08 072 %G00B_100_100 0.00 1.00 0.00 09=10 072 %G00B_100_100 0.00 1.00 0.00 10 %chromatic 16 step hue 076 %G25B_100_100 0.00 1.00 0.50 11 080 %G50B_100_100 0.00 1.00 1.00 12 044 %G75B_100_100 0.00 0.50 1.00 13 008 %B00R_100_100 0.00 0.00 1.00 14 332 %B25R_100_100 0.50 0.00 1.00 15 656 %B50R_100_100 1.00 0.00 1.00 16 652 %B75R_100_100 1.00 0.00 0.50 17 648 %R00Y_100_100 1.00 0.00 0.00 18=01 688 %R00Y_100_050 1.00 0.50 0.50 19 %whitish 8 step hue 706 %R50Y_100_050 1.00 0.75 0.50 20 724 %Y00G_100_050 1.00 1.00 0.50 21 562 %Y50G_100_050 0.75 1.00 0.50 22 400 %G00B_100_050 0.50 1.00 0.50 23 404 %G50B_100_050 0.50 1.00 1.00 24 368 %B00R_100_050 0.50 0.50 1.00 25 692 %B50R_100_050 1.00 0.50 1.00 26 688 %R00Y_100_050 1.00 0.50 0.50 27=19 506 %R00Y_075_050 0.75 0.25 0.25 28 %greyish 8 step hue 524 %R50Y_075_050 0.75 0.50 0.25 29 542 %Y00G_075_050 0.75 0.75 0.25 30 380 %Y50G_075_050 0.50 0.75 0.25 31 218 %G00B_075_050 0.25 0.75 0.25 32 222 %G50B_075_050 0.25 0.75 0.75 33 186 %B00R_075_050 0.25 0.25 0.75 34 510 %B50R_075_050 0.75 0.25 0.75 35 506 %R00Y_075_050 0.75 0.25 0.25 36=28 324 %R00Y_050_050 0.50 0.00 0.00 37 %blackish 8 step hue 342 %R50Y_050_050 0.50 0.25 0.00 38 360 %Y00G_050_050 0.50 0.50 0.00 39 198 %Y50G_050_050 0.25 0.50 0.00 40 036 %G00B_050_050 0.00 0.50 0.00 41 040 %G50B_050_050 0.00 0.50 0.50 42 004 %B00R_050_050 0.00 0.00 0.50 43 328 %B50R_050_050 0.50 0.00 0.50 44 324 %R00Y_050_050 0.50 0.00 0.00 45=37 000 %NW_000 0.000 0.000 0.000 46 %grey 9 steps 091 %NW_013 0.125 0.125 0.125 47 182 %NW_025 0.250 0.250 0.250 48 273 %NW_038 0.375 0.375 0.375 49 364 %NW_050 0.500 0.500 0.500 50 455 %NW_063 0.625 0.625 0.625 51 546 %NW_075 0.750 0.750 0.750 52 637 %NW_088 0.875 0.875 0.875 53 728 %NW_100 1.000 1.000 1.000 54 ] def %END jCRi /SUMDE*' 0 def /SUMDE'* 0 def n1 1 n2 {/n exch def %n=n1,n2 /n30 n 3 mul def /n31 n30 1 add def /n32 n30 2 add def xchart n00 eq {%48+1=49 step colour circle + 9 gray steps = 58 steps /hcolort RGB58M1t_F n get def RGB58M1_F n30 get %real RGB58M1_F n31 get RGB58M1_F n32 get } if %48 step colour circle xchart n01 eq {%45 colour rendering (CR) + 9 gray steps = 54 steps /hcolort RGB54CRt_F n get def RGB54CR_F n30 get %real RGB54CR_F n31 get RGB54CR_F n32 get } if %54 colour rendering colours xchart n02 ge {%1080 standard colours /hcolort n cvi 6 string cvs def RGB0_F n30 get 1000 div RGB0_F n31 get 1000 div RGB0_F n32 get 1000 div } if %1080 standard colours setrgbcolor %default to create data %setrgbcolor calculates data for output in "FF_LM_de_setrgbcolor_F" %colorm=0 calculates: rgb_dyF, rgb*dyF, LAB*dyF, ,cmyk*dyF and more %colorm=1 calculates: rgb_dyF, rgb*dyF, LAB*dyF', rgb'*dyF, cmyk*dyF and more /r_xF r_dyF def /g_xF g_dyF def /b_xF b_dyF def /i_xF i_dyF def /c_xF c_dyF def /t_xF t_dyF def /r*xF r*dyF def /g*xF g*dyF def /b*xF b*dyF def /LAB*LxF LAB*LdyF def /LAB*axF LAB*adyF def /LAB*bxF LAB*bdyF def /LAB*CxF LAB*adyF dup mul LAB*bdyF dup mul add 0.0001 add sqrt def /LAB*hxF LAB*bdyF LAB*adyF 0.0001 add atan def colorm 0 eq {%colorm=0 %prog_rgb_dyF_LAB*'dyF uses rgb_dyF by default %calculates output data according to IEC 61966-2-1 prog_rgb_dyF_LAB*'dyF xchart n00 eq {%xchart=n00 n 49 le {%n<=49 %chromatic hue series /LAB*'LxF LAB*Ldd64M n get def /LAB*'axF LAB*add64M n get def /LAB*'bxF LAB*bdd64M n get def /LAB*'CxF LAB*Cdd64M n get def /LAB*'hxF LAB*hdd64M n get def }%n<=49 %chromatic hue series {%n>49 %grey series /LAB*'LxF LAB*Lja jCRi n 5 sub get get def %Offset /LAB*'axF LAB*aja jCRi n 5 sub get get def /LAB*'bxF LAB*bja jCRi n 5 sub get get def /LAB*'CxF LAB*'axF dup mul LAB*'bxF dup mul add 0.0001 add sqrt def /LAB*'hxF LAB*'bxF LAB*'axF 0.0001 add atan def } ifelse %n>49 %grey series } if%xchart=n00 xchart n01 eq {%xchart=n01 /LAB*'LxF LAB*Lja jCRi n get get def %Offset hue circle /LAB*'axF LAB*aja jCRi n get get def /LAB*'bxF LAB*bja jCRi n get get def /LAB*'CxF LAB*'axF dup mul LAB*'bxF dup mul add 0.0001 add sqrt def /LAB*'hxF LAB*'bxF LAB*'axF 0.0001 add atan def } if %xchart=n01 xchart n02 ge %xchart>=n02 {/LAB*'LxF LAB*Lja n get def %only for Offset /LAB*'axF LAB*aja n get def /LAB*'bxF LAB*bja n get def /LAB*'CxF LAB*'axF dup mul LAB*'bxF dup mul add 0.0001 add sqrt def /LAB*'hxF LAB*'bxF LAB*'axF 0.0001 add atan def } if %xchart>=n02 % /LAB*'LxF L*'dyF def %only for sRGB % /LAB*'axF a*'dyF def % /LAB*'bxF b*'dyF def % /LAB*'CxF C*'dyF def % /LAB*'hxF h*'dyF def /DE*' LAB*'LxF LAB*LxF sub dup mul LAB*'axF LAB*axF sub dup mul add LAB*'bxF LAB*bxF sub dup mul add 0.0001 add sqrt def /SUMDE*' SUMDE*' DE*' add def } if %colorm=0 colorm 1 eq {%colorm=1 /r'*xF r'*dyF def /g'*xF g'*dyF def /b'*xF b'*dyF def %calculates output data according to IEC 61966-2-1 % prog_rgb'*dyF_LAB'*dyF % /LAB'*LxF L'*dyF def % /LAB'*axF a'*dyF def % /LAB'*bxF b'*dyF def % /LAB'*CxF C'*dyF def % /LAB'*hxF h'*dyF def % /DE'* LAB'*LxF LAB*LxF sub dup mul % LAB'*axF LAB*axF sub dup mul add % LAB'*bxF LAB*bxF sub dup mul add % 0.0001 add sqrt def % /SUMDE'* SUMDE'* DE'* add def } if %colorm=1 /hsi_xF hsiF def /c4*xF c4*Fa def /m4*xF m4*Fa def /y4*xF y4*Fa def /n4*xF n4*Fa def /r*xM r*dyM def /g*xM g*dyM def /b*xM b*dyM def /LAB*LxM LAB*LdyM def /LAB*axM LAB*adyM def /LAB*bxM LAB*bdyM def /LAB*CxM LAB*adyM dup mul LAB*bdyM dup mul add 0.0001 add sqrt def /LAB*hxM LAB*bdyM LAB*adyM 0.0001 add atan def /hsi_xM hsiM def 0 setgray xchart n00 eq {/nx n 8 idiv def n 49 ge {/nx nx 1 add def} if n 56 ge {/nx nx 1 sub def} if } if xchart n01 eq {/nx n 9 idiv def} if xchart n02 ge {/nx 0 def} if /iydn iymax n n1 sub nx add iyd mul sub def n n1 eq {%n=n1 00050 imaxy0 moveto (n) jshow xchart n00 eq {(/j) show} if xchart n01 eq {(/j) show} if xchart n02 eq {(=j) show} if % 00700 imaxy0 moveto (HIC*) bshow (F) ishow0 Txx ishow0 02300 imaxy0 moveto (rgb) jshow (_F) ishow0 Txx ishow0 (*1000) show % 04200 imaxy0 moveto (ict) jshow (_F) ishow0 Txx ishow0 % 06100 imaxy0 moveto (h) jshow (si_F,) ishow0 Txx ishow0 % 06700 imaxym moveto 0 imaxym neg rlineto stroke 06800 imaxy0 moveto (rgb*) jshow (F) ishow0 Txx ishow0 (*1000) show % 08700 imaxy0 moveto (LabCh*) jshow (F) ishow0 % Txx ishow0 % 12100 imaxym moveto 0 imaxym neg rlineto stroke colorm 0 eq {%colorm=1 12200 imaxy0 moveto (rgb'*) jshow (F) ishow0 Txx ishow0 % 14100 imaxy0 moveto (LabCh*') jshow (F) ishow0 % Txx ishow0 % 17600 imaxy0 moveto (DE*') jshow (F) ishow0 % Txx ishow0 } if %colorm=0 colorm 1 eq {%colorm=1 % 12200 imaxy0 moveto (rgb'*) jshow % (F) ishow0 Txx ishow0 % 14100 imaxy0 moveto (LabCh'*) jshow (F) ishow0 % Txx ishow0 % 17600 imaxy0 moveto (DE'*) jshow (F) ishow0 % Txx ishow0 % 12200 imaxy0 moveto (cmyn*) jshow (sep,) ishow0 % (F) ishow0 Txx ishow0 12200 imaxy0 moveto (rgb'*) jshow (6,sep,) ishow0 (F) ishow0 Txx ishow0 (*1000) show } if %colorm=1 % 18300 imaxy0 moveto (h) jshow (siM,) ishow0 Txx ishow0 % 18900 imaxym moveto 0 imaxym neg rlineto stroke % 19000 imaxy0 moveto (rgb*) jshow (M) ishow0 Txx ishow0 % 20900 imaxy0 moveto (LabCh*) jshow (M) ishow0 % Txx ishow0 19000 imaxy0 moveto (cmyn'*) jshow (6,sep,) ishow0 (F) ishow0 Txx ishow0 (*1000) show () nshow } if %n=n1 00050 iydn moveto n cvishow xchart n00 eq {%xchart=n00 n 48 le {%n<=48 (/) show M1jx n get cvishow }%n<=48 {%n>48 (/) show jCRi n 4 sub get cvishow } ifelse } if %xchart=n00 xchart n01 eq {(/) show jCRi n get cvishow} if % 00700 iydn moveto hcolort show % Txx ishow0 () nshow 02300 iydn moveto r_xF 1000 mul cvishow 02900 iydn moveto g_xF 1000 mul cvishow 03500 iydn moveto b_xF 1000 mul cvishow % 04200 iydn moveto i_xF cvsshow3 % 04800 iydn moveto c_xF cvsshow3 % 05400 iydn moveto t_xF cvsshow3 % 06100 iydn moveto hsi_xF cvishow 06800 iydn moveto r*xF 1000 mul cvishow 07400 iydn moveto g*xF 1000 mul cvishow 08000 iydn moveto b*xF 1000 mul cvishow % 08700 iydn moveto LAB*LxF cvsshow1 % 09400 iydn moveto LAB*axF cvsshow1 % 10100 iydn moveto LAB*bxF cvsshow1 % 10800 iydn moveto LAB*CxF cvsshow1 % 11500 iydn moveto LAB*hxF cvsshow1 colorm 0 eq {%colorm=0 12200 iydn moveto r_xF 1000 mul cvishow 12800 iydn moveto g_xF 1000 mul cvishow 13400 iydn moveto b_xF 1000 mul cvishow % 14100 iydn moveto LAB*'LxF cvsshow1 % 14800 iydn moveto LAB*'axF cvsshow1 % 15500 iydn moveto LAB*'bxF cvsshow1 % 16200 iydn moveto LAB*'CxF cvsshow1 % 16900 iydn moveto LAB*'hxF cvsshow1 % 17600 iydn moveto DE*' cvsshow1 } if %colorm=0 colorm 1 eq {%colorm=1 12200 iydn moveto r'*xF 1000 mul cvishow 12800 iydn moveto g'*xF 1000 mul cvishow 13400 iydn moveto b'*xF 1000 mul cvishow % 14100 iydn moveto LAB'*LxF cvsshow1 % 14800 iydn moveto LAB'*axF cvsshow1 % 15500 iydn moveto LAB'*bxF cvsshow1 % 16200 iydn moveto LAB'*CxF cvsshow1 % 16900 iydn moveto LAB'*hxF cvsshow1 % 17600 iydn moveto DE'* cvsshow1 % 12200 iydn moveto c4*xF cvsshow3 % 13100 iydn moveto m4*xF cvsshow3 % 14000 iydn moveto y4*xF cvsshow3 % 14900 iydn moveto n4*xF cvsshow3 } if %colorm=1 19000 iydn moveto c4*xF 1000 mul cvishow 19900 iydn moveto m4*xF 1000 mul cvishow 20800 iydn moveto y4*xF 1000 mul cvishow 21700 iydn moveto n4*xF 1000 mul cvishow % 18300 iydn moveto hsi_xM cvishow % % 19000 iydn moveto r*xM cvsshow3 % 19600 iydn moveto g*xM cvsshow3 % 20200 iydn moveto b*xM cvsshow3 % 20900 iydn moveto LAB*LxM cvsshow1 % 21600 iydn moveto LAB*axM cvsshow1 % 22300 iydn moveto LAB*bxM cvsshow1 % 23000 iydn moveto LAB*CxM cvsshow1 % 23700 iydn moveto LAB*hxM cvsshow1 ( #) show } for %n=n1,n2 %n2 57 eq %n2 53 eq or %n2 80 ge or {%n2=57,53,80,161,...,971,1079 %/iydn iymax n 1 add n1 sub nx add iyd mul sub def %12500 iydn moveto %lanind 1 ge {(Mean color difference of this page: ) bshow} if %lanind 0 eq {(Mittlere Farbdifferenz dieser Seite: ) bshow} if %16600 iydn moveto (delta ) bshow % colorm 0 eq {(E*' =) jshow} if % {(E'* =) jshow} ifelse () bshow %colorm 0 eq {%colorm=0 % 17600 iydn moveto SUMDE*' n2 n1 sub 1 add div cvsshow1 % }%colorm=0 % {%colorm=1 % 17600 iydn moveto SUMDE'* n2 n1 sub 1 add div cvsshow1 % } ifelse %colorm=1 %} if %n2=57,53,80,161,...,971,1079 } if %END xchart>=xchart3P21 %************************************************************* %%Trailer %%EndDocument EndEPSF grestore gsave showpage grestore %} for %colsepf=0,1 %} for %pchartf=0,0 } for %xchartf=0,37 %} for %xcolorf=3,3 } for %deintpf=0,1 %} for %colormf=0,1 %} for %lanindf=0,0 %%Trailer