<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>How to play pcm raw data on nrf52840 DK through I2S ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116122/how-to-play-pcm-raw-data-on-nrf52840-dk-through-i2s</link><description>Hello, 
 I&amp;#39;m using nrf52840 DK to test 1khz tone. The nRF Connect SDK version is v2.6.0. 
 I put a pcm raw data array of 1khz tone in the code and used i2s write to send the data to i2s out. 
 
 My pcm raw data array is an int16 stereo array, arranged</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 18 Nov 2024 07:25:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116122/how-to-play-pcm-raw-data-on-nrf52840-dk-through-i2s" /><item><title>RE: How to play pcm raw data on nrf52840 DK through I2S ?</title><link>https://devzone.nordicsemi.com/thread/510828?ContentTypeID=1</link><pubDate>Mon, 18 Nov 2024 07:25:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7697e3d4-e88d-4c22-8b01-c423d9d596aa</guid><dc:creator>LandyWang</dc:creator><description>&lt;p&gt;Thank you for your assistance.&lt;/p&gt;
&lt;p&gt;After I replaced i2s_write with i2s_buf_write(), I can continuously play 1khz tone.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to play pcm raw data on nrf52840 DK through I2S ?</title><link>https://devzone.nordicsemi.com/thread/510538?ContentTypeID=1</link><pubDate>Thu, 14 Nov 2024 15:10:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6ab910f2-7dc1-4cf2-a44a-08d90359cff4</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;I see. I am not sure what the issue is to be honest. Can you see from the duration of the signal that is played out if it is only from the first call to&amp;nbsp;i2s_write(), or if you get all 5 played out? Or is the duration the same if you test with (say) just a single call to&amp;nbsp;i2s_write()?&lt;/p&gt;
&lt;p&gt;Do you see a different behaviour if yo use&amp;nbsp;i2s_buf_write() instead?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/111113/i2s-streaming-data-playback-problem/483040"&gt;This thread&lt;/a&gt; discuss a similar issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to play pcm raw data on nrf52840 DK through I2S ?</title><link>https://devzone.nordicsemi.com/thread/510388?ContentTypeID=1</link><pubDate>Thu, 14 Nov 2024 01:52:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a2bdd2d0-e2a3-4ec9-93c5-a046761f3e90</guid><dc:creator>LandyWang</dc:creator><description>&lt;p&gt;I tried increasing or decreasing i2s timeout, but the test results did not change.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;SEGGER J-Link V7.94e - Real time terminal output
SEGGER J-Link (unknown) V1.0, SN=683518542
Process: JLink.exe
*** Booting nRF Connect SDK v3.5.99-ncs1 ***
[00:00:00.371,582] &amp;lt;inf&amp;gt; i2s_nrfx: I2S MCK frequency: 1523809, actual PCM rate: 47619
[00:00:00.383,789] &amp;lt;inf&amp;gt; central_test: Success to write data.
[00:00:00.383,789] &amp;lt;inf&amp;gt; central_test: Success to write data.
[00:00:00.384,155] &amp;lt;inf&amp;gt; central_test: Success to write data.
[00:00:00.384,185] &amp;lt;inf&amp;gt; central_test: Success to write data.
[00:00:00.484,954] &amp;lt;inf&amp;gt; central_test: Success to write data.
[00:00:10.485,076] &amp;lt;err&amp;gt; central_test: Failed to write data: -11
[00:00:20.485,168] &amp;lt;err&amp;gt; central_test: Failed to write data: -11&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;There are no other threads or interrupts in my application, only the i2s write is being executed.&lt;/p&gt;
&lt;p&gt;I tried not using a for-loop but doing i2s_write every 100ms and the results were the same as using a for-loop.&lt;/p&gt;
&lt;p&gt;An error always occurs after i2s writes successfully 4 to 5 times, and once it occurs, it cannot be written successfully again. Does this mean that the buffer has been occupied and cannot be released?&lt;/p&gt;
&lt;p&gt;But I only write 100ms of data at a time, and the buffer should be released after the playback is completed. However, the buffer is actually always occupied. Is there any way to manually delete the data in the buffer?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to play pcm raw data on nrf52840 DK through I2S ?</title><link>https://devzone.nordicsemi.com/thread/510327?ContentTypeID=1</link><pubDate>Wed, 13 Nov 2024 14:26:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:64ad9fe7-25a4-44b5-99b5-d3dda70256f5</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I see. If you call&amp;nbsp;i2s_write() with a short timeotu, -EAGAIN (-11) is expected to happen from time to time. But it should succeed again after a buffer is played out so that there is room for&amp;nbsp;queueing another. Does providing a larger timeout in the&amp;nbsp;i2s_config struct you pass to&amp;nbsp;i2s_configure() make a difference? Also, could there be other threads or interrupts in your application that is preventing the I2S driver from doing it&amp;#39;s work on time?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/107049/zephyr-i2s-next-buffers-not-supplied-on-time"&gt;This thread&lt;/a&gt; discusses some of the same issues.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to play pcm raw data on nrf52840 DK through I2S ?</title><link>https://devzone.nordicsemi.com/thread/509794?ContentTypeID=1</link><pubDate>Mon, 11 Nov 2024 05:29:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f62d1230-8518-45d1-86b9-bf139ec61e49</guid><dc:creator>LandyWang</dc:creator><description>[quote userid="7377" url="~/f/nordic-q-a/116122/how-to-play-pcm-raw-data-on-nrf52840-dk-through-i2s/509697"]I assume the noise you hear is due to a pause in the playout?[/quote]
&lt;p&gt;Yes, according to the frequency of noise, I think it is caused by I2S_TRIGGER_DRAIN.&lt;/p&gt;
&lt;p&gt;I moved the i2s trigger outside the for-loop so that only i2s_write is in the loop.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;  ret = i2s_trigger(i2s_dev_tx, I2S_DIR_TX, I2S_TRIGGER_START);
  if (ret &amp;lt; 0) {
    LOG_ERR(&amp;quot;Failed to trigger command I2S_TRIGGER_START on TX: %d\n&amp;quot;, ret);
  }
  for(;;){
    ret = i2s_write(i2s_dev_tx, mem_block, BLOCK_SIZE);
    if (ret &amp;lt; 0) {
      LOG_ERR(&amp;quot;Failed to write data: %d&amp;quot;, ret);
    }else{
      LOG_INF(&amp;quot;Success to write data.&amp;quot;);
    }
  }
  ret = i2s_trigger(i2s_dev_tx, I2S_DIR_TX, I2S_TRIGGER_DRAIN);
  if (ret &amp;lt; 0) {
    LOG_ERR(&amp;quot;Failed to trigger command I2S_TRIGGER_DRAIN on TX: %d\n&amp;quot;, ret);
  }&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;But after playing it several times, an -EAGAIN error appeared. After that, the sound could no longer be played.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;*** Booting nRF Connect SDK v3.5.99-ncs1 ***
[00:00:00.386,260] &amp;lt;inf&amp;gt; i2s_nrfx: I2S MCK frequency: 1523809, actual PCM rate: 47619
[00:00:00.395,660] &amp;lt;inf&amp;gt; central_test: Success to write data.
[00:00:00.395,660] &amp;lt;inf&amp;gt; central_test: Success to write data.
[00:00:00.396,026] &amp;lt;inf&amp;gt; central_test: Success to write data.
[00:00:00.396,057] &amp;lt;inf&amp;gt; central_test: Success to write data.
[00:00:00.496,856] &amp;lt;inf&amp;gt; central_test: Success to write data.
[00:00:01.496,948] &amp;lt;err&amp;gt; central_test: Failed to write data: -11
[00:00:02.497,100] &amp;lt;err&amp;gt; central_test: Failed to write data: -11
[00:00:03.497,253] &amp;lt;err&amp;gt; central_test: Failed to write data: -11
[00:00:04.497,375] &amp;lt;err&amp;gt; central_test: Failed to write data: -11&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to play pcm raw data on nrf52840 DK through I2S ?</title><link>https://devzone.nordicsemi.com/thread/509697?ContentTypeID=1</link><pubDate>Fri, 08 Nov 2024 14:36:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b46ef9b2-9d83-40b6-ab2e-9f4bff49c43d</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am glad to hear you resovled the first issue with distortion.&lt;/p&gt;
&lt;p&gt;Regarding the second issue, calling your&amp;nbsp;prepare_transfer() in the main loop allocats memory with&amp;nbsp;k_mem_slab_alloc(). As this is never freeed, calling this function in a loop will cause a memory leak, so that it fails is expected, so moving it out of the loop is needed.&lt;/p&gt;
&lt;p&gt;I assume the noise you hear is due to a pause in the playout? The sequence you play out should be so that the start of the sequence match the end (with no step in the signal) so that when played back-to-back it gives a perfect sine wave. However, in this approach you are doing separate transactions (stopping and re-starting and that takes some CPU time. That is fixable though, as the I2S peripheral&amp;#39;s transmit and receive pointer registers are double buffered (see &lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf52840/page/i2s.html"&gt;specification&lt;/a&gt;), so to play out continiously you can start, and then supply a new buffer regularily (if a simple sine way you could point to the same buffer again and again). Then you should not trigger&amp;nbsp;I2S_TRIGGER_DRAIN, as this will stop transmission, which is not what you want if you want to send a continious signal. Essentially, it should be enough to call&amp;nbsp;i2s_write() in a loop after starting.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to play pcm raw data on nrf52840 DK through I2S ?</title><link>https://devzone.nordicsemi.com/thread/509372?ContentTypeID=1</link><pubDate>Thu, 07 Nov 2024 08:24:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:782671b4-1e2b-4294-86cf-b55a6634f695</guid><dc:creator>LandyWang</dc:creator><description>&lt;p&gt;I have solved this problem by just changing this line&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;ret = i2s_trigger(i2s_dev_tx, I2S_DIR_TX, I2S_TRIGGER_DROP);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;modify to&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;ret = i2s_trigger(i2s_dev_tx, I2S_DIR_TX, I2S_TRIGGER_DRAIN);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The output sound is no longer distorted and now I can hear a normal 1khz tone.&lt;/p&gt;
&lt;p&gt;But I have now encountered a new problem. When I want to play 1khz tone continuously, reset or noise will occur.&lt;/p&gt;
&lt;p&gt;When my code is set as follows:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;for(;;){
    prepare_transfer(i2s_dev_tx);
    // Put data into the tx buffer
    ...
    ret = i2s_trigger(i2s_dev_tx, I2S_DIR_TX, I2S_TRIGGER_START);
    if (ret &amp;lt; 0) {
      LOG_ERR(&amp;quot;Failed to trigger command I2S_TRIGGER_START on TX: %d\n&amp;quot;, ret);
    }
    ret = i2s_write(i2s_dev_tx, mem_block, BLOCK_SIZE);
    if (ret &amp;lt; 0) {
      LOG_ERR(&amp;quot;Failed to write data: %d&amp;quot;, ret);
    }else{
      LOG_INF(&amp;quot;Success to write data.&amp;quot;);
    }
    ret = i2s_trigger(i2s_dev_tx, I2S_DIR_TX, I2S_TRIGGER_DRAIN);
    if (ret &amp;lt; 0) {
      LOG_ERR(&amp;quot;Failed to trigger command I2S_TRIGGER_DROP on TX: %d\n&amp;quot;, ret);
    }
  }&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;After playing for a period of time, an error will occur causing a reset. The error log is as follows:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;*** Booting nRF Connect SDK v3.5.99-ncs1 ***
[00:00:00.330,932] &amp;lt;inf&amp;gt; i2s_nrfx: I2S MCK frequency: 1523809, actual PCM rate: 47619
[00:00:00.333,801] &amp;lt;inf&amp;gt; central_test: loop times:1
[00:00:00.340,179] &amp;lt;inf&amp;gt; central_test: Success to write data.
[00:00:00.340,209] &amp;lt;inf&amp;gt; central_test: loop times:2
[00:00:00.342,041] &amp;lt;err&amp;gt; i2s_nrfx: Cannot write in state: 3
[00:00:00.342,071] &amp;lt;err&amp;gt; central_test: Failed to write block 0: -5
[00:00:00.344,757] &amp;lt;err&amp;gt; central_test: Failed to trigger command I2S_TRIGGER_START on TX: -5

[00:00:00.344,787] &amp;lt;err&amp;gt; i2s_nrfx: Cannot write in state: 3
[00:00:00.344,787] &amp;lt;err&amp;gt; central_test: Failed to write data: -5
[00:00:00.344,787] &amp;lt;err&amp;gt; central_test: Failed to trigger command I2S_TRIGGER_DROP on TX: -5

[00:00:00.344,818] &amp;lt;inf&amp;gt; central_test: loop times:3
[00:00:00.346,618] &amp;lt;err&amp;gt; i2s_nrfx: Cannot write in state: 3
[00:00:00.346,649] &amp;lt;err&amp;gt; central_test: Failed to write block 0: -5
[00:00:00.349,334] &amp;lt;err&amp;gt; central_test: Failed to trigger command I2S_TRIGGER_START on TX: -5

[00:00:00.349,365] &amp;lt;err&amp;gt; i2s_nrfx: Cannot write in state: 3
[00:00:00.349,365] &amp;lt;err&amp;gt; central_test: Failed to write data: -5
[00:00:00.349,365] &amp;lt;err&amp;gt; central_test: Failed to trigger command I2S_TRIGGER_DROP on TX: -5

[00:00:00.349,395] &amp;lt;inf&amp;gt; central_test: loop times:4
[00:00:00.349,395] &amp;lt;err&amp;gt; central_test: Failed to allocate TX block 0: -12
[00:00:00.349,395] &amp;lt;err&amp;gt; os: ***** MPU FAULT *****
[00:00:00.349,426] &amp;lt;err&amp;gt; os:   Data Access Violation
[00:00:00.349,426] &amp;lt;err&amp;gt; os:   MMFAR Address: 0x0
[00:00:00.349,426] &amp;lt;err&amp;gt; os: r0/a1:  0x00000000  r1/a2:  0x2000139c  r2/a3:  0x00000001
[00:00:00.349,456] &amp;lt;err&amp;gt; os: r3/a4:  0x00000000 r12/ip:  0x00000000 r14/lr:  0x00001c61
[00:00:00.349,456] &amp;lt;err&amp;gt; os:  xpsr:  0x81000000
[00:00:00.349,487] &amp;lt;err&amp;gt; os: Faulting instruction address (r15/pc): 0x00000d3e
[00:00:00.349,517] &amp;lt;err&amp;gt; os: &amp;gt;&amp;gt;&amp;gt; ZEPHYR FATAL ERROR 19: Unknown error on CPU 0
[00:00:00.349,548] &amp;lt;err&amp;gt; os: Current thread: 0x20000898 (unknown)
[00:00:01.292,724] &amp;lt;err&amp;gt; fatal_error: Resetting system&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;When I move prepare_transfer outside the for-loop,&amp;nbsp;although it is no longer reset, there is noise.&lt;/p&gt;
&lt;p&gt;The error log is as follows:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;[00:00:00.393,951] &amp;lt;err&amp;gt; central_test: Failed to trigger command I2S_TRIGGER_START on TX: -5

[00:00:00.393,981] &amp;lt;err&amp;gt; i2s_nrfx: Cannot write in state: 3
[00:00:00.393,981] &amp;lt;err&amp;gt; central_test: Failed to write data: -5
[00:00:00.393,981] &amp;lt;err&amp;gt; central_test: Failed to trigger command I2S_TRIGGER_DROP on TX: -5&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;When I move i2s_trigger outside the for-loop&lt;/p&gt;
&lt;p&gt;An error will occur after i2s_write is played several times.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;*** Booting nRF Connect SDK v3.5.99-ncs1 ***
[00:00:00.386,260] &amp;lt;inf&amp;gt; i2s_nrfx: I2S MCK frequency: 1523809, actual PCM rate: 47619
[00:00:00.395,660] &amp;lt;inf&amp;gt; central_test: Success to write data.
[00:00:00.395,660] &amp;lt;inf&amp;gt; central_test: Success to write data.
[00:00:00.396,026] &amp;lt;inf&amp;gt; central_test: Success to write data.
[00:00:00.396,057] &amp;lt;inf&amp;gt; central_test: Success to write data.
[00:00:00.496,856] &amp;lt;inf&amp;gt; central_test: Success to write data.
[00:00:01.496,948] &amp;lt;err&amp;gt; central_test: Failed to write data: -11
[00:00:02.497,100] &amp;lt;err&amp;gt; central_test: Failed to write data: -11
[00:00:03.497,253] &amp;lt;err&amp;gt; central_test: Failed to write data: -11
[00:00:04.497,375] &amp;lt;err&amp;gt; central_test: Failed to write data: -11&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;How to set up so that i2s write can continuously play 1khz tone?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to play pcm raw data on nrf52840 DK through I2S ?</title><link>https://devzone.nordicsemi.com/thread/509344?ContentTypeID=1</link><pubDate>Thu, 07 Nov 2024 03:32:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13102f0b-6f38-40f3-b948-3832d6799632</guid><dc:creator>LandyWang</dc:creator><description>&lt;p&gt;Here is my output sound recording.&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/output_5F00_1khz_5F00_distortion.wav"&gt;devzone.nordicsemi.com/.../output_5F00_1khz_5F00_distortion.wav&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/output_5F00_1khz_5F00_distortion.wav"&gt;devzone.nordicsemi.com/.../output_5F00_1khz_5F00_distortion.wav&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to play pcm raw data on nrf52840 DK through I2S ?</title><link>https://devzone.nordicsemi.com/thread/509338?ContentTypeID=1</link><pubDate>Thu, 07 Nov 2024 01:11:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a2e0fa5c-33c9-4696-a96f-61e51ee796eb</guid><dc:creator>LandyWang</dc:creator><description>&lt;p&gt;Thank you for your reply.&lt;/p&gt;
&lt;p&gt;The state of distortion is that the sound is several whole tones lower than the real 1khz tone.&lt;/p&gt;
&lt;p&gt;I did not encode the data, I expected to use i2s to output pcm raw data.&lt;/p&gt;
&lt;p&gt;So I found a 1khz tone wav audio file and used the tool to convert it into an int16 data array.&lt;/p&gt;
&lt;p&gt;Here is my data buffer.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#define NUM_ELEMENTS 9740
const short data[NUM_ELEMENTS] = {
-26961,   0, -24693,   0, -22016,   0, -18947,   0, /* 0-7 */
-15567,   0, -11911,   0, -8057,   0, -4062,   0, /* 8-15 */
 -5,   0, 4069,   0, 8052,   0, 11918,   0, /* 16-23 */
15565,   0, 18949,   0, 22012,   0, 24695,   0, /* 24-31 */
26957,   0, 28761,   0, 30066,   0, 30865,   0, /* 32-39 */
31128,   0, 30860,   0, 30072,   0, 28754,   0, /* 40-47 */
26969,   0, 24685,   0, 22020,   0, 18941,   0, /* 48-55 */
15569,   0, 11911,   0, 8055,   0, 4064,   0, /* 56-63 */
 -4,   0, -4063,   0, -8057,   0, -11915,   0, /* 64-71 */
-15564,   0, -18952,   0, -22010,   0, -24695,   0, /* 72-79 */
-26961,   0, -28755,   0, -30073,   0, -30858,   0, /* 80-87 */
-31132,   0, -30861,   0, -30068,   0, -28763,   0, /* 88-95 */
-26949,   0, -24706,   0, -21998,   0, -18960,   0, /* 96-103 */
-15554,   0, -11920,   0, -8050,   0, -4066,   0, /* 104-111 */
  4,   0, 4063,   0, 8061,   0, 11914,   0, /* 112-119 */
15566,   0, 18951,   0, 22013,   0, 24695,   0, /* 120-127 */
26963,   0, 28759,   0, 30070,   0, 30864,   0, /* 128-135 */
31128,   0, 30865,   0, 30064,   0, 28763,   0, /* 136-143 */
26957,   0, 24696,   0, 22011,   0, 18950,   0, /* 144-151 */
15561,   0, 11919,   0, 8050,   0, 4067,   0, /* 152-159 */
 -2,   0, -4064,   0, -8057,   0, -11913,   0, /* 160-167 */
-15571,   0, -18943,   0, -22022,   0, -24690,   0, /* 168-175 */
-26965,   0, -28757,   0, -30072,   0, -30864,   0, /* 176-183 */
-31128,   0, -30863,   0, -30070,   0, -28756,   0, /* 184-191 */
-26962,   0, -24694,   0, -22013,   0, -18950,   0, /* 192-199 */
-15565,   0, -11913,   0, -8057,   0, -4061,   0, /* 200-207 */
 -3,   0, 4066,   0, 8054,   0, 11916,   0, /* 208-215 */
15563,   0, 18953,   0, 22008,   0, 24702,   0, /* 216-223 */
26950,   0, 28767,   0, 30060,   0, 30869,   0, /* 224-231 */
31124,   0, 30868,   0, 30062,   0, 28766,   0, /* 232-239 */
26954,   0, 24698,   0, 22011,   0, 18947,   0, /* 240-247 */
15567,   0, 11909,   0, 8057,   0, 4064,   0, /* 248-255 */
 -4,   0, -4062,   0, -8058,   0, -11915,   0, /* 256-263 */
-15564,   0, -18951,   0, -22009,   0, -24700,   0, /* 264-271 */
-26952,   0, -28766,   0, -30062,   0, -30868,   0, /* 272-279 */
-31126,   0, -30862,   0, -30072,   0, -28755,   0, /* 280-287 */
-26960,   0, -24692,   0, -22012,   0, -18949,   0, /* 288-295 */
-15563,   0, -11913,   0, -8054,   0, -4063,   0, /* 296-303 */
  1,   0, 4066,   0, 8057,   0, 11916,   0, /* 304-311 */
15564,   0, 18953,   0, 22013,   0, 24695,   0, /* 312-319 */
26958,   0, 28766,   0, 30067,   0, 30863,   0, /* 320-327 */
31133,   0, 30854,   0, 30078,   0, 28754,   0, /* 328-335 */
26959,   0, 24699,   0, 22004,   0, 18958,   0, /* 336-343 */
15557,   0, 11917,   0, 8055,   0, 4063,   0, /* 344-351 */
 -1,   0, -4063,   0, -8057,   0, -11917,   0, /* 352-359 */
-15562,   0, -18954,   0, -22009,   0, -24701,   0, /* 360-367 */
-26960,   0, -28757,   0, -30075,   0, -30857,   0, /* 368-375 */
-31136,   0, -30857,   0, -30073,   0, -28757,   0, /* 376-383 */
-26959,   0, -24698,   0, -22011,   0, -18949,   0, /* 384-391 */
-15566,   0, -11912,   0, -8057,   0, -4065,   0, /* 392-399 */
  1,   0, 4063,   0, 8058,   0, 11914,   0, /* 400-407 */
15562,   0, 18954,   0, 22009,   0, 24700,   0, /* 408-415 */
26952,   0, 28765,   0, 30064,   0, 30865,   0, /* 416-423 */
31128,   0, 30861,   0, 30068,   0, 28764,   0, /* 424-431 */
26953,   0, 24701,   0, 22004,   0, 18954,   0, /* 432-439 */
15563,   0, 11910,   0, 8058,   0, 4062,   0, /* 440-447 */
 -2,   0, -4061,   0, -8060,   0, -11914,   0, /* 448-455 */
-15565,   0, -18948,   0, -22013,   0, -24695,   0, /* 456-463 */
-26957,   0, -28762,   0, -30064,   0, -30868,   0, /* 464-471 */
-31126,   0, -30861,   0, -30074,   0, -28751,   0, /* 472-479 */
-26965,   0, -24687,   0, -22018,   0, -18941,   0, /* 480-487 */
-15571,   0, -11906,   0, -8061,   0, -4059,   0, /* 488-495 */
  3,   0, 4060,   0, 8067,   0, 11903,   0, /* 496-503 */
15575,   0, 18945,   0, 22020,   0, 24691,   0, /* 504-511 */
26962,   0, 28760,   0, 30068,   0, 30869,   0, /* 512-519 */
31122,   0, 30870,   0, 30062,   0, 28762,   0, /* 520-527 */
26958,   0, 24694,   0, 22013,   0, 18949,   0, /* 528-535 */
15563,   0, 11915,   0, 8054,   0, 4066,   0, /* 536-543 */
 -4,   0, -4061,   0, -8060,   0, -11913,   0, /* 544-551 */
-15565,   0, -18953,   0, -22012,   0, -24697,   0, /* 552-559 */
-26961,   0, -28758,   0, -30074,   0, -30862,   0, /* 560-567 */
-31129,   0, -30860,   0, -30073,   0, -28753,   0, /* 568-575 */
-26967,   0, -24689,   0, -22016,   0, -18948,   0, /* 576-583 */
-15564,   0, -11917,   0, -8051,   0, -4071,   0, /* 584-591 */
  6,   0, 4057,   0, 8062,   0, 11910,   0, /* 592-599 */
15569,   0, 18945,   0, 22017,   0, 24693,   0, /* 600-607 */
26959,   0, 28760,   0, 30067,   0, 30862,   0, /* 608-615 */
31131,   0, 30861,   0, 30068,   0, 28761,   0, /* 616-623 */
26956,   0, 24695,   0, 22014,   0, 18946,   0, /* 624-631 */
15566,   0, 11911,   0, 8052,   0, 4069,   0, /* 632-639 */
 -6,   0, -4060,   0, -8061,   0, -11913,   0, /* 640-647 */
-15565,   0, -18949,   0, -22013,   0, -24694,   0, /* 648-655 */
-26960,   0, -28758,   0, -30069,   0, -30861,   0, /* 656-663 */
-31133,   0, -30856,   0, -30075,   0, -28756,   0, /* 664-671 */
-26955,   0, -24700,   0, -22004,   0, -18953,   0, /* 672-679 */
-15561,   0, -11912,   0, -8059,   0, -4057,   0, /* 680-687 */
 -3,   0, 4067,   0, 8059,   0, 11914,   0, /* 688-695 */
15566,   0, 18952,   0, 22011,   0, 24698,   0, /* 696-703 */
26960,   0, 28760,   0, 30071,   0, 30864,   0, /* 704-711 */
31128,   0, 30862,   0, 30069,   0, 28758,   0, /* 712-719 */
26961,   0, 24693,   0, 22010,   0, 18952,   0, /* 720-727 */
15562,   0, 11914,   0, 8058,   0, 4061,   0, /* 728-735 */
  0,   0, -4065,   0, -8056,   0, -11915,   0, /* 736-743 */
-15564,   0, -18952,   0, -22013,   0, -24699,   0, /* 744-751 */
-26958,   0, -28762,   0, -30072,   0, -30860,   0, /* 752-759 */
-31132,   0, -30860,   0, -30071,   0, -28757,   0, /* 760-767 */
-26962,   0, -24692,   0, -22015,   0, -18947,   0, /* 768-775 */
-15564,   0, -11914,   0, -8059,   0, -4060,   0, /* 776-783 */
 -4,   0, 4067,   0, 8057,   0, 11908,   0, /* 784-791 */
15572,   0, 18943,   0, 22019,   0, 24692,   0, /* 792-799 */
26959,   0, 28759,   0, 30069,   0, 30861,   0, /* 800-807 */
31132,   0, 30858,   0, 30072,   0, 28757,   0, /* 808-815 */
26963,   0, 24690,   0, 22012,   0, 18952,   0, /* 816-823 */
15559,   0, 11918,   0, 8048,   0, 4070,   0, /* 824-831 */
 -7,   0, -4057,   0, -8065,   0, -11909,   0, /* 832-839 */
-15569,   0, -18945,   0, -22016,   0, -24693,   0, /* 840-847 */
-26959,   0, -28758,   0, -30069,   0, -30864,   0, /* 848-855 */
-31127,   0, -30864,   0, -30068,   0, -28759,   0, /* 856-863 */
-26956,   0, -24695,   0, -22010,   0, -18950,   0, /* 864-871 */
-15562,   0, -11913,   0, -8055,   0, -4064,   0, /* 872-879 */
  5,   0, 4061,   0, 8061,   0, 11914,   0, /* 880-887 */
15563,   0, 18957,   0, 22007,   0, 24701,   0, /* 888-895 */
26957,   0, 28764,   0, 30066,   0, 30867,   0, /* 896-903 */
31127,   0, 30863,   0, 30069,   0, 28756,   0, /* 904-911 */
26961,   0, 24693,   0, 22014,   0, 18947,   0, /* 912-919 */
15565,   0, 11913,   0, 8057,   0, 4062,   0, /* 920-927 */
  1,   0, -4066,   0, -8055,   0, -11916,   0, /* 928-935 */
-15566,   0, -18948,   0, -22016,   0, -24696,   0, /* 936-943 */
-26962,   0, -28759,   0, -30072,   0, -30861,   0, /* 944-951 */
-31133,   0, -30858,   0, -30072,   0, -28758,   0, /* 952-959 */
-26960,   0, -24695,   0, -22012,   0, -18948,   0, /* 960-967 */
-15567,   0, -11911,   0, -8058,   0, -4062,   0, /* 968-975 */
 -2,   0, 4064,   0, 8055,   0, 11917,   0, /* 976-983 */
15561,   0, 18953,   0, 22010,   0, 24697,   0, /* 984-991 */
26955,   0, 28765,   0, 30061,   0, 30869,   0, /* 992-999 */
31123,   0, 30869,   0, 30061,   0, 28767,   0, /* 1000-1007 */
26954,   0, 24695,   0, 22015,   0, 18944,   0, /* 1008-1015 */
15566,   0, 11914,   0, 8053,   0, 4066,   0, /* 1016-1023 */
 -5,   0, -4060,   0, -8061,   0, -11912,   0, /* 1024-1031 */
-15566,   0, -18952,   0, -22007,   0, -24699,   0, /* 1032-1039 */
-26957,   0, -28759,   0, -30070,   0, -30860,   0, /* 1040-1047 */
-31130,   0, -30862,   0, -30070,   0, -28757,   0, /* 1048-1055 */
-26958,   0, -24695,   0, -22010,   0, -18948,   0, /* 1056-1063 */
-15565,   0, -11909,   0, -8062,   0, -4055,   0, /* 1064-1071 */
 -4,   0, 4067,   0, 8061,   0, 11911,   0, /* 1072-1079 */
15568,   0, 18951,   0, 22012,   0, 24697,   0, /* 1080-1087 */
26963,   0, 28756,   0, 30075,   0, 30860,   0, /* 1088-1095 */
31129,   0, 30864,   0, 30065,   0, 28764,   0, /* 1096-1103 */
26953,   0, 24699,   0, 22009,   0, 18948,   0, /* 1104-1111 */
15567,   0, 11910,   0, 8063,   0, 4056,   0, /* 1112-1119 */
  4,   0, -4067,   0, -8056,   0, -11914,   0, /* 1120-1127 */
-15565,   0, -18952,   0, -22014,   0, -24695,   0, /* 1128-1135 */
-26964,   0, -28754,   0, -30079,   0, -30854,   0, /* 1136-1143 */
-31139,   0, -30853,   0, -30075,   0, -28756,   0, /* 1144-1151 */
-26961,   0, -24694,   0, -22015,   0, -18946,   0, /* 1152-1159 */
-15566,   0, -11913,   0, -8057,   0, -4063,   0, /* 1160-1167 */
 -1,   0, 4065,   0, 8055,   0, 11915,   0, /* 1168-1175 */
15564,   0, 18952,   0, 22010,   0, 24698,   0, /* 1176-1183 */
26955,   0, 28764,   0, 30065,   0, 30862,   0, /* 1184-1191 */
31131,   0, 30860,   0, 30068,   0, 28765,   0, /* 1192-1199 */
26951,   0, 24702,   0, 22006,   0, 18953,   0, /* 1200-1207 */
15560,   0, 11914,   0, 8056,   0, 4063,   0, /* 1208-1215 */
  1,   0, -4068,   0, -8055,   0, -11918,   0, /* 1216-1223 */
-15561,   0, -18954,   0, -22008,   0, -24699,   0, /* 1224-1231 */
-26955,   0, -28761,   0, -30066,   0, -30868,   0, /* 1232-1239 */
-31123,   0, -30867,   0, -30065,   0, -28759,   0, /* 1240-1247 */
-26960,   0, -24692,   0, -22014,   0, -18944,   0, /* 1248-1255 */
-15568,   0, -11910,   0, -8055,   0, -4065,   0, /* 1256-1263 */
  4,   0, 4064,   0, 8061,   0, 11910,   0, /* 1264-1271 */
15572,   0, 18942,   0, 22024,   0, 24687,   0, /* 1272-1279 */
26969,   0, 28752,   0, 30078,   0, 30856,   0, /* 1280-1287 */
31134,   0, 30861,   0, 30068,   0, 28762,   0, /* 1288-1295 */
26956,   0, 24692,   0, 22019,   0, 18940,   0, /* 1296-1303 */
15574,   0, 11907,   0, 8057,   0, 4066,   0, /* 1304-1311 */
 -4,   0, -4060,   0, -8064,   0, -11908,   0, /* 1312-1319 */
-15570,   0, -18948,   0, -22012,   0, -24701,   0, /* 1320-1327 */
-26960,   0, -28757,   0, -30077,   0, -30855,   0, /* 1328-1335 */
-31135,   0, -30858,   0, -30073,   0, -28757,   0, /* 1336-1343 */
-26961,   0, -24693,   0, -22014,   0, -18948,   0, /* 1344-1351 */
-15565,   0, -11913,   0, -8056,   0, -4065,   0, /* 1352-1359 */
  2,   0, 4062,   0, 8055,   0, 11918,   0, /* 1360-1367 */
15561,   0, 18956,   0, 22005,   0, 24700,   0, /* 1368-1375 */
26953,   0, 28767,   0, 30062,   0, 30867,   0, /* 1376-1383 */
31125,   0, 30864,   0, 30066,   0, 28764,   0, /* 1384-1391 */
26954,   0, 24700,   0, 22007,   0, 18951,   0, /* 1392-1399 */
15564,   0, 11910,   0, 8058,   0, 4063,   0, /* 1400-1407 */
 -4,   0, -4061,   0, -8060,   0, -11912,   0, /* 1408-1415 */
-15567,   0, -18951,   0, -22009,   0, -24700,   0, /* 1416-1423 */
-26951,   0, -28765,   0, -30067,   0, -30860,   0, /* 1424-1431 */
-31134,   0, -30855,   0, -30075,   0, -28754,   0, /* 1432-1439 */
-26963,   0, -24689,   0, -22016,   0, -18941,   0, /* 1440-1447 */
-15570,   0, -11908,   0, -8060,   0, -4059,   0, /* 1448-1455 */
  0,   0, 4067,   0, 8057,   0, 11916,   0, /* 1456-1463 */
15564,   0, 18954,   0, 22010,   0, 24697,   0, /* 1464-1471 */
26962,   0, 28759,   0, 30071,   0, 30863,   0, /* 1472-1479 */
31128,   0, 30863,   0, 30070,   0, 28758,   0, /* 1480-1487 */
26957,   0, 24696,   0, 22012,   0, 18946,   0, /* 1488-1495 */
15572,   0, 11903,   0, 8064,   0, 4060,   0, /* 1496-1503 */
 -1,   0, -4061,   0, -8062,   0, -11910,   0, /* 1504-1511 */
-15569,   0, -18947,   0, -22015,   0, -24698,   0, /* 1512-1519 */
-26959,   0, -28760,   0, -30072,   0, -30862,   0, /* 1520-1527 */
-31131,   0, -30859,   0, -30071,   0, -28758,   0, /* 1528-1535 */
-26962,   0, -24694,   0, -22011,   0, -18950,   0, /* 1536-1543 */
-15564,   0, -11914,   0, -8057,   0, -4061,   0, /* 1544-1551 */
 -5,   0, 4069,   0, 8051,   0, 11921,   0, /* 1552-1559 */
15558,   0, 18954,   0, 22011,   0, 24696,   0, /* 1560-1567 */
26960,   0, 28755,   0, 30073,   0, 30858,   0, /* 1568-1575 */
31133,   0, 30861,   0, 30068,   0, 28759,   0, /* 1576-1583 */
26959,   0, 24695,   0, 22013,   0, 18949,   0, /* 1584-1591 */
15561,   0, 11913,   0, 8057,   0, 4063,   0, /* 1592-1599 */
 -2,   0, -4064,   0, -8057,   0, -11917,   0, /* 1600-1607 */
-15560,   0, -18959,   0, -22002,   0, -24702,   0, /* 1608-1615 */
-26953,   0, -28762,   0, -30067,   0, -30865,   0, /* 1616-1623 */
-31125,   0, -30867,   0, -30063,   0, -28765,   0, /* 1624-1631 */
-26952,   0, -24699,   0, -22007,   0, -18952,   0, /* 1632-1639 */
-15560,   0, -11917,   0, -8051,   0, -4064,   0, /* 1640-1647 */
  1,   0, 4068,   0, 8056,   0, 11916,   0, /* 1648-1655 */
15565,   0, 18951,   0, 22014,   0, 24694,   0, /* 1656-1663 */
26964,   0, 28757,   0, 30071,   0, 30863,   0, /* 1664-1671 */
31129,   0, 30864,   0, 30068,   0, 28758,   0, /* 1672-1679 */
26958,   0, 24698,   0, 22008,   0, 18953,   0, /* 1680-1687 */
15562,   0, 11911,   0, 8062,   0, 4057,   0, /* 1688-1695 */
  3,   0, -4065,   0, -8058,   0, -11912,   0, /* 1696-1703 */
-15568,   0, -18949,   0, -22015,   0, -24695,   0, /* 1704-1711 */
-26961,   0, -28759,   0, -30073,   0, -30861,   0, /* 1712-1719 */
-31132,   0, -30857,   0, -30076,   0, -28752,   0, /* 1720-1727 */
-26966,   0, -24691,   0, -22016,   0, -18945,   0, /* 1728-1735 */
-15567,   0, -11914,   0, -8053,   0, -4069,   0, /* 1736-1743 */
  4,   0, 4061,   0, 8057,   0, 11915,   0, /* 1744-1751 */
15565,   0, 18948,   0, 22015,   0, 24693,   0, /* 1752-1759 */
26959,   0, 28760,   0, 30069,   0, 30862,   0, /* 1760-1767 */
31129,   0, 30862,   0, 30067,   0, 28763,   0, /* 1768-1775 */
26958,   0, 24692,   0, 22014,   0, 18949,   0, /* 1776-1783 */
15562,   0, 11915,   0, 8053,   0, 4063,   0, /* 1784-1791 */
  3,   0, -4070,   0, -8053,   0, -11917,   0, /* 1792-1799 */
-15564,   0, -18950,   0, -22012,   0, -24695,   0, /* 1800-1807 */
-26960,   0, -28753,   0, -30077,   0, -30854,   0, /* 1808-1815 */
-31134,   0, -30860,   0, -30070,   0, -28758,   0, /* 1816-1823 */
-26960,   0, -24689,   0, -22017,   0, -18942,   0, /* 1824-1831 */
-15570,   0, -11909,   0, -8058,   0, -4058,   0, /* 1832-1839 */
 -3,   0, 4069,   0, 8056,   0, 11916,   0, /* 1840-1847 */
15567,   0, 18950,   0, 22013,   0, 24696,   0, /* 1848-1855 */
26962,   0, 28758,   0, 30072,   0, 30862,   0, /* 1856-1863 */
31129,   0, 30863,   0, 30067,   0, 28761,   0, /* 1864-1871 */
26956,   0, 24698,   0, 22007,   0, 18955,   0, /* 1872-1879 */
15560,   0, 11916,   0, 8056,   0, 4061,   0, /* 1880-1887 */
 -1,   0, -4062,   0, -8059,   0, -11913,   0, /* 1888-1895 */
-15566,   0, -18953,   0, -22009,   0, -24702,   0, /* 1896-1903 */
-26957,   0, -28762,   0, -30069,   0, -30865,   0, /* 1904-1911 */
-31126,   0, -30867,   0, -30066,   0, -28762,   0, /* 1912-1919 */
-26956,   0, -24700,   0, -22006,   0, -18957,   0, /* 1920-1927 */
-15557,   0, -11919,   0, -8053,   0, -4064,   0, /* 1928-1935 */
 -1,   0, 4062,   0, 8061,   0, 11907,   0, /* 1936-1943 */
15573,   0, 18942,   0, 22018,   0, 24692,   0, /* 1944-1951 */
26958,   0, 28761,   0, 30068,   0, 30860,   0, /* 1952-1959 */
31134,   0, 30857,   0, 30073,   0, 28756,   0, /* 1960-1967 */
26959,   0, 24697,   0, 22009,   0, 18952,   0, /* 1968-1975 */
15560,   0, 11913,   0, 8057,   0, 4064,   0, /* 1976-1983 */
 -6,   0, -4057,   0, -8065,   0, -11909,   0, /* 1984-1991 */
-15568,   0, -18949,   0, -22011,   0, -24697,   0, /* 1992-1999 */
-26956,   0, -28760,   0, -30069,   0, -30861,   0, /* 2000-2007 */
-31131,   0, -30860,   0, -30071,   0, -28755,   0, /* 2008-2015 */
-26960,   0, -24695,   0, -22010,   0, -18950,   0, /* 2016-2023 */
-15561,   0, -11915,   0, -8051,   0, -4069,   0, /* 2024-2031 */
  7,   0, 4062,   0, 8059,   0, 11919,   0, /* 2032-2039 */
15560,   0, 18955,   0, 22011,   0, 24696,   0, /* 2040-2047 */
26961,   0, 28761,   0, 30067,   0, 30868,   0, /* 2048-2055 */
31123,   0, 30870,   0, 30060,   0, 28767,   0, /* 2056-2063 */
26953,   0, 24698,   0, 22011,   0, 18948,   0, /* 2064-2071 */
15568,   0, 11909,   0, 8061,   0, 4057,   0, /* 2072-2079 */
  3,   0, -4065,   0, -8057,   0, -11916,   0, /* 2080-2087 */
-15566,   0, -18947,   0, -22017,   0, -24695,   0, /* 2088-2095 */
-26961,   0, -28761,   0, -30069,   0, -30865,   0, /* 2096-2103 */
-31126,   0, -30866,   0, -30066,   0, -28761,   0, /* 2104-2111 */
-26961,   0, -24692,   0, -22016,   0, -18946,   0, /* 2112-2119 */
-15567,   0, -11910,   0, -8062,   0, -4057,   0, /* 2120-2127 */
 -7,   0, 4070,   0, 8052,   0, 11917,   0, /* 2128-2135 */
15561,   0, 18953,   0, 22010,   0, 24700,   0, /* 2136-2143 */
26952,   0, 28766,   0, 30060,   0, 30871,   0, /* 2144-2151 */
31122,   0, 30870,   0, 30061,   0, 28763,   0, /* 2152-2159 */
26959,   0, 24693,   0, 22014,   0, 18948,   0, /* 2160-2167 */
15562,   0, 11915,   0, 8055,   0, 4060,   0, /* 2168-2175 */
  3,   0, -4067,   0, -8056,   0, -11913,   0, /* 2176-2183 */
-15568,   0, -18949,   0, -22012,   0, -24694,   0, /* 2184-2191 */
-26959,   0, -28757,   0, -30072,   0, -30859,   0, /* 2192-2199 */
-31133,   0, -30857,   0, -30076,   0, -28751,   0, /* 2200-2207 */
-26964,   0, -24692,   0, -22011,   0, -18950,   0, /* 2208-2215 */
-15561,   0, -11915,   0, -8056,   0, -4058,   0, /* 2216-2223 */
 -3,   0, 4070,   0, 8054,   0, 11917,   0, /* 2224-2231 */
15566,   0, 18951,   0, 22014,   0, 24694,   0, /* 2232-2239 */
26961,   0, 28762,   0, 30067,   0, 30866,   0, /* 2240-2247 */
31129,   0, 30860,   0, 30073,   0, 28753,   0, /* 2248-2255 */
26964,   0, 24691,   0, 22016,   0, 18944,   0, /* 2256-2263 */
15570,   0, 11907,   0, 8063,   0, 4055,   0, /* 2264-2271 */
  7,   0, -4072,   0, -8050,   0, -11920,   0, /* 2272-2279 */
-15563,   0, -18950,   0, -22014,   0, -24696,   0, /* 2280-2287 */
-26964,   0, -28754,   0, -30075,   0, -30860,   0, /* 2288-2295 */
-31130,   0, -30866,   0, -30063,   0, -28767,   0, /* 2296-2303 */
-26951,   0, -24703,   0, -22006,   0, -18952,   0, /* 2304-2311 */
-15565,   0, -11911,   0, -8059,   0, -4061,   0, /* 2312-2319 */
  1,   0, 4060,   0, 8060,   0, 11910,   0, /* 2320-2327 */
15568,   0, 18947,   0, 22018,   0, 24688,   0, /* 2328-2335 */
26963,   0, 28757,   0, 30067,   0, 30868,   0, /* 2336-2343 */
31123,   0, 30868,   0, 30064,   0, 28760,   0, /* 2344-2351 */
26963,   0, 24687,   0, 22020,   0, 18944,   0, /* 2352-2359 */
15565,   0, 11911,   0, 8057,   0, 4059,   0, /* 2360-2367 */
  5,   0, -4071,   0, -8048,   0, -11923,   0, /* 2368-2375 */
-15561,   0, -18951,   0, -22013,   0, -24693,   0, /* 2376-2383 */
-26960,   0, -28756,   0, -30074,   0, -30856,   0, /* 2384-2391 */
-31137,   0, -30855,   0, -30074,   0, -28756,   0, /* 2392-2399 */
-26957,   0, -24697,   0, -22008,   0, -18951,   0, /* 2400-2407 */
-15563,   0, -11912,   0, -8055,   0, -4064,   0, /* 2408-2415 */
  5,   0, 4061,   0, 8061,   0, 11914,   0, /* 2416-2423 */
15564,   0, 18954,   0, 22012,   0, 24696,   0, /* 2424-2431 */
26961,   0, 28757,   0, 30074,   0, 30860,   0, /* 2432-2439 */
31132,   0, 30864,   0, 30065,   0, 28761,   0, /* 2440-2447 */
26955,   0, 24699,   0, 22009,   0, 18952,   0, /* 2448-2455 */
15562,   0, 11913,   0, 8057,   0, 4062,   0, /* 2456-2463 */
 -1,   0, -4062,   0, -8060,   0, -11912,   0, /* 2464-2471 */
-15567,   0, -18951,   0, -22012,   0, -24698,   0, /* 2472-2479 */
-26959,   0, -28762,   0, -30067,   0, -30868,   0, /* 2480-2487 */
-31123,   0, -30868,   0, -30067,   0, -28759,   0, /* 2488-2495 */
-26961,   0, -24694,   0, -22012,   0, -18952,   0, /* 2496-2503 */
-15560,   0, -11920,   0, -8050,   0, -4068,   0, /* 2504-2511 */
  6,   0, 4056,   0, 8062,   0, 11908,   0, /* 2512-2519 */
15569,   0, 18950,   0, 22010,   0, 24699,   0, /* 2520-2527 */
26951,   0, 28769,   0, 30061,   0, 30867,   0, /* 2528-2535 */
31127,   0, 30862,   0, 30071,   0, 28758,   0, /* 2536-2543 */
26960,   0, 24693,   0, 22010,   0, 18951,   0, /* 2544-2551 */
15562,   0, 11914,   0, 8056,   0, 4058,   0, /* 2552-2559 */
  3,   0, -4067,   0, -8054,   0, -11917,   0, /* 2560-2567 */
-15562,   0, -18956,   0, -22004,   0, -24703,   0, /* 2568-2575 */
-26951,   0, -28764,   0, -30065,   0, -30866,   0, /* 2576-2583 */
-31127,   0, -30863,   0, -30068,   0, -28760,   0, /* 2584-2591 */
-26955,   0, -24698,   0, -22007,   0, -18950,   0, /* 2592-2599 */
-15565,   0, -11909,   0, -8058,   0, -4060,   0, /* 2600-2607 */
  0,   0, 4064,   0, 8060,   0, 11915,   0, /* 2608-2615 */
15566,   0, 18949,   0, 22015,   0, 24694,   0, /* 2616-2623 */
26961,   0, 28761,   0, 30067,   0, 30866,   0, /* 2624-2631 */
31128,   0, 30863,   0, 30068,   0, 28760,   0, /* 2632-2639 */
26956,   0, 24698,   0, 22010,   0, 18949,   0, /* 2640-2647 */
15568,   0, 11909,   0, 8062,   0, 4053,   0, /* 2648-2655 */
  9,   0, -4072,   0, -8052,   0, -11915,   0, /* 2656-2663 */
-15568,   0, -18947,   0, -22015,   0, -24698,   0, /* 2664-2671 */
-26959,   0, -28761,   0, -30067,   0, -30867,   0, /* 2672-2679 */
-31127,   0, -30862,   0, -30073,   0, -28753,   0, /* 2680-2687 */
-26966,   0, -24691,   0, -22016,   0, -18947,   0, /* 2688-2695 */
-15566,   0, -11913,   0, -8055,   0, -4064,   0, /* 2696-2703 */
 -2,   0, 4067,   0, 8053,   0, 11918,   0, /* 2704-2711 */
15561,   0, 18951,   0, 22013,   0, 24694,   0, /* 2712-2719 */
26959,   0, 28758,   0, 30070,   0, 30862,   0, /* 2720-2727 */
31129,   0, 30863,   0, 30067,   0, 28761,   0, /* 2728-2735 */
26959,   0, 24695,   0, 22009,   0, 18953,   0, /* 2736-2743 */
15557,   0, 11917,   0, 8052,   0, 4066,   0, /* 2744-2751 */
 -4,   0, -4061,   0, -8061,   0, -11913,   0, /* 2752-2759 */
-15565,   0, -18949,   0, -22012,   0, -24696,   0, /* 2760-2767 */
-26958,   0, -28756,   0, -30073,   0, -30858,   0, /* 2768-2775 */
-31133,   0, -30861,   0, -30067,   0, -28761,   0, /* 2776-2783 */
-26954,   0, -24699,   0, -22008,   0, -18950,   0, /* 2784-2791 */
-15562,   0, -11913,   0, -8054,   0, -4065,   0, /* 2792-2799 */
  4,   0, 4064,   0, 8059,   0, 11916,   0, /* 2800-2807 */
15565,   0, 18951,   0, 22013,   0, 24697,   0, /* 2808-2815 */
26957,   0, 28766,   0, 30064,   0, 30867,   0, /* 2816-2823 */
31127,   0, 30864,   0, 30066,   0, 28764,   0, /* 2824-2831 */
26953,   0, 24699,   0, 22007,   0, 18956,   0, /* 2832-2839 */
15559,   0, 11919,   0, 8050,   0, 4068,   0, /* 2840-2847 */
 -6,   0, -4058,   0, -8064,   0, -11908,   0, /* 2848-2855 */
-15570,   0, -18949,   0, -22014,   0, -24700,   0, /* 2856-2863 */
-26955,   0, -28765,   0, -30066,   0, -30868,   0, /* 2864-2871 */
-31125,   0, -30866,   0, -30067,   0, -28759,   0, /* 2872-2879 */
-26961,   0, -24695,   0, -22013,   0, -18948,   0, /* 2880-2887 */
-15567,   0, -11910,   0, -8060,   0, -4059,   0, /* 2888-2895 */
 -1,   0, 4060,   0, 8062,   0, 11910,   0, /* 2896-2903 */
15567,   0, 18947,   0, 22016,   0, 24689,   0, /* 2904-2911 */
26966,   0, 28751,   0, 30075,   0, 30858,   0, /* 2912-2919 */
31130,   0, 30865,   0, 30064,   0, 28765,   0, /* 2920-2927 */
26955,   0, 24696,   0, 22012,   0, 18948,   0, /* 2928-2935 */
15562,   0, 11914,   0, 8053,   0, 4068,   0, /* 2936-2943 */
 -8,   0, -4058,   0, -8063,   0, -11909,   0, /* 2944-2951 */
-15570,   0, -18945,   0, -22018,   0, -24687,   0, /* 2952-2959 */
-26966,   0, -28752,   0, -30073,   0, -30860,   0, /* 2960-2967 */
-31130,   0, -30862,   0, -30070,   0, -28756,   0, /* 2968-2975 */
-26961,   0, -24692,   0, -22013,   0, -18948,   0, /* 2976-2983 */
-15561,   0, -11916,   0, -8053,   0, -4065,   0, /* 2984-2991 */
  5,   0, 4062,   0, 8058,   0, 11919,   0, /* 2992-2999 */
15560,   0, 18959,   0, 22005,   0, 24701,   0, /* 3000-3007 */
26958,   0, 28761,   0, 30073,   0, 30858,   0, /* 3008-3015 */
31136,   0, 30856,   0, 30073,   0, 28755,   0, /* 3016-3023 */
26963,   0, 24692,   0, 22014,   0, 18947,   0, /* 3024-3031 */
15567,   0, 11913,   0, 8053,   0, 4067,   0, /* 3032-3039 */
 -5,   0, -4059,   0, -8061,   0, -11914,   0, /* 3040-3047 */
-15566,   0, -18951,   0, -22009,   0, -24704,   0, /* 3048-3055 */
-26953,   0, -28767,   0, -30065,   0, -30869,   0, /* 3056-3063 */
-31123,   0, -30869,   0, -30061,   0, -28768,   0, /* 3064-3071 */
-26951,   0, -24705,   0, -22005,   0, -18951,   0, /* 3072-3079 */
-15566,   0, -11911,   0, -8059,   0, -4062,   0, /* 3080-3087 */
  0,   0, 4067,   0, 8052,   0, 11919,   0, /* 3088-3095 */
15560,   0, 18952,   0, 22013,   0, 24695,   0, /* 3096-3103 */
26958,   0, 28758,   0, 30067,   0, 30862,   0, /* 3104-3111 */
31133,   0, 30857,   0, 30074,   0, 28757,   0, /* 3112-3119 */
26960,   0, 24695,   0, 22012,   0, 18946,   0, /* 3120-3127 */
15567,   0, 11910,   0, 8056,   0, 4064,   0, /* 3128-3135 */
 -2,   0, -4066,   0, -8053,   0, -11920,   0, /* 3136-3143 */
-15559,   0, -18955,   0, -22008,   0, -24697,   0, /* 3144-3151 */
-26961,   0, -28753,   0, -30074,   0, -30860,   0, /* 3152-3159 */
-31129,   0, -30864,   0, -30065,   0, -28762,   0, /* 3160-3167 */
-26956,   0, -24696,   0, -22011,   0, -18947,   0, /* 3168-3175 */
-15566,   0, -11910,   0, -8056,   0, -4063,   0, /* 3176-3183 */
  0,   0, 4068,   0, 8058,   0, 11917,   0, /* 3184-3191 */
15560,   0, 18958,   0, 22005,   0, 24704,   0, /* 3192-3199 */
26957,   0, 28760,   0, 30070,   0, 30866,   0, /* 3200-3207 */
31126,   0, 30871,   0, 30058,   0, 28765,   0, /* 3208-3215 */
26954,   0, 24700,   0, 22009,   0, 18949,   0, /* 3216-3223 */
15566,   0, 11908,   0, 8062,   0, 4061,   0, /* 3224-3231 */
 -5,   0, -4055,   0, -8070,   0, -11903,   0, /* 3232-3239 */
-15574,   0, -18945,   0, -22015,   0, -24697,   0, /* 3240-3247 */
-26963,   0, -28754,   0, -30076,   0, -30856,   0, /* 3248-3255 */
-31137,   0, -30856,   0, -30074,   0, -28756,   0, /* 3256-3263 */
-26960,   0, -24701,   0, -22005,   0, -18953,   0, /* 3264-3271 */
-15564,   0, -11913,   0, -8058,   0, -4062,   0, /* 3272-3279 */
  3,   0, 4058,   0, 8062,   0, 11910,   0, /* 3280-3287 */
15566,   0, 18953,   0, 22008,   0, 24699,   0, /* 3288-3295 */
26954,   0, 28763,   0, 30064,   0, 30865,   0, /* 3296-3303 */
31125,   0, 30866,   0, 30066,   0, 28762,   0, /* 3304-3311 */
26957,   0, 24694,   0, 22013,   0, 18950,   0, /* 3312-3319 */
15561,   0, 11915,   0, 8053,   0, 4064,   0, /* 3320-3327 */
  0,   0, -4066,   0, -8055,   0, -11919,   0, /* 3328-3335 */
-15561,   0, -18950,   0, -22012,   0, -24694,   0, /* 3336-3343 */
-26961,   0, -28757,   0, -30070,   0, -30862,   0, /* 3344-3351 */
-31129,   0, -30863,   0, -30068,   0, -28760,   0, /* 3352-3359 */
-26956,   0, -24695,   0, -22013,   0, -18943,   0, /* 3360-3367 */
-15571,   0, -11904,   0, -8063,   0, -4058,   0, /* 3368-3375 */
  2,   0, 4060,   0, 8065,   0, 11911,   0, /* 3376-3383 */
15567,   0, 18953,   0, 22009,   0, 24700,   0, /* 3384-3391 */
26958,   0, 28761,   0, 30071,   0, 30862,   0, /* 3392-3399 */
31131,   0, 30862,   0, 30069,   0, 28757,   0, /* 3400-3407 */
26963,   0, 24691,   0, 22013,   0, 18951,   0, /* 3408-3415 */
15559,   0, 11921,   0, 8047,   0, 4069,   0, /* 3416-3423 */
 -5,   0, -4062,   0, -8056,   0, -11919,   0, /* 3424-3431 */
-15562,   0, -18955,   0, -22008,   0, -24699,   0, /* 3432-3439 */
-26965,   0, -28753,   0, -30079,   0, -30852,   0, /* 3440-3447 */
-31137,   0, -30858,   0, -30071,   0, -28758,   0, /* 3448-3455 */
-26960,   0, -24695,   0, -22015,   0, -18945,   0, /* 3456-3463 */
-15569,   0, -11911,   0, -8057,   0, -4066,   0, /* 3464-3471 */
  4,   0, 4059,   0, 8062,   0, 11910,   0, /* 3472-3479 */
15566,   0, 18949,   0, 22013,   0, 24695,   0, /* 3480-3487 */
26959,   0, 28757,   0, 30071,   0, 30858,   0, /* 3488-3495 */
31134,   0, 30857,   0, 30073,   0, 28760,   0, /* 3496-3503 */
26957,   0, 24695,   0, 22013,   0, 18944,   0, /* 3504-3511 */
15573,   0, 11904,   0, 8061,   0, 4059,   0, /* 3512-3519 */
  0,   0, -4062,   0, -8061,   0, -11911,   0, /* 3520-3527 */
-15570,   0, -18943,   0, -22017,   0, -24693,   0, /* 3528-3535 */
-26960,   0, -28759,   0, -30065,   0, -30868,   0, /* 3536-3543 */
-31126,   0, -30863,   0, -30072,   0, -28752,   0, /* 3544-3551 */
-26964,   0, -24692,   0, -22012,   0, -18947,   0, /* 3552-3559 */
-15563,   0, -11912,   0, -8058,   0, -4060,   0, /* 3560-3567 */
  0,   0, 4069,   0, 8056,   0, 11915,   0, /* 3568-3575 */
15567,   0, 18950,   0, 22013,   0, 24696,   0, /* 3576-3583 */
26960,   0, 28761,   0, 30071,   0, 30861,   0, /* 3584-3591 */
31132,   0, 30858,   0, 30073,   0, 28755,   0, /* 3592-3599 */
26962,   0, 24693,   0, 22012,   0, 18948,   0, /* 3600-3607 */
15567,   0, 11909,   0, 8061,   0, 4058,   0, /* 3608-3615 */
  4,   0, -4069,   0, -8053,   0, -11918,   0, /* 3616-3623 */
-15563,   0, -18953,   0, -22012,   0, -24698,   0, /* 3624-3631 */
-26961,   0, -28757,   0, -30073,   0, -30863,   0, /* 3632-3639 */
-31128,   0, -30862,   0, -30069,   0, -28758,   0, /* 3640-3647 */
-26962,   0, -24695,   0, -22012,   0, -18949,   0, /* 3648-3655 */
-15565,   0, -11914,   0, -8056,   0, -4064,   0, /* 3656-3663 */
  0,   0, 4064,   0, 8055,   0, 11914,   0, /* 3664-3671 */
15565,   0, 18948,   0, 22016,   0, 24693,   0, /* 3672-3679 */
26958,   0, 28760,   0, 30064,   0, 30869,   0, /* 3680-3687 */
31125,   0, 30867,   0, 30064,   0, 28762,   0, /* 3688-3695 */
26958,   0, 24699,   0, 22005,   0, 18956,   0, /* 3696-3703 */
15556,   0, 11918,   0, 8054,   0, 4061,   0, /* 3704-3711 */
  1,   0, -4065,   0, -8059,   0, -11912,   0, /* 3712-3719 */
-15569,   0, -18944,   0, -22016,   0, -24692,   0, /* 3720-3727 */
-26960,   0, -28760,   0, -30065,   0, -30867,   0, /* 3728-3735 */
-31126,   0, -30864,   0, -30070,   0, -28756,   0, /* 3736-3743 */
-26959,   0, -24695,   0, -22011,   0, -18947,   0, /* 3744-3751 */
-15566,   0, -11906,   0, -8062,   0, -4060,   0, /* 3752-3759 */
  3,   0, 4062,   0, 8064,   0, 11912,   0, /* 3760-3767 */
15564,   0, 18956,   0, 22009,   0, 24697,   0, /* 3768-3775 */
26962,   0, 28756,   0, 30076,   0, 30857,   0, /* 3776-3783 */
31134,   0, 30857,   0, 30074,   0, 28753,   0, /* 3784-3791 */
26965,   0, 24688,   0, 22017,   0, 18948,   0, /* 3792-3799 */
15563,   0, 11915,   0, 8054,   0, 4065,   0, /* 3800-3807 */
 -1,   0, -4064,   0, -8058,   0, -11913,   0, /* 3808-3815 */
-15569,   0, -18945,   0, -22017,   0, -24695,   0, /* 3816-3823 */
-26964,   0, -28756,   0, -30073,   0, -30863,   0, /* 3824-3831 */
-31125,   0, -30870,   0, -30059,   0, -28766,   0, /* 3832-3839 */
-26958,   0, -24694,   0, -22017,   0, -18944,   0, /* 3840-3847 */
-15568,   0, -11913,   0, -8055,   0, -4067,   0, /* 3848-3855 */
  4,   0, 4059,   0, 8063,   0, 11911,   0, /* 3856-3863 */
15563,   0, 18954,   0, 22006,   0, 24700,   0, /* 3864-3871 */
26956,   0, 28760,   0, 30065,   0, 30868,   0, /* 3872-3879 */
31122,   0, 30870,   0, 30061,   0, 28769,   0, /* 3880-3887 */
26951,   0, 24703,   0, 22003,   0, 18954,   0, /* 3888-3895 */
15561,   0, 11914,   0, 8055,   0, 4063,   0, /* 3896-3903 */
 -3,   0, -4060,   0, -8063,   0, -11912,   0, /* 3904-3911 */
-15564,   0, -18954,   0, -22004,   0, -24703,   0, /* 3912-3919 */
-26955,   0, -28759,   0, -30069,   0, -30861,   0, /* 3920-3927 */
-31129,   0, -30862,   0, -30072,   0, -28754,   0, /* 3928-3935 */
-26962,   0, -24691,   0, -22011,   0, -18950,   0, /* 3936-3943 */
-15560,   0, -11918,   0, -8049,   0, -4067,   0, /* 3944-3951 */
  7,   0, 4061,   0, 8060,   0, 11914,   0, /* 3952-3959 */
15568,   0, 18947,   0, 22017,   0, 24693,   0, /* 3960-3967 */
26961,   0, 28765,   0, 30062,   0, 30869,   0, /* 3968-3975 */
31126,   0, 30866,   0, 30063,   0, 28768,   0, /* 3976-3983 */
26946,   0, 24706,   0, 22004,   0, 18955,   0, /* 3984-3991 */
15562,   0, 11913,   0, 8057,   0, 4062,   0, /* 3992-3999 */
  2,   0, -4064,   0, -8061,   0, -11911,   0, /* 4000-4007 */
-15569,   0, -18946,   0, -22016,   0, -24696,   0, /* 4008-4015 */
-26964,   0, -28755,   0, -30074,   0, -30861,   0, /* 4016-4023 */
-31129,   0, -30866,   0, -30064,   0, -28762,   0, /* 4024-4031 */
-26959,   0, -24698,   0, -22006,   0, -18959,   0, /* 4032-4039 */
-15553,   0, -11928,   0, -8043,   0, -4073,   0, /* 4040-4047 */
  6,   0, 4060,   0, 8059,   0, 11912,   0, /* 4048-4055 */
15566,   0, 18949,   0, 22014,   0, 24695,   0, /* 4056-4063 */
26956,   0, 28760,   0, 30069,   0, 30860,   0, /* 4064-4071 */
31132,   0, 30858,   0, 30072,   0, 28761,   0, /* 4072-4079 */
26957,   0, 24696,   0, 22010,   0, 18949,   0, /* 4080-4087 */
15565,   0, 11912,   0, 8054,   0, 4064,   0, /* 4088-4095 */
 -2,   0, -4064,   0, -8059,   0, -11912,   0, /* 4096-4103 */
-15570,   0, -18942,   0, -22019,   0, -24689,   0, /* 4104-4111 */
-26964,   0, -28756,   0, -30069,   0, -30865,   0, /* 4112-4119 */
-31123,   0, -30868,   0, -30065,   0, -28760,   0, /* 4120-4127 */
-26957,   0, -24694,   0, -22011,   0, -18947,   0, /* 4128-4135 */
-15567,   0, -11908,   0, -8060,   0, -4057,   0, /* 4136-4143 */
 -3,   0, 4068,   0, 8059,   0, 11912,   0, /* 4144-4151 */
15568,   0, 18949,   0, 22015,   0, 24696,   0, /* 4152-4159 */
26959,   0, 28761,   0, 30069,   0, 30864,   0, /* 4160-4167 */
31130,   0, 30864,   0, 30063,   0, 28766,   0, /* 4168-4175 */
26951,   0, 24703,   0, 22006,   0, 18952,   0, /* 4176-4183 */
15562,   0, 11916,   0, 8054,   0, 4066,   0, /* 4184-4191 */
 -4,   0, -4063,   0, -8055,   0, -11918,   0, /* 4192-4199 */
-15562,   0, -18953,   0, -22012,   0, -24697,   0, /* 4200-4207 */
-26963,   0, -28756,   0, -30074,   0, -30860,   0, /* 4208-4215 */
-31130,   0, -30864,   0, -30067,   0, -28760,   0, /* 4216-4223 */
-26959,   0, -24697,   0, -22012,   0, -18950,   0, /* 4224-4231 */
-15563,   0, -11914,   0, -8059,   0, -4059,   0, /* 4232-4239 */
 -4,   0, 4068,   0, 8053,   0, 11916,   0, /* 4240-4247 */
15563,   0, 18952,   0, 22011,   0, 24697,   0, /* 4248-4255 */
26955,   0, 28761,   0, 30067,   0, 30862,   0, /* 4256-4263 */
31131,   0, 30862,   0, 30067,   0, 28762,   0, /* 4264-4271 */
26959,   0, 24693,   0, 22014,   0, 18947,   0, /* 4272-4279 */
15564,   0, 11913,   0, 8055,   0, 4063,   0, /* 4280-4287 */
 -2,   0, -4065,   0, -8056,   0, -11915,   0, /* 4288-4295 */
-15564,   0, -18951,   0, -22010,   0, -24699,   0, /* 4296-4303 */
-26952,   0, -28767,   0, -30060,   0, -30869,   0, /* 4304-4311 */
-31125,   0, -30864,   0, -30072,   0, -28755,   0, /* 4312-4319 */
-26957,   0, -24698,   0, -22006,   0, -18952,   0, /* 4320-4327 */
-15562,   0, -11915,   0, -8052,   0, -4068,   0, /* 4328-4335 */
 11,   0, 4058,   0, 8063,   0, 11911,   0, /* 4336-4343 */
15566,   0, 18952,   0, 22014,   0, 24696,   0, /* 4344-4351 */
26959,   0, 28762,   0, 30067,   0, 30868,   0, /* 4352-4359 */
31124,   0, 30868,   0, 30062,   0, 28767,   0, /* 4360-4367 */
26950,   0, 24702,   0, 22007,   0, 18951,   0, /* 4368-4375 */
15564,   0, 11912,   0, 8060,   0, 4058,   0, /* 4376-4383 */
  5,   0, -4071,   0, -8051,   0, -11917,   0, /* 4384-4391 */
-15567,   0, -18947,   0, -22017,   0, -24693,   0, /* 4392-4399 */
-26964,   0, -28757,   0, -30075,   0, -30860,   0, /* 4400-4407 */
-31128,   0, -30864,   0, -30066,   0, -28763,   0, /* 4408-4415 */
-26960,   0, -24692,   0, -22018,   0, -18941,   0, /* 4416-4423 */
-15573,   0, -11908,   0, -8061,   0, -4059,   0, /* 4424-4431 */
 -4,   0, 4067,   0, 8055,   0, 11915,   0, /* 4432-4439 */
15565,   0, 18949,   0, 22011,   0, 24699,   0, /* 4440-4447 */
26953,   0, 28764,   0, 30064,   0, 30863,   0, /* 4448-4455 */
31131,   0, 30858,   0, 30073,   0, 28759,   0, /* 4456-4463 */
26955,   0, 24704,   0, 22000,   0, 18959,   0, /* 4464-4471 */
15556,   0, 11916,   0, 8055,   0, 4062,   0, /* 4472-4479 */
  0,   0, -4068,   0, -8053,   0, -11919,   0, /* 4480-4487 */
-15561,   0, -18954,   0, -22006,   0, -24703,   0, /* 4488-4495 */
-26949,   0, -28767,   0, -30066,   0, -30860,   0, /* 4496-4503 */
-31131,   0, -30861,   0, -30072,   0, -28756,   0, /* 4504-4511 */
-26958,   0, -24695,   0, -22009,   0, -18952,   0, /* 4512-4519 */
-15559,   0, -11917,   0, -8050,   0, -4070,   0, /* 4520-4527 */
 13,   0, 4053,   0, 8069,   0, 11908,   0, /* 4528-4535 */
15568,   0, 18952,   0, 22012,   0, 24695,   0, /* 4536-4543 */
26962,   0, 28760,   0, 30067,   0, 30869,   0, /* 4544-4551 */
31123,   0, 30868,   0, 30062,   0, 28766,   0, /* 4552-4559 */
26954,   0, 24697,   0, 22011,   0, 18945,   0, /* 4560-4567 */
15571,   0, 11908,   0, 8060,   0, 4061,   0, /* 4568-4575 */
 -3,   0, -4060,   0, -8062,   0, -11911,   0, /* 4576-4583 */
-15566,   0, -18954,   0, -22006,   0, -24708,   0, /* 4584-4591 */
-26954,   0, -28761,   0, -30072,   0, -30858,   0, /* 4592-4599 */
-31135,   0, -30861,   0, -30067,   0, -28761,   0, /* 4600-4607 */
-26958,   0, -24697,   0, -22011,   0, -18953,   0, /* 4608-4615 */
-15558,   0, -11922,   0, -8050,   0, -4066,   0, /* 4616-4623 */
 -1,   0, 4069,   0, 8051,   0, 11919,   0, /* 4624-4631 */
15561,   0, 18954,   0, 22011,   0, 24697,   0, /* 4632-4639 */
26956,   0, 28764,   0, 30063,   0, 30867,   0, /* 4640-4647 */
31127,   0, 30863,   0, 30070,   0, 28760,   0, /* 4648-4655 */
26960,   0, 24695,   0, 22012,   0, 18950,   0, /* 4656-4663 */
15562,   0, 11914,   0, 8057,   0, 4059,   0, /* 4664-4671 */
  7,   0, -4073,   0, -8050,   0, -11918,   0, /* 4672-4679 */
-15566,   0, -18944,   0, -22017,   0, -24689,   0, /* 4680-4687 */
-26964,   0, -28754,   0, -30071,   0, -30860,   0, /* 4688-4695 */
-31132,   0, -30860,   0, -30071,   0, -28755,   0, /* 4696-4703 */
-26961,   0, -24693,   0, -22011,   0, -18952,   0, /* 4704-4711 */
-15556,   0, -11922,   0, -8048,   0, -4066,   0, /* 4712-4719 */
  2,   0, 4065,   0, 8058,   0, 11912,   0, /* 4720-4727 */
15568,   0, 18950,   0, 22010,   0, 24701,   0, /* 4728-4735 */
26951,   0, 28768,   0, 30064,   0, 30865,   0, /* 4736-4743 */
31128,   0, 30862,   0, 30068,   0, 28760,   0, /* 4744-4751 */
26953,   0, 24698,   0, 22008,   0, 18950,   0, /* 4752-4759 */
15564,   0, 11910,   0, 8059,   0, 4059,   0, /* 4760-4767 */
  1,   0, -4065,   0, -8061,   0, -11909,   0, /* 4768-4775 */
-15573,   0, -18944,   0, -22018,   0, -24697,   0, /* 4776-4783 */
-26962,   0, -28760,   0, -30071,   0, -30862,   0, /* 4784-4791 */
-31130,   0, -30863,   0, -30068,   0, -28761,   0, /* 4792-4799 */
-26956,   0, -24698,   0, -22010,   0, -18951,   0, /* 4800-4807 */
-15563,   0, -11914,   0, -8055,   0, -4064,   0, /* 4808-4815 */
  2,   0, 4063,   0, 8060,   0, 11912,   0, /* 4816-4823 */
15568,   0, 18949,   0, 22016,   0, 24694,   0, /* 4824-4831 */
26962,   0, 28759,   0, 30068,   0, 30862,   0, /* 4832-4839 */
31134,   0, 30859,   0, 30074,   0, 28758,   0, /* 4840-4847 */
26963,   0, 24693,   0, 22017,   0, 18943,   0, /* 4848-4855 */
15573,   0, 11908,   0, 8057,   0, 4066,   0, /* 4856-4863 */
 -3,   0, -4061,   0, -8056,   0, -11919,   0, /* 4864-4871 */
-15559,   0, -18952,   0, -22010,   0, -24694,   0, /* 4872-4879 */
-26960,   0, -28758,   0, -30067,   0, -30864,   0, /* 4880-4887 */
-31126,   0, -30866,   0, -30069,   0, -28757,   0, /* 4888-4895 */
-26957,   0, -24698,   0, -22010,   0, -18947,   0, /* 4896-4903 */
-15569,   0, -11908,   0, -8060,   0, -4063,   0, /* 4904-4911 */
  5,   0, 4057,   0, 8066,   0, 11907,   0, /* 4912-4919 */
15567,   0, 18950,   0, 22009,   0, 24701,   0, /* 4920-4927 */
26952,   0, 28764,   0, 30061,   0, 30871,   0, /* 4928-4935 */
31121,   0, 30866,   0, 30063,   0, 28760,   0, /* 4936-4943 */
26954,   0, 24698,   0, 22005,   0, 18953,   0, /* 4944-4951 */
15558,   0, 11916,   0, 8051,   0, 4064,   0, /* 4952-4959 */
 -2,   0, -4066,   0, -8059,   0, -11913,   0, /* 4960-4967 */
-15567,   0, -18952,   0, -22012,   0, -24701,   0, /* 4968-4975 */
-26961,   0, -28757,   0, -30077,   0, -30857,   0, /* 4976-4983 */
-31134,   0, -30860,   0, -30068,   0, -28761,   0, /* 4984-4991 */
-26957,   0, -24699,   0, -22004,   0, -18954,   0, /* 4992-4999 */
-15560,   0, -11916,   0, -8054,   0, -4062,   0, /* 5000-5007 */
  1,   0, 4063,   0, 8060,   0, 11916,   0, /* 5008-5015 */
15564,   0, 18956,   0, 22008,   0, 24704,   0, /* 5016-5023 */
26953,   0, 28769,   0, 30063,   0, 30870,   0, /* 5024-5031 */
31125,   0, 30868,   0, 30070,   0, 28762,   0, /* 5032-5039 */
26962,   0, 24693,   0, 22017,   0, 18949,   0, /* 5040-5047 */
15566,   0, 11915,   0, 8055,   0, 4068,   0, /* 5048-5055 */
 -6,   0, -4056,   0, -8064,   0, -11906,   0, /* 5056-5063 */
-15568,   0, -18950,   0, -22006,   0, -24700,   0, /* 5064-5071 */
-26954,   0, -28761,   0, -30068,   0, -30862,   0, /* 5072-5079 */
-31127,   0, -30867,   0, -30064,   0, -28767,   0, /* 5080-5087 */
-26948,   0, -24706,   0, -22003,   0, -18955,   0, /* 5088-5095 */
-15562,   0, -11916,   0, -8057,   0, -4060,   0, /* 5096-5103 */
 -5,   0, 4067,   0, 8056,   0, 11911,   0, /* 5104-5111 */
15569,   0, 18942,   0, 22015,   0, 24695,   0, /* 5112-5119 */
26955,   0, 28763,   0, 30062,   0, 30865,   0, /* 5120-5127 */
31124,   0, 30863,   0, 30064,   0, 28761,   0, /* 5128-5135 */
26952,   0, 24694,   0, 22010,   0, 18947,   0, /* 5136-5143 */
15564,   0, 11912,   0, 8051,   0, 4064,   0, /* 5144-5151 */
 -5,   0, -4062,   0, -8061,   0, -11915,   0, /* 5152-5159 */
-15565,   0, -18953,   0, -22011,   0, -24702,   0, /* 5160-5167 */
-26956,   0, -28767,   0, -30062,   0, -30873,   0, /* 5168-5175 */
-31119,   0, -30870,   0, -30063,   0, -28762,   0, /* 5176-5183 */
-26957,   0, -24697,   0, -22006,   0, -18954,   0, /* 5184-5191 */
-15554,   0, -11923,   0, -8047,   0, -4066,   0, /* 5192-5199 */
  3,   0, 4066,   0, 8057,   0, 11917,   0, /* 5200-5207 */
15567,   0, 18952,   0, 22014,   0, 24700,   0, /* 5208-5215 */
26958,   0, 28766,   0, 30067,   0, 30865,   0, /* 5216-5223 */
31134,   0, 30861,   0, 30077,   0, 28755,   0, /* 5224-5231 */
26969,   0, 24688,   0, 22022,   0, 18944,   0, /* 5232-5239 */
15573,   0, 11907,   0, 8065,   0, 4057,   0, /* 5240-5247 */
  5,   0, -4064,   0, -8058,   0, -11912,   0, /* 5248-5255 */
-15564,   0, -18950,   0, -22009,   0, -24698,   0, /* 5256-5263 */
-26955,   0, -28760,   0, -30067,   0, -30865,   0, /* 5264-5271 */
-31129,   0, -30861,   0, -30072,   0, -28757,   0, /* 5272-5279 */
-26960,   0, -24697,   0, -22009,   0, -18954,   0, /* 5280-5287 */
-15561,   0, -11921,   0, -8049,   0, -4071,   0, /* 5288-5295 */
  7,   0, 4055,   0, 8062,   0, 11909,   0, /* 5296-5303 */
15564,   0, 18951,   0, 22007,   0, 24696,   0, /* 5304-5311 */
26958,   0, 28756,   0, 30070,   0, 30857,   0, /* 5312-5319 */
31132,   0, 30854,   0, 30076,   0, 28743,   0, /* 5320-5327 */
26973,   0, 24675,   0, 22024,   0, 18937,   0, /* 5328-5335 */
15570,   0, 11907,   0, 8054,   0, 4063,   0, /* 5336-5343 */
 -5,   0, -4060,   0, -8064,   0, -11911,   0, /* 5344-5351 */
-15570,   0, -18949,   0, -22014,   0, -24698,   0, /* 5352-5359 */
-26960,   0, -28761,   0, -30069,   0, -30864,   0, /* 5360-5367 */
-31126,   0, -30866,   0, -30067,   0, -28756,   0, /* 5368-5375 */
-26963,   0, -24686,   0, -22019,   0, -18940,   0, /* 5376-5383 */
-15570,   0, -11906,   0, -8059,   0, -4059,   0, /* 5384-5391 */
  3,   0, 4063,   0, 8061,   0, 11914,   0, /* 5392-5399 */
15570,   0, 18950,   0, 22018,   0, 24694,   0, /* 5400-5407 */
26964,   0, 28758,   0, 30078,   0, 30855,   0, /* 5408-5415 */
31142,   0, 30857,   0, 30075,   0, 28763,   0, /* 5416-5423 */
26957,   0, 24700,   0, 22011,   0, 18953,   0, /* 5424-5431 */
15566,   0, 11912,   0, 8060,   0, 4059,   0, /* 5432-5439 */
  7,   0, -4067,   0, -8056,   0, -11914,   0, /* 5440-5447 */
-15564,   0, -18949,   0, -22010,   0, -24697,   0, /* 5448-5455 */
-26959,   0, -28757,   0, -30072,   0, -30858,   0, /* 5456-5463 */
-31134,   0, -30862,   0, -30070,   0, -28759,   0, /* 5464-5471 */
-26957,   0, -24700,   0, -22008,   0, -18955,   0, /* 5472-5479 */
-15561,   0, -11919,   0, -8052,   0, -4068,   0, /* 5480-5487 */
  1,   0, 4062,   0, 8055,   0, 11917,   0, /* 5488-5495 */
15557,   0, 18955,   0, 22002,   0, 24703,   0, /* 5496-5503 */
26950,   0, 28765,   0, 30059,   0, 30868,   0, /* 5504-5511 */
31119,   0, 30868,   0, 30061,   0, 28761,   0, /* 5512-5519 */
26952,   0, 24697,   0, 22007,   0, 18948,   0, /* 5520-5527 */
15563,   0, 11911,   0, 8054,   0, 4063,   0, /* 5528-5535 */
 -2,   0, -4066,   0, -8058,   0, -11916,   0, /* 5536-5543 */
-15565,   0, -18950,   0, -22012,   0, -24702,   0, /* 5544-5551 */
-26956,   0, -28761,   0, -30069,   0, -30864,   0, /* 5552-5559 */
-31127,   0, -30865,   0, -30064,   0, -28761,   0, /* 5560-5567 */
-26956,   0, -24696,   0, -22006,   0, -18952,   0, /* 5568-5575 */
-15558,   0, -11916,   0, -8051,   0, -4065,   0, /* 5576-5583 */
  6,   0, 4063,   0, 8061,   0, 11915,   0, /* 5584-5591 */
15566,   0, 18952,   0, 22017,   0, 24696,   0, /* 5592-5599 */
26963,   0, 28758,   0, 30073,   0, 30865,   0, /* 5600-5607 */
31128,   0, 30871,   0, 30064,   0, 28767,   0, /* 5608-5615 */
26957,   0, 24696,   0, 22015,   0, 18952,   0, /* 5616-5623 */
15563,   0, 11915,   0, 8056,   0, 4063,   0, /* 5624-5631 */
  1,   0, -4061,   0, -8064,   0, -11906,   0, /* 5632-5639 */
-15571,   0, -18946,   0, -22013,   0, -24695,   0, /* 5640-5647 */
-26960,   0, -28756,   0, -30072,   0, -30862,   0, /* 5648-5655 */
-31133,   0, -30859,   0, -30074,   0, -28756,   0, /* 5656-5663 */
-26960,   0, -24700,   0, -22009,   0, -18950,   0, /* 5664-5671 */
-15565,   0, -11916,   0, -8056,   0, -4066,   0, /* 5672-5679 */
  2,   0, 4060,   0, 8059,   0, 11910,   0, /* 5680-5687 */
15564,   0, 18951,   0, 22007,   0, 24698,   0, /* 5688-5695 */
26955,   0, 28760,   0, 30068,   0, 30858,   0, /* 5696-5703 */
31131,   0, 30858,   0, 30070,   0, 28754,   0, /* 5704-5711 */
26959,   0, 24691,   0, 22013,   0, 18945,   0, /* 5712-5719 */
15565,   0, 11912,   0, 8055,   0, 4062,   0, /* 5720-5727 */
  1,   0, -4069,   0, -8054,   0, -11919,   0, /* 5728-5735 */
-15561,   0, -18952,   0, -22012,   0, -24700,   0, /* 5736-5743 */
-26957,   0, -28760,   0, -30068,   0, -30865,   0, /* 5744-5751 */
-31127,   0, -30864,   0, -30065,   0, -28761,   0, /* 5752-5759 */
-26955,   0, -24700,   0, -22004,   0, -18950,   0, /* 5760-5767 */
-15562,   0, -11913,   0, -8053,   0, -4065,   0, /* 5768-5775 */
  9,   0, 4058,   0, 8064,   0, 11911,   0, /* 5776-5783 */
15572,   0, 18946,   0, 22019,   0, 24694,   0, /* 5784-5791 */
26960,   0, 28763,   0, 30072,   0, 30859,   0, /* 5792-5799 */
31138,   0, 30856,   0, 30079,   0, 28754,   0, /* 5800-5807 */
26963,   0, 24697,   0, 22009,   0, 18952,   0, /* 5808-5815 */
15565,   0, 11909,   0, 8065,   0, 4054,   0, /* 5816-5823 */
  7,   0, -4074,   0, -8046,   0, -11925,   0, /* 5824-5831 */
-15555,   0, -18958,   0, -22007,   0, -24702,   0, /* 5832-5839 */
-26953,   0, -28764,   0, -30065,   0, -30866,   0, /* 5840-5847 */
-31129,   0, -30864,   0, -30070,   0, -28761,   0, /* 5848-5855 */
-26956,   0, -24699,   0, -22011,   0, -18949,   0, /* 5856-5863 */
-15567,   0, -11915,   0, -8053,   0, -4070,   0, /* 5864-5871 */
  9,   0, 4054,   0, 8064,   0, 11909,   0, /* 5872-5879 */
15565,   0, 18953,   0, 22006,   0, 24699,   0, /* 5880-5887 */
26956,   0, 28760,   0, 30067,   0, 30862,   0, /* 5888-5895 */
31130,   0, 30861,   0, 30067,   0, 28759,   0, /* 5896-5903 */
26957,   0, 24693,   0, 22013,   0, 18945,   0, /* 5904-5911 */
15568,   0, 11911,   0, 8053,   0, 4069,   0, /* 5912-5919 */
 -7,   0, -4057,   0, -8064,   0, -11914,   0, /* 5920-5927 */
-15561,   0, -18953,   0, -22007,   0, -24703,   0, /* 5928-5935 */
-26957,   0, -28761,   0, -30065,   0, -30868,   0, /* 5936-5943 */
-31121,   0, -30871,   0, -30061,   0, -28763,   0, /* 5944-5951 */
-26954,   0, -24695,   0, -22011,   0, -18946,   0, /* 5952-5959 */
-15568,   0, -11908,   0, -8057,   0, -4061,   0, /* 5960-5967 */
  2,   0, 4063,   0, 8060,   0, 11912,   0, /* 5968-5975 */
15570,   0, 18946,   0, 22020,   0, 24692,   0, /* 5976-5983 */
26959,   0, 28761,   0, 30072,   0, 30859,   0, /* 5984-5991 */
31135,   0, 30859,   0, 30071,   0, 28761,   0, /* 5992-5999 */
26959,   0, 24694,   0, 22011,   0, 18954,   0, /* 6000-6007 */
15558,   0, 11917,   0, 8052,   0, 4065,   0, /* 6008-6015 */
 -3,   0, -4062,   0, -8061,   0, -11914,   0, /* 6016-6023 */
-15563,   0, -18954,   0, -22008,   0, -24701,   0, /* 6024-6031 */
-26956,   0, -28761,   0, -30070,   0, -30859,   0, /* 6032-6039 */
-31137,   0, -30857,   0, -30076,   0, -28757,   0, /* 6040-6047 */
-26958,   0, -24695,   0, -22012,   0, -18950,   0, /* 6048-6055 */
-15565,   0, -11915,   0, -8052,   0, -4068,   0, /* 6056-6063 */
  6,   0, 4057,   0, 8064,   0, 11910,   0, /* 6064-6071 */
15566,   0, 18952,   0, 22009,   0, 24697,   0, /* 6072-6079 */
26962,   0, 28754,   0, 30075,   0, 30858,   0, /* 6080-6087 */
31131,   0, 30862,   0, 30068,   0, 28759,   0, /* 6088-6095 */
26959,   0, 24693,   0, 22012,   0, 18950,   0, /* 6096-6103 */
15565,   0, 11913,   0, 8057,   0, 4062,   0, /* 6104-6111 */
  1,   0, -4066,   0, -8056,   0, -11914,   0, /* 6112-6119 */
-15564,   0, -18949,   0, -22014,   0, -24695,   0, /* 6120-6127 */
-26964,   0, -28749,   0, -30080,   0, -30855,   0, /* 6128-6135 */
-31131,   0, -30866,   0, -30059,   0, -28768,   0, /* 6136-6143 */
-26951,   0, -24701,   0, -22005,   0, -18954,   0, /* 6144-6151 */
-15556,   0, -11920,   0, -8051,   0, -4064,   0, /* 6152-6159 */
  3,   0, 4060,   0, 8065,   0, 11902,   0, /* 6160-6167 */
15579,   0, 18938,   0, 22025,   0, 24686,   0, /* 6168-6175 */
26964,   0, 28758,   0, 30068,   0, 30865,   0, /* 6176-6183 */
31124,   0, 30869,   0, 30064,   0, 28761,   0, /* 6184-6191 */
26961,   0, 24690,   0, 22013,   0, 18949,   0, /* 6192-6199 */
15562,   0, 11913,   0, 8054,   0, 4064,   0, /* 6200-6207 */
 -2,   0, -4066,   0, -8056,   0, -11920,   0, /* 6208-6215 */
-15562,   0, -18951,   0, -22015,   0, -24693,   0, /* 6216-6223 */
-26962,   0, -28757,   0, -30071,   0, -30861,   0, /* 6224-6231 */
-31134,   0, -30860,   0, -30070,   0, -28764,   0, /* 6232-6239 */
-26950,   0, -24704,   0, -22005,   0, -18951,   0, /* 6240-6247 */
-15567,   0, -11909,   0, -8061,   0, -4057,   0, /* 6248-6255 */
 -4,   0, 4067,   0, 8060,   0, 11912,   0, /* 6256-6263 */
15566,   0, 18952,   0, 22011,   0, 24695,   0, /* 6264-6271 */
26966,   0, 28752,   0, 30078,   0, 30855,   0, /* 6272-6279 */
31138,   0, 30856,   0, 30075,   0, 28753,   0, /* 6280-6287 */
26962,   0, 24694,   0, 22015,   0, 18946,   0, /* 6288-6295 */
15570,   0, 11909,   0, 8060,   0, 4062,   0, /* 6296-6303 */
  2,   0, -4065,   0, -8056,   0, -11915,   0, /* 6304-6311 */
-15564,   0, -18951,   0, -22007,   0, -24705,   0, /* 6312-6319 */
-26950,   0, -28770,   0, -30060,   0, -30870,   0, /* 6320-6327 */
-31125,   0, -30860,   0, -30075,   0, -28752,   0, /* 6328-6335 */
-26964,   0, -24694,   0, -22009,   0, -18952,   0, /* 6336-6343 */
-15561,   0, -11916,   0, -8051,   0, -4069,   0, /* 6344-6351 */
  7,   0, 4058,   0, 8060,   0, 11913,   0, /* 6352-6359 */
15565,   0, 18949,   0, 22013,   0, 24696,   0, /* 6360-6367 */
26955,   0, 28765,   0, 30060,   0, 30869,   0, /* 6368-6375 */
31123,   0, 30870,   0, 30060,   0, 28765,   0, /* 6376-6383 */
26952,   0, 24701,   0, 22005,   0, 18953,   0, /* 6384-6391 */
15559,   0, 11911,   0, 8060,   0, 4056,   0, /* 6392-6399 */
  3,   0, -4067,   0, -8059,   0, -11914,   0, /* 6400-6407 */
-15567,   0, -18950,   0, -22012,   0, -24698,   0, /* 6408-6415 */
-26957,   0, -28761,   0, -30068,   0, -30864,   0, /* 6416-6423 */
-31131,   0, -30860,   0, -30072,   0, -28756,   0, /* 6424-6431 */
-26961,   0, -24694,   0, -22010,   0, -18948,   0, /* 6432-6439 */
-15567,   0, -11909,   0, -8061,   0, -4056,   0, /* 6440-6447 */
 -2,   0, 4066,   0, 8061,   0, 11910,   0, /* 6448-6455 */
15573,   0, 18942,   0, 22024,   0, 24684,   0, /* 6456-6463 */
26974,   0, 28751,   0, 30074,   0, 30864,   0, /* 6464-6471 */
31125,   0, 30870,   0, 30066,   0, 28759,   0, /* 6472-6479 */
26961,   0, 24694,   0, 22012,   0, 18953,   0, /* 6480-6487 */
15563,   0, 11912,   0, 8061,   0, 4058,   0, /* 6488-6495 */
  6,   0, -4067,   0, -8056,   0, -11914,   0, /* 6496-6503 */
-15567,   0, -18945,   0, -22017,   0, -24692,   0, /* 6504-6511 */
-26965,   0, -28755,   0, -30074,   0, -30860,   0, /* 6512-6519 */
-31129,   0, -30864,   0, -30066,   0, -28763,   0, /* 6520-6527 */
-26957,   0, -24695,   0, -22011,   0, -18950,   0, /* 6528-6535 */
-15566,   0, -11911,   0, -8059,   0, -4059,   0, /* 6536-6543 */
 -5,   0, 4068,   0, 8052,   0, 11919,   0, /* 6544-6551 */
15557,   0, 18956,   0, 22009,   0, 24698,   0, /* 6552-6559 */
26956,   0, 28759,   0, 30069,   0, 30860,   0, /* 6560-6567 */
31131,   0, 30862,   0, 30065,   0, 28765,   0, /* 6568-6575 */
26952,   0, 24699,   0, 22009,   0, 18946,   0, /* 6576-6583 */
15567,   0, 11905,   0, 8065,   0, 4053,   0, /* 6584-6591 */
  6,   0, -4071,   0, -8056,   0, -11914,   0, /* 6592-6599 */
-15566,   0, -18951,   0, -22012,   0, -24695,   0, /* 6600-6607 */
-26959,   0, -28760,   0, -30066,   0, -30867,   0, /* 6608-6615 */
-31125,   0, -30865,   0, -30070,   0, -28760,   0, /* 6616-6623 */
-26951,   0, -24703,   0, -22003,   0, -18954,   0, /* 6624-6631 */
-15563,   0, -11909,   0, -8061,   0, -4055,   0, /* 6632-6639 */
 -6,   0, 4073,   0, 8054,   0, 11917,   0, /* 6640-6647 */
15566,   0, 18950,   0, 22014,   0, 24697,   0, /* 6648-6655 */
26960,   0, 28763,   0, 30066,   0, 30868,   0, /* 6656-6663 */
31125,   0, 30870,   0, 30062,   0, 28765,   0, /* 6664-6671 */
26952,   0, 24703,   0, 22007,   0, 18953,   0, /* 6672-6679 */
15562,   0, 11916,   0, 8054,   0, 4067,   0, /* 6680-6687 */
 -7,   0, -4057,   0, -8062,   0, -11912,   0, /* 6688-6695 */
-15566,   0, -18949,   0, -22014,   0, -24696,   0, /* 6696-6703 */
-26964,   0, -28757,   0, -30069,   0, -30866,   0, /* 6704-6711 */
-31127,   0, -30864,   0, -30070,   0, -28758,   0, /* 6712-6719 */
-26959,   0, -24700,   0, -22005,   0, -18955,   0, /* 6720-6727 */
-15561,   0, -11915,   0, -8056,   0, -4064,   0, /* 6728-6735 */
  0,   0, 4063,   0, 8057,   0, 11913,   0, /* 6736-6743 */
15565,   0, 18947,   0, 22016,   0, 24691,   0, /* 6744-6751 */
26962,   0, 28757,   0, 30067,   0, 30867,   0, /* 6752-6759 */
31121,   0, 30872,   0, 30060,   0, 28766,   0, /* 6760-6767 */
26955,   0, 24694,   0, 22015,   0, 18944,   0, /* 6768-6775 */
15567,   0, 11910,   0, 8057,   0, 4064,   0, /* 6776-6783 */
 -4,   0, -4062,   0, -8060,   0, -11912,   0, /* 6784-6791 */
-15568,   0, -18945,   0, -22019,   0, -24687,   0, /* 6792-6799 */
-26967,   0, -28751,   0, -30073,   0, -30862,   0, /* 6800-6807 */
-31127,   0, -30865,   0, -30066,   0, -28760,   0, /* 6808-6815 */
-26957,   0, -24695,   0, -22009,   0, -18952,   0, /* 6816-6823 */
-15558,   0, -11920,   0, -8048,   0, -4067,   0, /* 6824-6831 */
  4,   0, 4064,   0, 8063,   0, 11906,   0, /* 6832-6839 */
15577,   0, 18940,   0, 22023,   0, 24688,   0, /* 6840-6847 */
26966,   0, 28760,   0, 30067,   0, 30865,   0, /* 6848-6855 */
31127,   0, 30867,   0, 30066,   0, 28759,   0, /* 6856-6863 */
26959,   0, 24693,   0, 22015,   0, 18949,   0, /* 6864-6871 */
15560,   0, 11921,   0, 8047,   0, 4072,   0, /* 6872-6879 */
-10,   0, -4056,   0, -8065,   0, -11909,   0, /* 6880-6887 */
-15567,   0, -18950,   0, -22016,   0, -24692,   0, /* 6888-6895 */
-26967,   0, -28753,   0, -30074,   0, -30865,   0, /* 6896-6903 */
-31125,   0, -30867,   0, -30065,   0, -28762,   0, /* 6904-6911 */
-26959,   0, -24696,   0, -22012,   0, -18947,   0, /* 6912-6919 */
-15568,   0, -11908,   0, -8063,   0, -4057,   0, /* 6920-6927 */
 -5,   0, 4066,   0, 8055,   0, 11917,   0, /* 6928-6935 */
15559,   0, 18955,   0, 22008,   0, 24700,   0, /* 6936-6943 */
26954,   0, 28763,   0, 30064,   0, 30866,   0, /* 6944-6951 */
31129,   0, 30860,   0, 30073,   0, 28754,   0, /* 6952-6959 */
26965,   0, 24689,   0, 22016,   0, 18944,   0, /* 6960-6967 */
15569,   0, 11906,   0, 8062,   0, 4059,   0, /* 6968-6975 */
  0,   0, -4063,   0, -8060,   0, -11914,   0, /* 6976-6983 */
-15560,   0, -18957,   0, -22006,   0, -24699,   0, /* 6984-6991 */
-26958,   0, -28756,   0, -30072,   0, -30861,   0, /* 6992-6999 */
-31131,   0, -30858,   0, -30075,   0, -28752,   0, /* 7000-7007 */
-26963,   0, -24692,   0, -22009,   0, -18952,   0, /* 7008-7015 */
-15560,   0, -11916,   0, -8055,   0, -4060,   0, /* 7016-7023 */
  0,   0, 4066,   0, 8059,   0, 11912,   0, /* 7024-7031 */
15567,   0, 18951,   0, 22014,   0, 24693,   0, /* 7032-7039 */
26967,   0, 28751,   0, 30079,   0, 30854,   0, /* 7040-7047 */
31136,   0, 30861,   0, 30067,   0, 28761,   0, /* 7048-7055 */
26956,   0, 24697,   0, 22012,   0, 18947,   0, /* 7056-7063 */
15566,   0, 11912,   0, 8058,   0, 4061,   0, /* 7064-7071 */
  1,   0, -4068,   0, -8054,   0, -11918,   0, /* 7072-7079 */
-15562,   0, -18951,   0, -22013,   0, -24698,   0, /* 7080-7087 */
-26963,   0, -28754,   0, -30078,   0, -30852,   0, /* 7088-7095 */
-31141,   0, -30854,   0, -30074,   0, -28757,   0, /* 7096-7103 */
-26961,   0, -24693,   0, -22016,   0, -18943,   0, /* 7104-7111 */
-15571,   0, -11908,   0, -8061,   0, -4059,   0, /* 7112-7119 */
 -3,   0, 4066,   0, 8053,   0, 11917,   0, /* 7120-7127 */
15561,   0, 18951,   0, 22015,   0, 24692,   0, /* 7128-7135 */
26959,   0, 28762,   0, 30063,   0, 30869,   0, /* 7136-7143 */
31125,   0, 30864,   0, 30069,   0, 28759,   0, /* 7144-7151 */
26960,   0, 24693,   0, 22012,   0, 18950,   0, /* 7152-7159 */
15560,   0, 11916,   0, 8053,   0, 4063,   0, /* 7160-7167 */
  2,   0, -4068,   0, -8055,   0, -11917,   0, /* 7168-7175 */
-15564,   0, -18948,   0, -22013,   0, -24695,   0, /* 7176-7183 */
-26958,   0, -28762,   0, -30062,   0, -30872,   0, /* 7184-7191 */
-31120,   0, -30867,   0, -30069,   0, -28757,   0, /* 7192-7199 */
-26958,   0, -24695,   0, -22010,   0, -18948,   0, /* 7200-7207 */
-15565,   0, -11912,   0, -8054,   0, -4065,   0, /* 7208-7215 */
  6,   0, 4062,   0, 8061,   0, 11911,   0, /* 7216-7223 */
15567,   0, 18954,   0, 22010,   0, 24699,   0, /* 7224-7231 */
26958,   0, 28760,   0, 30071,   0, 30861,   0, /* 7232-7239 */
31133,   0, 30860,   0, 30070,   0, 28755,   0, /* 7240-7247 */
26962,   0, 24693,   0, 22015,   0, 18944,   0, /* 7248-7255 */
15568,   0, 11911,   0, 8059,   0, 4062,   0, /* 7256-7263 */
 -2,   0, -4065,   0, -8057,   0, -11914,   0, /* 7264-7271 */
-15565,   0, -18952,   0, -22010,   0, -24702,   0, /* 7272-7279 */
-26956,   0, -28763,   0, -30069,   0, -30864,   0, /* 7280-7287 */
-31127,   0, -30863,   0, -30070,   0, -28759,   0, /* 7288-7295 */
-26959,   0, -24699,   0, -22006,   0, -18956,   0, /* 7296-7303 */
-15559,   0, -11916,   0, -8056,   0, -4061,   0, /* 7304-7311 */
 -2,   0, 4061,   0, 8061,   0, 11910,   0, /* 7312-7319 */
15568,   0, 18950,   0, 22007,   0, 24702,   0, /* 7320-7327 */
26953,   0, 28763,   0, 30064,   0, 30866,   0, /* 7328-7335 */
31127,   0, 30867,   0, 30063,   0, 28764,   0, /* 7336-7343 */
26955,   0, 24697,   0, 22012,   0, 18946,   0, /* 7344-7351 */
15567,   0, 11907,   0, 8061,   0, 4059,   0, /* 7352-7359 */
  1,   0, -4066,   0, -8056,   0, -11916,   0, /* 7360-7367 */
-15562,   0, -18953,   0, -22008,   0, -24700,   0, /* 7368-7375 */
-26954,   0, -28762,   0, -30067,   0, -30863,   0, /* 7376-7383 */
-31130,   0, -30860,   0, -30073,   0, -28753,   0, /* 7384-7391 */
-26965,   0, -24685,   0, -22021,   0, -18937,   0, /* 7392-7399 */
-15574,   0, -11904,   0, -8063,   0, -4057,   0, /* 7400-7407 */
 -1,   0, 4068,   0, 8056,   0, 11915,   0, /* 7408-7415 */
15564,   0, 18955,   0, 22009,   0, 24700,   0, /* 7416-7423 */
26957,   0, 28763,   0, 30067,   0, 30865,   0, /* 7424-7431 */
31129,   0, 30863,   0, 30069,   0, 28757,   0, /* 7432-7439 */
26959,   0, 24695,   0, 22013,   0, 18947,   0, /* 7440-7447 */
15568,   0, 11907,   0, 8064,   0, 4057,   0, /* 7448-7455 */
  2,   0, -4065,   0, -8059,   0, -11912,   0, /* 7456-7463 */
-15568,   0, -18948,   0, -22014,   0, -24699,   0, /* 7464-7471 */
-26958,   0, -28763,   0, -30066,   0, -30868,   0, /* 7472-7479 */
-31124,   0, -30868,   0, -30065,   0, -28763,   0, /* 7480-7487 */
-26956,   0, -24700,   0, -22007,   0, -18952,   0, /* 7488-7495 */
-15566,   0, -11909,   0, -8062,   0, -4057,   0, /* 7496-7503 */
 -6,   0, 4069,   0, 8052,   0, 11919,   0, /* 7504-7511 */
15558,   0, 18955,   0, 22010,   0, 24695,   0, /* 7512-7519 */
26961,   0, 28754,   0, 30074,   0, 30860,   0, /* 7520-7527 */
31127,   0, 30866,   0, 30065,   0, 28764,   0, /* 7528-7535 */
26956,   0, 24696,   0, 22010,   0, 18949,   0, /* 7536-7543 */
15565,   0, 11908,   0, 8061,   0, 4060,   0, /* 7544-7551 */
 -2,   0, -4062,   0, -8060,   0, -11914,   0, /* 7552-7559 */
-15563,   0, -18953,   0, -22007,   0, -24699,   0, /* 7560-7567 */
-26956,   0, -28762,   0, -30066,   0, -30862,   0, /* 7568-7575 */
-31130,   0, -30861,   0, -30073,   0, -28754,   0, /* 7576-7583 */
-26958,   0, -24697,   0, -22008,   0, -18949,   0, /* 7584-7591 */
-15566,   0, -11906,   0, -8064,   0, -4054,   0, /* 7592-7599 */
 -5,   0, 4069,   0, 8057,   0, 11916,   0, /* 7600-7607 */
15562,   0, 18956,   0, 22009,   0, 24699,   0, /* 7608-7615 */
26959,   0, 28760,   0, 30071,   0, 30862,   0, /* 7616-7623 */
31131,   0, 30860,   0, 30071,   0, 28756,   0, /* 7624-7631 */
26962,   0, 24691,   0, 22015,   0, 18946,   0, /* 7632-7639 */
15566,   0, 11914,   0, 8055,   0, 4064,   0, /* 7640-7647 */
 -1,   0, -4065,   0, -8056,   0, -11917,   0, /* 7648-7655 */
-15563,   0, -18953,   0, -22009,   0, -24701,   0, /* 7656-7663 */
-26959,   0, -28759,   0, -30074,   0, -30859,   0, /* 7664-7671 */
-31131,   0, -30862,   0, -30067,   0, -28765,   0, /* 7672-7679 */
-26954,   0, -24698,   0, -22011,   0, -18949,   0, /* 7680-7687 */
-15567,   0, -11910,   0, -8059,   0, -4061,   0, /* 7688-7695 */
 -1,   0, 4063,   0, 8059,   0, 11911,   0, /* 7696-7703 */
15566,   0, 18949,   0, 22012,   0, 24699,   0, /* 7704-7711 */
26953,   0, 28762,   0, 30068,   0, 30858,   0, /* 7712-7719 */
31138,   0, 30853,   0, 30076,   0, 28753,   0, /* 7720-7727 */
26965,   0, 24691,   0, 22013,   0, 18948,   0, /* 7728-7735 */
15564,   0, 11910,   0, 8059,   0, 4060,   0, /* 7736-7743 */
 -1,   0, -4064,   0, -8056,   0, -11918,   0, /* 7744-7751 */
-15562,   0, -18952,   0, -22010,   0, -24694,   0, /* 7752-7759 */
-26959,   0, -28760,   0, -30069,   0, -30861,   0, /* 7760-7767 */
-31129,   0, -30862,   0, -30068,   0, -28765,   0, /* 7768-7775 */
-26948,   0, -24704,   0, -22003,   0, -18953,   0, /* 7776-7783 */
-15561,   0, -11915,   0, -8054,   0, -4061,   0, /* 7784-7791 */
 -2,   0, 4072,   0, 8050,   0, 11921,   0, /* 7792-7799 */
15561,   0, 18955,   0, 22010,   0, 24699,   0, /* 7800-7807 */
26957,   0, 28765,   0, 30065,   0, 30865,   0, /* 7808-7815 */
31132,   0, 30859,   0, 30071,   0, 28756,   0, /* 7816-7823 */
26960,   0, 24694,   0, 22014,   0, 18946,   0, /* 7824-7831 */
15567,   0, 11911,   0, 8059,   0, 4060,   0, /* 7832-7839 */
  1,   0, -4065,   0, -8057,   0, -11914,   0, /* 7840-7847 */
-15567,   0, -18949,   0, -22014,   0, -24698,   0, /* 7848-7855 */
-26960,   0, -28760,   0, -30069,   0, -30866,   0, /* 7856-7863 */
-31127,   0, -30863,   0, -30068,   0, -28761,   0, /* 7864-7871 */
-26959,   0, -24696,   0, -22013,   0, -18945,   0, /* 7872-7879 */
-15570,   0, -11907,   0, -8064,   0, -4058,   0, /* 7880-7887 */
 -3,   0, 4065,   0, 8059,   0, 11908,   0, /* 7888-7895 */
15570,   0, 18947,   0, 22013,   0, 24696,   0, /* 7896-7903 */
26956,   0, 28763,   0, 30065,   0, 30863,   0, /* 7904-7911 */
31130,   0, 30861,   0, 30070,   0, 28760,   0, /* 7912-7919 */
26957,   0, 24699,   0, 22007,   0, 18952,   0, /* 7920-7927 */
15560,   0, 11915,   0, 8056,   0, 4059,   0, /* 7928-7935 */
  5,   0, -4071,   0, -8053,   0, -11916,   0, /* 7936-7943 */
-15566,   0, -18948,   0, -22012,   0, -24693,   0, /* 7944-7951 */
-26963,   0, -28753,   0, -30075,   0, -30856,   0, /* 7952-7959 */
-31134,   0, -30859,   0, -30073,   0, -28756,   0, /* 7960-7967 */
-26958,   0, -24694,   0, -22012,   0, -18946,   0, /* 7968-7975 */
-15565,   0, -11912,   0, -8056,   0, -4062,   0, /* 7976-7983 */
  2,   0, 4064,   0, 8063,   0, 11910,   0, /* 7984-7991 */
15566,   0, 18951,   0, 22013,   0, 24696,   0, /* 7992-7999 */
26964,   0, 28757,   0, 30072,   0, 30860,   0, /* 8000-8007 */
31133,   0, 30861,   0, 30068,   0, 28761,   0, /* 8008-8015 */
26954,   0, 24700,   0, 22008,   0, 18949,   0, /* 8016-8023 */
15567,   0, 11909,   0, 8061,   0, 4058,   0, /* 8024-8031 */
  2,   0, -4064,   0, -8061,   0, -11909,   0, /* 8032-8039 */
-15570,   0, -18949,   0, -22013,   0, -24698,   0, /* 8040-8047 */
-26961,   0, -28759,   0, -30070,   0, -30865,   0, /* 8048-8055 */
-31124,   0, -30870,   0, -30062,   0, -28765,   0, /* 8056-8063 */
-26956,   0, -24697,   0, -22011,   0, -18949,   0, /* 8064-8071 */
-15567,   0, -11911,   0, -8058,   0, -4063,   0, /* 8072-8079 */
  2,   0, 4060,   0, 8058,   0, 11914,   0, /* 8080-8087 */
15567,   0, 18945,   0, 22020,   0, 24686,   0, /* 8088-8095 */
26964,   0, 28760,   0, 30064,   0, 30866,   0, /* 8096-8103 */
31127,   0, 30863,   0, 30069,   0, 28761,   0, /* 8104-8111 */
26957,   0, 24696,   0, 22010,   0, 18949,   0, /* 8112-8119 */
15565,   0, 11913,   0, 8052,   0, 4069,   0, /* 8120-8127 */
-11,   0, -4053,   0, -8069,   0, -11903,   0, /* 8128-8135 */
-15574,   0, -18944,   0, -22015,   0, -24695,   0, /* 8136-8143 */
-26957,   0, -28757,   0, -30073,   0, -30859,   0, /* 8144-8151 */
-31133,   0, -30858,   0, -30073,   0, -28756,   0, /* 8152-8159 */
-26958,   0, -24699,   0, -22002,   0, -18957,   0, /* 8160-8167 */
-15557,   0, -11916,   0, -8055,   0, -4058,   0, /* 8168-8175 */
 -4,   0, 4069,   0, 8057,   0, 11916,   0, /* 8176-8183 */
15564,   0, 18951,   0, 22014,   0, 24697,   0, /* 8184-8191 */
26958,   0, 28763,   0, 30066,   0, 30868,   0, /* 8192-8199 */
31126,   0, 30862,   0, 30073,   0, 28754,   0, /* 8200-8207 */
26962,   0, 24690,   0, 22015,   0, 18946,   0, /* 8208-8215 */
15571,   0, 11904,   0, 8065,   0, 4056,   0, /* 8216-8223 */
  2,   0, -4063,   0, -8060,   0, -11914,   0, /* 8224-8231 */
-15561,   0, -18957,   0, -22007,   0, -24703,   0, /* 8232-8239 */
-26958,   0, -28758,   0, -30073,   0, -30862,   0, /* 8240-8247 */
-31131,   0, -30859,   0, -30072,   0, -28757,   0, /* 8248-8255 */
-26961,   0, -24696,   0, -22011,   0, -18947,   0, /* 8256-8263 */
-15569,   0, -11908,   0, -8064,   0, -4054,   0, /* 8264-8271 */
-10,   0, 4073,   0, 8050,   0, 11918,   0, /* 8272-8279 */
15561,   0, 18952,   0, 22011,   0, 24699,   0, /* 8280-8287 */
26954,   0, 28763,   0, 30063,   0, 30867,   0, /* 8288-8295 */
31126,   0, 30865,   0, 30067,   0, 28759,   0, /* 8296-8303 */
26961,   0, 24691,   0, 22015,   0, 18948,   0, /* 8304-8311 */
15563,   0, 11911,   0, 8059,   0, 4059,   0, /* 8312-8319 */
  0,   0, -4061,   0, -8064,   0, -11908,   0, /* 8320-8327 */
-15570,   0, -18947,   0, -22013,   0, -24694,   0, /* 8328-8335 */
-26958,   0, -28760,   0, -30068,   0, -30863,   0, /* 8336-8343 */
-31127,   0, -30864,   0, -30070,   0, -28758,   0, /* 8344-8351 */
-26957,   0, -24694,   0, -22010,   0, -18952,   0, /* 8352-8359 */
-15560,   0, -11914,   0, -8055,   0, -4061,   0, /* 8360-8367 */
  0,   0, 4067,   0, 8059,   0, 11910,   0, /* 8368-8375 */
15573,   0, 18942,   0, 22023,   0, 24687,   0, /* 8376-8383 */
26967,   0, 28758,   0, 30070,   0, 30864,   0, /* 8384-8391 */
31129,   0, 30863,   0, 30066,   0, 28764,   0, /* 8392-8399 */
26951,   0, 24703,   0, 22006,   0, 18950,   0, /* 8400-8407 */
15568,   0, 11906,   0, 8063,   0, 4059,   0, /* 8408-8415 */
  1,   0, -4065,   0, -8058,   0, -11912,   0, /* 8416-8423 */
-15569,   0, -18947,   0, -22016,   0, -24696,   0, /* 8424-8431 */
-26962,   0, -28758,   0, -30072,   0, -30864,   0, /* 8432-8439 */
-31126,   0, -30869,   0, -30062,   0, -28765,   0, /* 8440-8447 */
-26956,   0, -24698,   0, -22012,   0, -18946,   0, /* 8448-8455 */
-15568,   0, -11911,   0, -8058,   0, -4063,   0, /* 8456-8463 */
  0,   0, 4063,   0, 8059,   0, 11909,   0, /* 8464-8471 */
15571,   0, 18943,   0, 22018,   0, 24692,   0, /* 8472-8479 */
26959,   0, 28760,   0, 30070,   0, 30857,   0, /* 8480-8487 */
31134,   0, 30861,   0, 30067,   0, 28763,   0, /* 8488-8495 */
26955,   0, 24697,   0, 22012,   0, 18948,   0, /* 8496-8503 */
15564,   0, 11911,   0, 8056,   0, 4065,   0, /* 8504-8511 */
 -4,   0, -4061,   0, -8061,   0, -11913,   0, /* 8512-8519 */
-15565,   0, -18951,   0, -22010,   0, -24697,   0, /* 8520-8527 */
-26956,   0, -28762,   0, -30066,   0, -30865,   0, /* 8528-8535 */
-31127,   0, -30862,   0, -30072,   0, -28756,   0, /* 8536-8543 */
-26959,   0, -24694,   0, -22011,   0, -18948,   0, /* 8544-8551 */
-15564,   0, -11911,   0, -8057,   0, -4060,   0, /* 8552-8559 */
  0,   0, 4066,   0, 8059,   0, 11916,   0, /* 8560-8567 */
15563,   0, 18953,   0, 22011,   0, 24698,   0, /* 8568-8575 */
26961,   0, 28758,   0, 30071,   0, 30862,   0, /* 8576-8583 */
31132,   0, 30861,   0, 30069,   0, 28759,   0, /* 8584-8591 */
26956,   0, 24698,   0, 22008,   0, 18954,   0, /* 8592-8599 */
15562,   0, 11913,   0, 8055,   0, 4064,   0, /* 8600-8607 */
  1,   0, -4067,   0, -8053,   0, -11921,   0, /* 8608-8615 */
-15560,   0, -18952,   0, -22013,   0, -24696,   0, /* 8616-8623 */
-26963,   0, -28758,   0, -30074,   0, -30857,   0, /* 8624-8631 */
-31135,   0, -30858,   0, -30074,   0, -28756,   0, /* 8632-8639 */
-26961,   0, -24694,   0, -22012,   0, -18952,   0, /* 8640-8647 */
-15562,   0, -11914,   0, -8055,   0, -4066,   0, /* 8648-8655 */
  3,   0, 4059,   0, 8063,   0, 11908,   0, /* 8656-8663 */
15566,   0, 18951,   0, 22011,   0, 24697,   0, /* 8664-8671 */
26957,   0, 28759,   0, 30069,   0, 30862,   0, /* 8672-8679 */
31128,   0, 30865,   0, 30065,   0, 28764,   0, /* 8680-8687 */
26956,   0, 24696,   0, 22012,   0, 18946,   0, /* 8688-8695 */
15567,   0, 11911,   0, 8058,   0, 4062,   0, /* 8696-8703 */
 -4,   0, -4060,   0, -8062,   0, -11908,   0, /* 8704-8711 */
-15572,   0, -18945,   0, -22012,   0, -24698,   0, /* 8712-8719 */
-26955,   0, -28763,   0, -30065,   0, -30863,   0, /* 8720-8727 */
-31130,   0, -30861,   0, -30072,   0, -28756,   0, /* 8728-8735 */
-26958,   0, -24696,   0, -22009,   0, -18950,   0, /* 8736-8743 */
-15561,   0, -11917,   0, -8051,   0, -4065,   0, /* 8744-8751 */
  5,   0, 4063,   0, 8061,   0, 11910,   0, /* 8752-8759 */
15571,   0, 18946,   0, 22017,   0, 24695,   0, /* 8760-8767 */
26961,   0, 28760,   0, 30067,   0, 30868,   0, /* 8768-8775 */
31126,   0, 30865,   0, 30069,   0, 28756,   0, /* 8776-8783 */
26960,   0, 24698,   0, 22005,   0, 18956,   0, /* 8784-8791 */
15561,   0, 11912,   0, 8061,   0, 4057,   0, /* 8792-8799 */
  3,   0, -4065,   0, -8057,   0, -11914,   0, /* 8800-8807 */
-15566,   0, -18950,   0, -22012,   0, -24698,   0, /* 8808-8815 */
-26961,   0, -28758,   0, -30075,   0, -30858,   0, /* 8816-8823 */
-31132,   0, -30861,   0, -30072,   0, -28756,   0, /* 8824-8831 */
-26963,   0, -24693,   0, -22013,   0, -18948,   0, /* 8832-8839 */
-15566,   0, -11912,   0, -8058,   0, -4061,   0, /* 8840-8847 */
 -4,   0, 4067,   0, 8052,   0, 11919,   0, /* 8848-8855 */
15562,   0, 18948,   0, 22016,   0, 24692,   0, /* 8856-8863 */
26962,   0, 28758,   0, 30066,   0, 30865,   0, /* 8864-8871 */
31128,   0, 30863,   0, 30067,   0, 28764,   0, /* 8872-8879 */
26954,   0, 24698,   0, 22009,   0, 18949,   0, /* 8880-8887 */
15567,   0, 11908,   0, 8060,   0, 4057,   0, /* 8888-8895 */
  6,   0, -4071,   0, -8052,   0, -11918,   0, /* 8896-8903 */
-15564,   0, -18951,   0, -22008,   0, -24701,   0, /* 8904-8911 */
-26953,   0, -28762,   0, -30067,   0, -30864,   0, /* 8912-8919 */
-31125,   0, -30867,   0, -30067,   0, -28759,   0, /* 8920-8927 */
-26956,   0, -24697,   0, -22009,   0, -18949,   0, /* 8928-8935 */
-15566,   0, -11909,   0, -8058,   0, -4060,   0, /* 8936-8943 */
  0,   0, 4067,   0, 8056,   0, 11916,   0, /* 8944-8951 */
15566,   0, 18950,   0, 22015,   0, 24693,   0, /* 8952-8959 */
26966,   0, 28752,   0, 30079,   0, 30853,   0, /* 8960-8967 */
31139,   0, 30856,   0, 30073,   0, 28757,   0, /* 8968-8975 */
26957,   0, 24700,   0, 22002,   0, 18961,   0, /* 8976-8983 */
15554,   0, 11919,   0, 8056,   0, 4059,   0, /* 8984-8991 */
  3,   0, -4065,   0, -8061,   0, -11909,   0, /* 8992-8999 */
-15569,   0, -18947,   0, -22016,   0, -24696,   0, /* 9000-9007 */
-26962,   0, -28758,   0, -30071,   0, -30866,   0, /* 9008-9015 */
-31125,   0, -30867,   0, -30066,   0, -28763,   0, /* 9016-9023 */
-26954,   0, -24704,   0, -22002,   0, -18960,   0, /* 9024-9031 */
-15555,   0, -11917,   0, -8059,   0, -4058,   0, /* 9032-9039 */
 -7,   0, 4070,   0, 8055,   0, 11911,   0, /* 9040-9047 */
15567,   0, 18949,   0, 22009,   0, 24703,   0, /* 9048-9055 */
26950,   0, 28768,   0, 30060,   0, 30867,   0, /* 9056-9063 */
31126,   0, 30865,   0, 30068,   0, 28759,   0, /* 9064-9071 */
26962,   0, 24689,   0, 22015,   0, 18949,   0, /* 9072-9079 */
15562,   0, 11915,   0, 8052,   0, 4065,   0, /* 9080-9087 */
 -1,   0, -4063,   0, -8059,   0, -11914,   0, /* 9088-9095 */
-15566,   0, -18950,   0, -22008,   0, -24702,   0, /* 9096-9103 */
-26949,   0, -28769,   0, -30060,   0, -30868,   0, /* 9104-9111 */
-31128,   0, -30859,   0, -30075,   0, -28754,   0, /* 9112-9119 */
-26957,   0, -24698,   0, -22006,   0, -18953,   0, /* 9120-9127 */
-15563,   0, -11911,   0, -8055,   0, -4064,   0, /* 9128-9135 */
  4,   0, 4062,   0, 8062,   0, 11911,   0, /* 9136-9143 */
15570,   0, 18946,   0, 22018,   0, 24693,   0, /* 9144-9151 */
26960,   0, 28764,   0, 30064,   0, 30870,   0, /* 9152-9159 */
31124,   0, 30865,   0, 30069,   0, 28757,   0, /* 9160-9167 */
26962,   0, 24690,   0, 22017,   0, 18945,   0, /* 9168-9175 */
15568,   0, 11909,   0, 8060,   0, 4060,   0, /* 9176-9183 */
  0,   0, -4064,   0, -8059,   0, -11912,   0, /* 9184-9191 */
-15567,   0, -18949,   0, -22015,   0, -24695,   0, /* 9192-9199 */
-26961,   0, -28761,   0, -30067,   0, -30869,   0, /* 9200-9207 */
-31124,   0, -30864,   0, -30071,   0, -28757,   0, /* 9208-9215 */
-26961,   0, -24696,   0, -22012,   0, -18946,   0, /* 9216-9223 */
-15569,   0, -11908,   0, -8060,   0, -4062,   0, /* 9224-9231 */
 -1,   0, 4065,   0, 8057,   0, 11913,   0, /* 9232-9239 */
15563,   0, 18952,   0, 22010,   0, 24699,   0, /* 9240-9247 */
26956,   0, 28759,   0, 30069,   0, 30860,   0, /* 9248-9255 */
31134,   0, 30859,   0, 30069,   0, 28762,   0, /* 9256-9263 */
26955,   0, 24699,   0, 22006,   0, 18953,   0, /* 9264-9271 */
15562,   0, 11913,   0, 8055,   0, 4064,   0, /* 9272-9279 */
 -4,   0, -4060,   0, -8060,   0, -11915,   0, /* 9280-9287 */
-15563,   0, -18950,   0, -22014,   0, -24692,   0, /* 9288-9295 */
-26961,   0, -28759,   0, -30064,   0, -30869,   0, /* 9296-9303 */
-31124,   0, -30866,   0, -30067,   0, -28760,   0, /* 9304-9311 */
-26953,   0, -24701,   0, -22005,   0, -18951,   0, /* 9312-9319 */
-15565,   0, -11908,   0, -8060,   0, -4060,   0, /* 9320-9327 */
  3,   0, 4062,   0, 8063,   0, 11910,   0, /* 9328-9335 */
15567,   0, 18952,   0, 22011,   0, 24702,   0, /* 9336-9343 */
26953,   0, 28764,   0, 30067,   0, 30866,   0, /* 9344-9351 */
31128,   0, 30864,   0, 30067,   0, 28759,   0, /* 9352-9359 */
26961,   0, 24690,   0, 22017,   0, 18946,   0, /* 9360-9367 */
15567,   0, 11911,   0, 8059,   0, 4058,   0, /* 9368-9375 */
  4,   0, -4066,   0, -8059,   0, -11911,   0, /* 9376-9383 */
-15569,   0, -18948,   0, -22014,   0, -24695,   0, /* 9384-9391 */
-26964,   0, -28756,   0, -30074,   0, -30860,   0, /* 9392-9399 */
-31132,   0, -30861,   0, -30071,   0, -28757,   0, /* 9400-9407 */
-26961,   0, -24696,   0, -22013,   0, -18947,   0, /* 9408-9415 */
-15566,   0, -11910,   0, -8060,   0, -4061,   0, /* 9416-9423 */
  1,   0, 4060,   0, 8062,   0, 11909,   0, /* 9424-9431 */
15566,   0, 18953,   0, 22006,   0, 24703,   0, /* 9432-9439 */
26949,   0, 28767,   0, 30064,   0, 30863,   0, /* 9440-9447 */
31132,   0, 30859,   0, 30068,   0, 28764,   0, /* 9448-9455 */
26952,   0, 24704,   0, 22003,   0, 18955,   0, /* 9456-9463 */
15557,   0, 11917,   0, 8052,   0, 4068,   0, /* 9464-9471 */
 -6,   0, -4062,   0, -8058,   0, -11916,   0, /* 9472-9479 */
-15561,   0, -18955,   0, -22006,   0, -24700,   0, /* 9480-9487 */
-26956,   0, -28758,   0, -30072,   0, -30858,   0, /* 9488-9495 */
-31132,   0, -30864,   0, -30064,   0, -28765,   0, /* 9496-9503 */
-26950,   0, -24701,   0, -22007,   0, -18951,   0, /* 9504-9511 */
-15560,   0, -11919,   0, -8047,   0, -4070,   0, /* 9512-9519 */
  8,   0, 4061,   0, 8061,   0, 11914,   0, /* 9520-9527 */
15565,   0, 18952,   0, 22012,   0, 24696,   0, /* 9528-9535 */
26963,   0, 28758,   0, 30071,   0, 30862,   0, /* 9536-9543 */
31128,   0, 30866,   0, 30065,   0, 28762,   0, /* 9544-9551 */
26955,   0, 24700,   0, 22005,   0, 18958,   0, /* 9552-9559 */
15556,   0, 11919,   0, 8054,   0, 4063,   0, /* 9560-9567 */
 -1,   0, -4063,   0, -8060,   0, -11912,   0, /* 9568-9575 */
-15565,   0, -18955,   0, -22007,   0, -24703,   0, /* 9576-9583 */
-26956,   0, -28760,   0, -30074,   0, -30858,   0, /* 9584-9591 */
-31135,   0, -30856,   0, -30074,   0, -28758,   0, /* 9592-9599 */
-26958,   0, -24699,   0, -22011,   0, -18946,   0, /* 9600-9607 */
-15570,   0, -11906,   0, -8062,   0, -4060,   0, /* 9608-9615 */
 -2,   0, 4066,   0, 8054,   0, 11917,   0, /* 9616-9623 */
15559,   0, 18956,   0, 22007,   0, 24702,   0, /* 9624-9631 */
26949,   0, 28765,   0, 30064,   0, 30866,   0, /* 9632-9639 */
31129,   0, 30861,   0, 30068,   0, 28760,   0, /* 9640-9647 */
26961,   0, 24692,   0, 22016,   0, 18943,   0, /* 9648-9655 */
15567,   0, 11910,   0, 8056,   0, 4066,   0, /* 9656-9663 */
 -7,   0, -4058,   0, -8064,   0, -11909,   0, /* 9664-9671 */
-15569,   0, -18947,   0, -22014,   0, -24694,   0, /* 9672-9679 */
-26958,   0, -28760,   0, -30066,   0, -30867,   0, /* 9680-9687 */
-31124,   0, -30866,   0, -30068,   0, -28757,   0, /* 9688-9695 */
-26960,   0, -24693,   0, -22011,   0, -18948,   0, /* 9696-9703 */
-15565,   0, -11911,   0, -8054,   0, -4066,   0, /* 9704-9711 */
  8,   0, 4056,   0, 8068,   0, 11911,   0, /* 9712-9719 */
15564,   0, 18957,   0, 22005,   0, 24703,   0, /* 9720-9727 */
26956,   0, 28763,   0, 30067,   0, 30868,   0, /* 9728-9735 */
31125,   0, 30865,   0}; /* 9736-9739 */

&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to play pcm raw data on nrf52840 DK through I2S ?</title><link>https://devzone.nordicsemi.com/thread/509256?ContentTypeID=1</link><pubDate>Wed, 06 Nov 2024 13:52:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1dcf41ee-555a-41f4-a754-c4a29e73681e</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There are several potential sources for distortion (&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/106730/pdm-captured-data-from-mic-is-distorted"&gt;this thread&lt;/a&gt; has a good discussion on that). Can you describe the distortion or share a sound recording? Also,&amp;nbsp;how is the data fomated/encoded? Can you share the data buffer you are playing out with this code for reference?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>