Primes with folds


We will write in a particular way the starting numbers we use here – one digit per square and one empty square between two digits. Examples for 2024 and 2030:
+---+---+---+---+---+---+---+
| 2 |   | 0 |   | 2 |   | 4 |
+---+---+---+---+---+---+---+
+---+---+---+---+---+---+---+
| 2 |   | 0 |   | 3 |   | 0 |
+---+---+---+---+---+---+---+
Let us imagine that the number and its grid are drawn on a transparent sheet of paper. The fold we are going to use will be made up of one of the vertical lines of the grid.

Example for 2030 – two possible folds are in yellow:
+---+---+---+---+---+---+---+
| 2 |   | 0 |   | 3 |   | 0 | fold #1
+---+---+---+---+---+---+---+
+---+---+---+---+---+---+---+
| 2 |   | 0 |   | 3 |   | 0 | fold #2
+---+---+---+---+---+---+---+
If we fold the right side of the fold over the left side, we respectively form 2030 and 2003 (the digits are not reversed as in a mirror: they keep their traditional appearance): 
+---+---+---+---+---+---+---+
| 2 |   | 0 |   | 3 |   | 0 |
+---+---+---+---+---+---+---+
+---+---+---+---+---+---+      right fold #1
| 2 |   | 0 |   | 3 | 0 |
+---+---+---+---+---+---+

+---+---+---+---+---+---+---+
| 2 |   | 0 |   | 3 |   | 0 |
+---+---+---+---+---+---+---+
+---+---+---+---+              right fold #2
| 2 | 0 | 0 | 3 |
+---+---+---+---+

If we fold the left side of the fold over the right side, we respectively form 0302 and 3002:
+---+---+---+---+---+---+---+
| 2 |   | 0 |   | 3 |   | 0 |
+---+---+---+---+---+---+---+      left fold #1
                        +---+---+---+---+---+---+
                        | 0 | 3 |   | 0 |   | 2 |
                        +---+---+---+---+---+---+

+---+---+---+---+---+---+---+
| 2 |   | 0 |   | 3 |   | 0 |
+---+---+---+---+---+---+---+      left fold #2
                +---+---+---+---+
                | 3 | 0 | 0 | 2 |
                +---+---+---+---+

We are interested in integers (like 2030)  that produce at least one prime number (like 2003) when properly “folded”.

The sequence S of such integers starts with the first 26 terms of https://oeis.org/A074895 (Primes written backwards and sorted) and then diverges – but how?

S = 2, 3, 5, 7, 11, 13, 14, 16, 17, 31, 32, 34, 35, 37, 38, 71, 73, 74, 76, 79, 91, 92, 95, 97, 98, 101, ...
____________________
September 8th 2024 update
As usual Jean-Marc Falcoz was quick to comment and correct (French original version, then Google yellow translation):

JMF
dans ma liste (et pas dans la tienne) jai 19, car quand on écrit 1.9 , et quon plie juste après le 1, on obtient .19, soit 19 qui est premier. Jobtiens : {2,3,5,7,11,13,14,16,17,19,23,29,31,32,34,35,37,38,41,43,47,53,59,61,67,71,73,74,76,79,83,89,91,92,95,97,98,101,103,104,106,107,109,110,112,113,115,118,119,121,124,125,127,128,130,131,133,...}
Avec ma compréhension de lalgorithme, beaucoup dentiers marchent (env. 55% sur les 200000 premiers entiers). Quen penses-tu ?

JMF
> in my list (and not in yours) I have 19, because when we write 1.9, and we fold just after the 1, we get .19, or 19 which is prime. I get: {2,3,5,7,11,13,14,16,17,19,23,29,31,32,34,35,37,38,41,43,47,53,59,61,67,71,73,74,76,79,83,89,91,92,95,97,98,101,103,104,106,107,109,110,112,113,115,118,119,121,124,125,127,128,130,131,133,...}
With my understanding of the algorithm, many integers work (about 55% on the first 200000 integers). What do you think?

ÉA
I think youre right, Jean-Marc!
(see hereunder Jean-Marc’s proposal for the primes, the squares and the "folded" palindromes)

PRIMES
(pour les premiers, 3,7% jusquà 100, 4,3% jusquà 1000, 4,7% jusquà 10000, 5% jusquà 100 000)
(for the primes, 3.7% up to 100, 4.3% up to 1,000, 4.7% up to 10,000, 5% up to 100,000)
premiers jusquà 10000 :
primes up to 10,000:

{2,3,5,7,11,13,14,16,17,19,23,29,31,32,34,35,37,38,41,43,47,53,59,61,67,71,73,74,76,79,83,89,91,92,95,97,98,103,104,106,107,109,110,112,113,115,118,119,121,124,125,127,128,130,131,133,134,136,137,139,140,142,143,145,146,149,151,152,154,157,160,163,164,166,167,169,170,172,173,175,176,179,181,182,188,190,191,193,194,196,197,199,211,214,215,217,218,223,227,229,232,233,235,236,238,239,241,251,253,257,263,269,271,272,275,277,278,281,283,287,289,292,293,296,298,299,301,305,307,310,311,313,314,316,317,319,322,323,325,326,328,329,331,332,334,335,337,338,341,343,344,346,347,349,350,352,353,356,358,359,361,362,364,365,367,368,370,371,373,374,376,377,379,382,383,385,386,388,389,391,392,394,395,397,398,401,409,410,412,413,415,416,419,421,431,433,434,436,437,439,443,449,451,457,461,463,467,473,475,476,478,479,487,490,491,493,494,497,499,503,509,511,512,514,517,521,523,527,530,532,533,536,538,539,541,547,557,563,569,571,572,574,575,577,578,583,587,589,590,593,596,598,599,601,607,610,613,614,616,617,619,623,629,631,632,634,635,637,638,641,643,647,653,659,661,670,671,673,674,677,679,683,691,692,695,697,701,703,706,709,710,712,713,715,716,719,721,722,725,727,728,730,731,733,734,736,737,739,743,745,746,748,749,751,752,754,755,757,758,760,761,763,764,767,769,772,773,775,776,778,779,782,784,785,787,788,790,791,793,794,796,797,799,809,811,812,818,821,823,827,829,832,833,835,836,838,839,847,853,857,859,863,872,874,875,877,878,881,883,887,890,892,893,895,901,904,905,907,908,910,911,913,914,916,917,919,922,923,926,928,929,931,932,934,935,937,938,940,941,943,944,947,949,950,953,956,958,959,961,962,965,967,970,971,973,974,976,977,979,980,982,983,985,991,992,994,995,997,1003,1004,1007,1009,1012,1013,1015,1016,1018,1019,1021,1024,1028,1030,1031,1033,1034,1036,1037,1039,1040,1042,1045,1048,1049,1051,1052,1055,1057,1058,1061,1063,1067,1069,1070,1073,1075,1076,1078,1079,1081,1082,1084,1085,1087,1088,1090,1091,1093,1094,1096,1097,1099,1102,1103,1105,1106,1108,1109,1112,1114,1115,1117,1118,1120,1121,1123,1124,1126,1127,1129,1130,1132,1135,1136,1138,1139,1141,1142,1147,1150,1151,1153,1156,1157,1159,1160,1162,1163,1165,1168,1169,1171,1172,1174,1175,1178,1180,1181,1183,1186,1187,1189,1190,1192,1193,1195,1196,1198,1201,1204,1205,1207,1210,1211,1213,1216,1217,1219,1222,1223,1225,1226,1228,1229,1231,1232,1234,1235,1237,1238,1240,1241,1243,1244,1246,1247,1249,1250,1252,1253,1255,1256,1258,1259,1261,1262,1264,1265,1267,1271,1273,1274,1276,1277,1279,1282,1283,1285,1288,1289,1291,1292,1294,1295,1297,1298,1301,1303,1304,1307,1309,1310,1312,1315,1316,1318,1319,1321,1322,1324,1325,1327,1328,1330,1333,1334,1336,1337,1339,1342,1343,1345,1346,1348,1349,1351,1352,1354,1355,1357,1358,1360,1361,1363,1366,1367,1369,1370,1372,1373,1375,1376,1378,1379,1381,1382,1384,1385,1387,1388,1390,1391,1393,1394,1396,1397,1399,1403,1409,1411,1412,1415,1417,1418,1421,1423,1424,1427,1429,1430,1432,1433,1435,1436,1438,1439,1442,1444,1445,1447,1448,1451,1453,1454,1456,1457,1459,1462,1465,1468,1469,1471,1472,1474,1475,1477,1478,1481,1483,1486,1487,1489,1490,1492,1493,1495,1496,1498,1499,1501,1504,1505,1507,1510,1511,1513,1514,1516,1517,1519,1522,1523,1525,1528,1529,1531,1532,1534,1535,1537,1538,1540,1541,1543,1544,1546,1547,1549,1550,1552,1553,1556,1558,1559,1561,1562,1564,1565,1567,1568,1571,1573,1574,1576,1577,1579,1580,1582,1583,1585,1588,1589,1591,1592,1594,1595,1597,1598,1601,1603,1607,1609,1610,1612,1613,1618,1619,1621,1622,1624,1625,1627,1628,1630,1631,1633,1634,1636,1637,1639,1642,1643,1645,1648,1649,1651,1652,1654,1655,1657,1658,1663,1666,1667,1669,1670,1672,1673,1675,1676,1678,1679,1681,1682,1684,1685,1687,1688,1690,1691,1693,1694,1696,1697,1699,1702,1703,1705,1708,1709,1711,1712,1714,1715,1718,1721,1723,1724,1726,1727,1729,1730,1732,1733,1735,1736,1738,1739,1741,1742,1745,1747,1748,1750,1751,1753,1754,1756,1757,1759,1760,1762,1763,1765,1766,1768,1769,1772,1774,1775,1777,1778,1781,1783,1784,1786,1787,1789,1790,1792,1793,1795,1796,1798,1799,1801,1802,1805,1807,1808,1810,1811,1813,1814,1816,1817,1819,1820,1822,1823,1825,1826,1829,1831,1832,1834,1835,1837,1838,1840,1841,1843,1844,1846,1847,1849,1850,1852,1853,1855,1856,1858,1859,1861,1864,1865,1867,1868,1870,1871,1873,1874,1876,1877,1879,1880,1882,1883,1885,1886,1889,1891,1892,1894,1895,1897,1898,1901,1903,1904,1906,1907,1909,1910,1912,1913,1915,1918,1921,1922,1924,1925,1927,1928,1930,1931,1933,1934,1936,1937,1939,1940,1943,1945,1946,1948,1949,1951,1952,1954,1955,1957,1958,1960,1961,1963,1964,1966,1967,1969,1970,1972,1973,1975,1976,1978,1979,1981,1982,1984,1985,1987,1988,1990,1993,1994,1996,1997,1999,2003,2011,2017,2018,2027,2029,2030,2032,2035,2036,2038,2039,2053,2063,2069,2071,2072,2077,2078,2081,2083,2087,2089,2092,2093,2096,2098,2099,2101,2104,2105,2110,2111,2113,2114,2116,2117,2119,2122,2123,2126,2128,2129,2131,2132,2134,2135,2137,2138,2141,2143,2144,2146,2147,2149,2152,2153,2155,2156,2158,2159,2161,2162,2164,2165,2167,2170,2171,2173,2174,2176,2177,2179,2182,2183,2185,2188,2189,2191,2192,2197,2198,2203,2207,2209,2212,2213,2215,2216,2218,2219,2221,2230,2231,2234,2237,2239,2243,2251,2261,2267,2269,2270,2273,2276,2278,2279,2281,2287,2290,2291,2293,2296,2297,2302,2303,2305,2306,2309,2311,2312,2314,2315,2317,2318,2321,2329,2333,2335,2336,2338,2339,2341,2342,2344,2347,2348,2351,2353,2354,2357,2359,2363,2365,2366,2368,2369,2371,2372,2374,2375,2377,2378,2381,2383,2384,2386,2387,2389,2390,2392,2393,2395,2398,2399,2401,2407,2411,2413,2414,2417,2419,2423,2429,2431,2432,2435,2437,2438,2441,2443,2447,2453,2459,2461,2467,2471,2473,2474,2476,2477,2479,2483,2489,2495,2497,2501,2503,2509,2512,2513,2515,2518,2519,2521,2527,2530,2531,2533,2534,2537,2539,2543,2549,2551,2557,2561,2563,2573,2575,2576,2578,2579,2581,2587,2591,2593,2594,2596,2597,2603,2609,2611,2612,2617,2618,2621,2629,2630,2633,2636,2638,2639,2641,2647,2651,2657,2659,2663,2669,2671,2672,2674,2675,2677,2678,2683,2687,2689,2690,2692,2693,2695,2698,2699,2702,2704,2707,2711,2713,2714,2716,2717,2719,2725,2729,2731,2732,2734,2735,2737,2738,2741,2743,2746,2747,2749,2753,2755,2756,2758,2759,2761,2762,2767,2768,2770,2771,2773,2774,2776,2777,2779,2782,2783,2785,2786,2788,2789,2791,2792,2794,2795,2797,2798,2801,2803,2809,2810,2812,2813,2815,2816,2819,2821,2830,2831,2833,2834,2836,2837,2839,2843,2849,2851,2857,2861,2863,2867,2869,2870,2872,2873,2875,2876,2878,2879,2881,2887,2890,2891,2893,2896,2897,2899,2902,2903,2905,2906,2908,2909,2911,2912,2914,2915,2917,2918,2921,2923,2924,2926,2927,2930,2932,2933,2935,2936,2938,2939,2941,2948,2951,2953,2954,2956,2957,2962,2963,2966,2968,2969,2971,2972,2974,2975,2977,2978,2981,2983,2984,2986,2987,2989,2990,2993,2996,2998,2999,3001,3002,3004,3005,3010,3011,3013,3014,3016,3017,3019,3020,3022,3023,3025,3026,3028,3029,3031,3032,3035,3037,3038,3040,3041,3046,3047,3049,3050,3052,3053,3055,3059,3061,3062,3064,3065,3067,3068,3071,3073,3074,3076,3077,3079,3082,3083,3085,3086,3088,3089,3091,3092,3094,3095,3097,3098,3101,3103,3104,3106,3107,3109,3110,3112,3115,3116,3118,3119,3121,3122,3124,3125,3127,3128,3133,3134,3136,3137,3140,3142,3143,3145,3148,3149,3151,3152,3154,3155,3157,3158,3161,3163,3164,3166,3167,3169,3170,3172,3173,3175,3176,3178,3179,3181,3182,3184,3185,3187,3188,3190,3191,3193,3194,3196,3197,3199,3203,3205,3209,3211,3212,3214,3215,3217,3218,3220,3221,3224,3227,3229,3230,3233,3235,3236,3238,3239,3241,3242,3244,3245,3247,3248,3250,3251,3253,3254,3256,3257,3259,3260,3263,3265,3266,3268,3269,3271,3274,3275,3277,3278,3281,3283,3284,3286,3287,3289,3290,3292,3293,3295,3296,3298,3299,3301,3305,3307,3310,3313,3314,3316,3317,3319,3323,3325,3326,3328,3329,3331,3332,3334,3335,3337,3338,3341,3343,3346,3347,3349,3350,3352,3353,3356,3358,3359,3361,3362,3364,3365,3367,3368,3370,3371,3373,3374,3376,3379,3382,3383,3385,3386,3389,3391,3392,3394,3395,3397,3398,3406,3407,3409,3410,3412,3413,3415,3416,3418,3419,3421,3422,3424,3425,3427,3428,3431,3433,3436,3437,3439,3442,3445,3446,3448,3449,3451,3452,3454,3457,3458,3460,3461,3463,3464,3467,3469,3470,3472,3473,3475,3476,3478,3479,3481,3482,3484,3485,3490,3491,3493,3494,3496,3497,3499,3502,3503,3506,3508,3509,3511,3512,3514,3515,3517,3518,3520,3521,3523,3524,3527,3529,3532,3533,3536,3538,3539,3541,3542,3547,3548,3550,3551,3556,3557,3559,3560,3563,3565,3566,3569,3571,3572,3574,3575,3577,3578,3580,3581,3583,3584,3586,3587,3589,3592,3593,3595,3596,3599,3601,3602,3607,3610,3611,3613,3614,3616,3617,3619,3620,3623,3626,3628,3629,3631,3632,3634,3637,3638,3640,3643,3644,3646,3647,3649,3652,3653,3655,3656,3658,3659,3661,3662,3664,3665,3667,3668,3670,3671,3673,3674,3676,3677,3679,3682,3683,3685,3686,3688,3689,3691,3692,3694,3695,3697,3698,3701,3703,3704,3706,3707,3709,3710,3712,3713,3715,3716,3718,3719,3721,3722,3724,3725,3727,3728,3731,3733,3734,3736,3739,3740,3742,3743,3745,3746,3748,3749,3751,3752,3754,3755,3757,3758,3760,3761,3763,3764,3766,3767,3769,3770,3772,3775,3776,3778,3779,3781,3782,3785,3787,3788,3790,3791,3793,3794,3796,3797,3799,3802,3803,3809,3811,3812,3814,3815,3817,3818,3820,3821,3823,3824,3826,3827,3829,3830,3832,3833,3835,3836,3841,3842,3844,3845,3847,3851,3853,3854,3856,3857,3859,3860,3862,3863,3865,3866,3868,3869,3871,3872,3874,3875,3877,3878,3880,3881,3886,3887,3889,3890,3892,3893,3896,3898,3899,3901,3902,3904,3905,3907,3908,3910,3911,3913,3914,3916,3917,3919,3920,3922,3923,3925,3926,3928,3929,3931,3932,3934,3935,3937,3940,3941,3943,3944,3947,3949,3950,3952,3953,3955,3956,3958,3959,3961,3962,3964,3965,3967,3968,3970,3971,3973,3974,3976,3977,3979,3980,3982,3983,3985,3986,3988,3989,3991,3992,3994,3995,3997,3998,4001,4003,4007,4010,4012,4013,4015,4018,4019,4021,4027,4030,4031,4036,4037,4039,4049,4051,4057,4070,4072,4073,4075,4079,4091,4093,4094,4097,4099,4103,4109,4111,4112,4117,4123,4124,4126,4127,4129,4130,4132,4133,4135,4138,4139,4142,4144,4145,4147,4151,4153,4154,4156,4157,4159,4163,4165,4168,4169,4171,4172,4175,4177,4178,4181,4183,4184,4186,4187,4189,4190,4192,4193,4195,4196,4198,4199,4201,4210,4211,4213,4214,4216,4217,4219,4223,4229,4231,4234,4235,4237,4238,4241,4243,4247,4253,4259,4261,4267,4270,4271,4273,4277,4279,4283,4289,4291,4292,4295,4297,4298,4301,4306,4307,4309,4312,4313,4315,4316,4318,4319,4321,4322,4324,4327,4328,4331,4333,4336,4337,4339,4345,4348,4349,4351,4352,4357,4358,4361,4363,4364,4367,4369,4372,4373,4375,4376,4379,4381,4382,4384,4385,4387,4391,4393,4394,4396,4397,4399,4409,4412,4414,4415,4418,4421,4423,4432,4436,4438,4439,4441,4447,4451,4457,4459,4463,4469,4474,4475,4481,4483,4490,4493,4495,4496,4507,4510,4513,4514,4516,4517,4519,4523,4531,4532,4537,4538,4541,4543,4547,4549,4561,4567,4570,4571,4573,4574,4576,4577,4579,4583,4589,4591,4592,4594,4597,4603,4607,4612,4613,4615,4618,4619,4621,4627,4630,4633,4634,4636,4637,4639,4643,4649,4651,4657,4663,4669,4673,4675,4679,4681,4691,4693,4694,4697,4699,4703,4705,4706,4711,4712,4715,4717,4718,4721,4723,4726,4727,4729,4730,4732,4733,4735,4736,4738,4739,4741,4742,4744,4748,4751,4753,4754,4756,4757,4759,4762,4763,4765,4768,4769,4771,4772,4775,4777,4778,4781,4783,4787,4789,4790,4792,4793,4795,4796,4798,4799,4801,4810,4813,4814,4816,4817,4819,4823,4829,4831,4832,4834,4835,4837,4843,4847,4853,4861,4867,4871,4877,4879,4889,4891,4892,4897,4898,4901,4903,4904,4909,4910,4913,4915,4916,4918,4919,4921,4928,4930,4931,4933,4934,4937,4939,4943,4945,4946,4951,4952,4954,4957,4961,4963,4964,4966,4967,4969,4972,4973,4975,4976,4978,4979,4981,4985,4987,4988,4990,4991,4993,4996,4997,4999,5003,5009,5011,5012,5015,5017,5018,5021,5023,5030,5032,5033,5035,5039,5051,5059,5071,5074,5075,5077,5078,5081,5087,5090,5092,5093,5095,5099,5101,5104,5105,5107,5108,5110,5111,5113,5116,5117,5119,5122,5123,5125,5126,5128,5129,5131,5132,5134,5135,5137,5138,5141,5143,5144,5146,5147,5149,5152,5153,5156,5159,5164,5165,5167,5170,5171,5173,5174,5176,5177,5179,5182,5183,5185,5186,5188,5189,5191,5192,5194,5195,5197,5198,5203,5209,5210,5213,5215,5216,5218,5221,5227,5230,5231,5233,5236,5237,5239,5243,5249,5251,5257,5261,5267,5269,5272,5273,5275,5278,5279,5281,5287,5290,5291,5293,5297,5302,5303,5305,5306,5308,5309,5311,5312,5314,5315,5317,5318,5321,5323,5324,5327,5329,5330,5332,5333,5336,5338,5339,5341,5342,5347,5348,5351,5356,5357,5359,5365,5366,5368,5369,5371,5372,5374,5375,5377,5378,5381,5383,5384,5387,5390,5392,5393,5395,5396,5398,5399,5401,5407,5413,5414,5416,5417,5419,5423,5429,5431,5434,5437,5438,5441,5443,5447,5449,5461,5467,5470,5471,5473,5476,5477,5479,5483,5491,5494,5497,5498,5501,5503,5507,5509,5510,5512,5513,5516,5518,5519,5521,5527,5530,5531,5536,5537,5539,5557,5561,5563,5567,5569,5570,5572,5573,5575,5576,5578,5581,5587,5590,5591,5593,5596,5603,5611,5612,5614,5615,5618,5621,5623,5627,5629,5632,5633,5635,5638,5639,5641,5647,5651,5653,5657,5659,5663,5669,5671,5674,5675,5677,5678,5681,5683,5687,5689,5693,5695,5696,5698,5699,5701,5704,5705,5707,5710,5711,5713,5714,5717,5719,5723,5725,5726,5728,5729,5731,5732,5734,5735,5737,5738,5741,5743,5744,5746,5747,5749,5752,5753,5755,5759,5761,5762,5764,5765,5770,5771,5773,5774,5776,5777,5779,5782,5783,5785,5786,5789,5791,5792,5794,5797,5798,5801,5803,5807,5809,5810,5812,5813,5815,5816,5818,5819,5821,5827,5831,5833,5834,5836,5837,5839,5843,5849,5851,5857,5861,5863,5867,5869,5870,5872,5873,5875,5876,5879,5881,5891,5893,5894,5896,5897,5899,5903,5905,5908,5909,5911,5914,5915,5917,5918,5921,5923,5924,5926,5927,5930,5932,5933,5935,5936,5938,5939,5941,5942,5944,5947,5951,5953,5957,5962,5963,5965,5966,5971,5972,5974,5977,5978,5981,5987,5989,5990,5993,5996,5998,6007,6011,6013,6017,6019,6029,6032,6034,6035,6037,6038,6043,6047,6053,6067,6070,6073,6074,6076,6079,6089,6091,6092,6097,6098,6101,6103,6107,6109,6110,6112,6113,6115,6118,6119,6121,6122,6124,6125,6127,6131,6133,6134,6136,6137,6139,6143,6145,6148,6149,6151,6154,6155,6157,6163,6166,6167,6169,6172,6173,6176,6178,6179,6181,6182,6184,6185,6187,6188,6193,6194,6196,6197,6199,6203,6209,6211,6212,6214,6215,6217,6221,6227,6229,6230,6233,6236,6238,6247,6257,6259,6263,6269,6271,6274,6275,6277,6278,6281,6283,6287,6289,6290,6292,6293,6295,6296,6298,6299,6301,6302,6304,6307,6310,6311,6313,6316,6317,6319,6323,6325,6326,6328,6329,6331,6332,6334,6335,6337,6338,6341,6343,6344,6347,6349,6353,6355,6356,6358,6359,6361,6362,6364,6367,6368,6370,6371,6373,6374,6376,6377,6379,6382,6383,6385,6386,6388,6389,6391,6392,6395,6397,6398,6403,6412,6415,6418,6419,6421,6427,6430,6431,6433,6437,6439,6443,6449,6451,6457,6463,6469,6470,6472,6473,6475,6479,6481,6491,6494,6496,6497,6499,6511,6512,6514,6515,6517,6518,6521,6523,6529,6530,6533,6535,6536,6539,6541,6547,6551,6553,6557,6559,6563,6569,6571,6572,6574,6577,6578,6581,6583,6587,6589,6592,6593,6596,6599,6607,6613,6616,6617,6619,6623,6629,6631,6632,6635,6637,6638,6649,6653,6659,6661,6670,6671,6673,6679,6683,6689,6691,6692,6694,6695,6697,6698,6701,6703,6706,6707,6709,6710,6712,6713,6715,6716,6718,6719,6721,6722,6728,6730,6731,6733,6734,6736,6737,6739,6742,6743,6745,6748,6749,6751,6752,6754,6755,6761,6763,6769,6772,6773,6775,6778,6779,6781,6782,6785,6787,6788,6790,6791,6793,6794,6796,6797,6799,6803,6809,6811,6814,6815,6817,6823,6827,6829,6830,6832,6833,6836,6838,6839,6841,6847,6853,6857,6863,6869,6871,6872,6875,6877,6881,6883,6887,6889,6890,6892,6893,6896,6899,6901,6902,6907,6908,6910,6911,6913,6914,6916,6917,6919,6922,6923,6926,6928,6929,6931,6934,6935,6937,6938,6941,6943,6944,6946,6947,6949,6952,6953,6955,6956,6959,6961,6965,6967,6968,6970,6971,6973,6974,6976,6977,6979,6982,6983,6985,6986,6988,6989,6991,6992,6994,6995,6997,6998,7001,7004,7006,7009,7010,7013,7015,7016,7018,7019,7021,7022,7027,7028,7031,7033,7034,7036,7037,7039,7040,7042,7043,7045,7051,7054,7055,7057,7058,7060,7061,7063,7064,7066,7067,7069,7072,7073,7075,7076,7078,7079,7081,7085,7087,7088,7090,7091,7093,7096,7097,7099,7102,7103,7105,7106,7108,7109,7111,7112,7114,7115,7118,7120,7121,7123,7124,7126,7127,7129,7130,7132,7133,7135,7136,7138,7139,7141,7142,7145,7147,7148,7150,7151,7153,7154,7156,7157,7159,7162,7163,7166,7168,7169,7172,7174,7175,7177,7178,7180,7181,7183,7184,7186,7187,7189,7190,7192,7193,7195,7196,7198,7199,7202,7204,7207,7211,7213,7214,7216,7217,7219,7220,7223,7225,7226,7228,7229,7231,7234,7235,7237,7238,7240,7241,7243,7246,7247,7249,7252,7253,7255,7258,7259,7261,7264,7265,7267,7268,7270,7271,7273,7274,7277,7279,7283,7285,7286,7288,7289,7291,7292,7295,7297,7298,7301,7303,7304,7306,7307,7309,7310,7312,7313,7315,7316,7318,7319,7321,7322,7324,7325,7327,7328,7330,7331,7333,7334,7336,7339,7342,7343,7345,7346,7349,7351,7352,7354,7355,7357,7358,7360,7361,7363,7364,7366,7367,7369,7370,7372,7375,7376,7378,7379,7381,7382,7384,7385,7387,7388,7390,7391,7393,7394,7396,7397,7399,7403,7406,7409,7411,7412,7414,7415,7417,7418,7421,7423,7424,7426,7427,7429,7430,7432,7433,7435,7436,7438,7439,7441,7442,7444,7445,7448,7450,7451,7453,7454,7456,7457,7459,7460,7462,7463,7465,7468,7469,7471,7472,7475,7477,7478,7481,7483,7484,7486,7487,7489,7493,7495,7496,7498,7499,7501,7504,7507,7511,7513,7514,7516,7517,7519,7523,7525,7526,7528,7529,7531,7532,7534,7535,7537,7538,7540,7541,7543,7544,7546,7547,7549,7550,7552,7553,7555,7556,7558,7559,7561,7562,7564,7565,7567,7568,7570,7571,7573,7574,7577,7579,7582,7583,7585,7586,7589,7591,7592,7594,7595,7597,7598,7601,7603,7606,7607,7609,7610,7612,7613,7615,7616,7618,7619,7621,7622,7624,7625,7627,7628,7630,7631,7633,7634,7636,7637,7639,7642,7643,7645,7648,7649,7651,7654,7655,7657,7658,7660,7661,7663,7669,7670,7672,7673,7678,7679,7681,7682,7684,7685,7687,7688,7690,7691,7693,7694,7696,7697,7699,7702,7703,7705,7708,7709,7712,7714,7715,7717,7718,7720,7721,7723,7724,7726,7727,7729,7730,7732,7735,7736,7738,7739,7741,7742,7745,7747,7748,7750,7751,7753,7754,7756,7757,7759,7762,7763,7765,7768,7769,7771,7772,7774,7775,7778,7780,7781,7783,7784,7786,7787,7789,7790,7792,7793,7795,7796,7798,7801,7802,7805,7807,7808,7810,7811,7813,7814,7816,7817,7819,7820,7822,7823,7825,7826,7828,7829,7831,7832,7834,7835,7837,7838,7841,7847,7849,7850,7852,7853,7855,7856,7859,7861,7862,7865,7867,7871,7873,7874,7876,7877,7879,7880,7882,7883,7886,7888,7889,7891,7892,7894,7895,7897,7898,7901,7903,7904,7906,7907,7910,7912,7913,7915,7916,7918,7919,7921,7922,7924,7925,7927,7928,7930,7931,7933,7934,7936,7937,7939,7942,7943,7945,7946,7948,7949,7951,7952,7954,7957,7958,7960,7961,7963,7964,7966,7967,7969,7970,7972,7973,7975,7976,7978,7981,7982,7984,7985,7987,7990,7991,7993,7994,7996,8009,8011,8015,8017,8018,8035,8038,8039,8053,8059,8069,8071,8077,8078,8081,8087,8089,8090,8092,8093,8095,8096,8098,8101,8102,8104,8105,8107,8108,8110,8111,8113,8116,8117,8119,8122,8123,8125,8128,8129,8131,8132,8134,8135,8137,8138,8141,8143,8144,8146,8147,8149,8152,8153,8155,8156,8158,8159,8161,8162,8164,8165,8167,8168,8170,8171,8173,8174,8176,8177,8179,8183,8185,8189,8191,8192,8194,8195,8197,8198,8201,8203,8207,8209,8212,8213,8215,8218,8219,8221,8227,8231,8233,8234,8236,8237,8239,8243,8251,8257,8261,8263,8267,8269,8273,8275,8276,8278,8279,8287,8290,8291,8293,8294,8296,8297,8299,8302,8303,8306,8308,8309,8311,8312,8314,8315,8317,8318,8321,8323,8324,8326,8327,8329,8332,8333,8335,8336,8339,8341,8342,8344,8345,8347,8351,8353,8354,8357,8362,8363,8365,8366,8368,8369,8371,8372,8374,8375,8377,8378,8381,8386,8387,8389,8390,8392,8395,8396,8398,8399,8401,8413,8416,8417,8419,8423,8429,8431,8432,8434,8435,8441,8443,8447,8453,8461,8467,8471,8473,8474,8476,8477,8479,8489,8491,8492,8497,8498,8501,8507,8510,8512,8513,8518,8519,8521,8527,8530,8531,8533,8534,8536,8537,8539,8543,8549,8551,8557,8561,8563,8567,8569,8572,8573,8579,8581,8590,8591,8593,8597,8599,8603,8609,8611,8614,8617,8618,8623,8627,8629,8632,8633,8635,8636,8638,8639,8641,8647,8651,8657,8663,8669,8671,8672,8674,8677,8678,8681,8683,8689,8690,8692,8693,8696,8698,8699,8701,8702,8705,8707,8708,8711,8713,8714,8716,8717,8719,8722,8723,8725,8726,8728,8729,8731,8732,8735,8737,8738,8741,8743,8747,8749,8752,8753,8755,8756,8759,8761,8762,8765,8767,8768,8770,8771,8773,8774,8776,8777,8779,8782,8783,8788,8789,8791,8792,8794,8795,8797,8801,8803,8807,8809,8810,8812,8813,8815,8816,8819,8821,8827,8830,8831,8836,8837,8839,8849,8851,8861,8863,8867,8869,8870,8872,8873,8876,8878,8887,8890,8891,8893,8894,8896,8902,8903,8906,8908,8911,8912,8914,8915,8917,8918,8921,8923,8924,8926,8927,8929,8930,8932,8933,8935,8936,8938,8939,8941,8945,8947,8948,8951,8957,8959,8962,8963,8965,8966,8968,8969,8971,8972,8974,8975,8977,8981,8983,8984,8987,8992,8993,8995,8996,8999,9001,9005,9007,9008,9010,9011,9013,9014,9016,9017,9019,9022,9023,9025,9026,9028,9029,9031,9032,9034,9035,9037,9038,9041,9043,9044,9047,9049,9050,9052,9053,9055,9059,9061,9062,9067,9068,9070,9071,9073,9076,9077,9079,9080,9082,9083,9085,9086,9088,9091,9092,9094,9095,9101,9103,9104,9106,9107,9109,9110,9112,9113,9115,9116,9118,9121,9122,9124,9127,9128,9130,9131,9133,9134,9136,9137,9139,9140,9142,9143,9145,9146,9148,9149,9151,9152,9154,9155,9157,9158,9161,9163,9164,9166,9167,9169,9170,9172,9173,9175,9176,9178,9179,9181,9182,9184,9185,9187,9188,9190,9193,9194,9196,9197,9199,9202,9203,9206,9209,9211,9212,9214,9215,9217,9218,9220,9221,9223,9224,9226,9227,9230,9232,9233,9235,9236,9238,9239,9241,9242,9245,9247,9248,9250,9251,9253,9256,9257,9260,9262,9263,9265,9266,9268,9269,9271,9272,9274,9275,9277,9278,9280,9281,9283,9284,9286,9287,9289,9290,9293,9296,9298,9299,9301,9302,9304,9305,9307,9308,9310,9311,9314,9316,9317,9319,9320,9322,9323,9325,9328,9329,9331,9332,9334,9335,9337,9338,9341,9343,9344,9346,9347,9349,9350,9352,9353,9355,9356,9358,9359,9361,9362,9364,9365,9367,9368,9370,9371,9373,9374,9376,9377,9379,9380,9382,9385,9386,9388,9389,9391,9392,9394,9395,9397,9398,9401,9403,9404,9409,9410,9412,9413,9415,9416,9418,9419,9421,9425,9427,9430,9431,9433,9434,9436,9437,9439,9440,9443,9445,9446,9451,9452,9454,9457,9458,9461,9463,9464,9466,9467,9469,9472,9473,9475,9476,9478,9479,9481,9482,9485,9487,9488,9490,9491,9493,9496,9497,9499,9503,9505,9508,9509,9511,9512,9514,9515,9517,9518,9521,9523,9524,9526,9527,9532,9533,9535,9536,9539,9541,9542,9544,9547,9550,9551,9553,9556,9557,9562,9563,9565,9566,9569,9571,9572,9574,9575,9577,9578,9580,9581,9583,9587,9589,9590,9593,9596,9598,9601,9602,9607,9608,9610,9611,9613,9614,9616,9617,9619,9620,9622,9623,9625,9626,9628,9629,9631,9632,9634,9635,9637,9638,9641,9643,9644,9646,9647,9649,9653,9655,9656,9658,9659,9661,9662,9664,9665,9667,9668,9670,9671,9673,9674,9676,9677,9679,9680,9682,9683,9685,9686,9688,9689,9691,9692,9694,9697,9698,9701,9703,9704,9706,9707,9709,9710,9712,9713,9715,9716,9718,9719,9721,9722,9724,9725,9727,9728,9730,9731,9733,9734,9736,9737,9739,9740,9742,9743,9745,9746,9748,9749,9751,9752,9754,9757,9758,9760,9761,9763,9764,9766,9767,9769,9770,9772,9773,9775,9776,9778,9781,9782,9784,9785,9787,9791,9793,9794,9796,9802,9803,9806,9808,9811,9812,9814,9815,9817,9818,9820,9821,9823,9824,9826,9827,9829,9830,9832,9833,9836,9838,9839,9841,9842,9847,9848,9851,9853,9854,9856,9857,9859,9860,9862,9863,9865,9866,9868,9869,9871,9872,9874,9875,9877,9878,9880,9881,9883,9884,9886,9887,9892,9893,9895,9896,9899,9901,9902,9904,9905,9907,9910,9913,9914,9916,9917,9919,9920,9923,9926,9928,9929,9931,9932,9934,9935,9937,9938,9940,9941,9943,9946,9947,9949,9950,9953,9956,9958,9961,9962,9964,9965,9967,9968,9970,9971,9973,9974,9976,9982,9983,9985,9986,9989,9991,9992,9994,9998}

SQUARES
(pour les carrés, 16% jusqu’à 100, 9,3% jusqu’à 1000, 6% jusqu’à 10000, 2,9% jusqu’à 100000). La densité diminue !
(for squares, 16% up to 100, 9.3% up to 1,000, 6% up to 10,000, 2.9% up to 100,000). The density decreases!
carrés jusquà 10000 :
squares up to 10,000:

{1,4,9,16,18,25,36,46,49,52,61,63,64,81,94,100,112,121,136,144,148,163,169,184,196,211,225,234,243,252,256,259,265,279,289,295,297,298,316,324,342,361,400,414,418,423,432,441,448,478,481,484,487,522,526,529,562,567,576,592,613,619,625,631,652,657,667,675,676,691,729,748,756,765,766,784,792,814,829,841,844,847,874,892,900,916,925,927,928,952,961,972,982,1006,1008,1024,1026,1042,1054,1062,1089,1098,1156,1165,1215,1216,1225,1237,1240,1251,1252,1264,1269,1273,1279,1288,1296,1297,1336,1369,1396,1405,1420,1426,1438,1444,1450,1462,1485,1498,1512,1521,1561,1566,1584,1600,1612,1618,1620,1629,1633,1647,1651,1656,1665,1674,1681,1692,1693,1732,1746,1764,1800,1816,1828,1834,1843,1849,1861,1882,1890,1894,1926,1936,1962,1963,1972,2005,2014,2016,2025,2043,2047,2052,2092,2098,2104,2116,2125,2146,2151,2161,2169,2173,2188,2196,2197,2205,2209,2250,2290,2304,2305,2340,2349,2371,2401,2410,2425,2464,2476,2500,2502,2503,2509,2521,2524,2527,2539,2565,2599,2601,2610,2619,2641,2674,2691,2704,2725,2740,2791,2809,2881,2890,2902,2905,2916,2935,2943,2961,2995,3006,3025,3052,3136,3163,3169,3196,3204,3217,3249,3250,3294,3316,3346,3361,3364,3402,3418,3448,3456,3463,3481,3492,3529,3600,3613,3643,3654,3688,3691,3697,3699,3712,3721,3796,3814,3844,3886,3925,3961,3969,3996,4006,4009,4012,4023,4027,4032,4068,4069,4072,4096,4102,4105,4126,4144,4158,4183,4189,4201,4210,4225,4246,4252,4264,4267,4276,4320,4329,4336,4356,4365,4381,4384,4414,4438,4441,4468,4477,4483,4486,4489,4498,4501,4563,4576,4600,4617,4621,4624,4633,4642,4648,4671,4675,4684,4690,4716,4720,4761,4762,4774,4806,4815,4834,4851,4860,4864,4869,4894,4900,4909,4923,4960,4968,4981,4984,5002,5014,5022,5032,5041,5092,5116,5121,5148,5166,5184,5200,5202,5203,5209,5212,5220,5221,5224,5227,5230,5242,5256,5265,5272,5290,5293,5299,5329,5392,5410,5436,5467,5476,5607,5611,5625,5634,5652,5661,5706,5764,5767,5769,5776,5841,5929,5967,5992,6001,6003,6004,6048,6049,6075,6084,6100,6102,6112,6115,6121,6129,6133,6139,6156,6174,6181,6192,6201,6214,6219,6241,6247,6291,6300,6313,6319,6331,6334,6345,6379,6388,6391,6399,6400,6409,6412,6424,6433,6448,6457,6471,6507,6511,6516,6525,6534,6543,6561,6570,6615,6651,6724,6742,6745,6754,6757,6759,6775,6840,6844,6849,6883,6889,6898,6904,6912,6913,6921,6931,6937,6940,6948,6957,6973,6993,7056,7065,7123,7164,7204,7219,7225,7252,7321,7369,7396,7402,7426,7447,7461,7546,7560,7569,7576,7596,7624,7645,7675,7695,7744,7912,7921,7963,8001,8100,8109,8128,8143,8149,8161,8209,8218,8281,8341,8344,8368,8406,8415,8443,8446,8449,8464,8496,8514,8604,8638,8644,8649,8689,8694,8812,8821,8836,8863,8901,8902,8941,8944,8986,9004,9018,9022,9025,9028,9046,9049,9052,9082,9094,9126,9127,9136,9162,9216,9220,9234,9235,9250,9253,9259,9261,9295,9316,9352,9369,9400,9406,9409,9418,9423,9432,9448,9468,9481,9486,9490,9529,9576,9604,9612,9613,9621,9631,9637,9639,9640,9657,9675,9684,9693,9721,9736,9801,9810,9814,9820,9844,9868,9886,9925,9936,9952,9963,10000}

PALINDROMES
(pour les palindromes, 1,8% jusqu’à 100, 2,6% jusqu’à 1000, 4,3% jusqu’à 10000, 5,4% jusqu’à 100 000)
(for palindromes, 1.8% up to 100, 2.6% up to 1,000, 4.3% up to 10,000, 5.4% up to 100,000)
palindromes jusquà 100 000 :
palindromes up to 100,000:

{1,2,3,4,5,6,7,8,9,11,22,33,44,55,66,77,88,99,110,111,112,113,114,115,116,117,118,119,121,122,131,133,141,144,151,155,161,166,171,177,181,188,191,199,202,211,212,220,221,222,223,224,225,226,227,228,229,232,233,242,244,252,255,262,266,272,277,282,288,292,299,303,311,313,322,323,330,331,332,333,334,335,336,337,338,339,343,344,353,355,363,366,373,377,383,388,393,399,404,411,414,422,424,433,434,440,441,442,443,444,445,446,447,448,449,454,455,464,466,474,477,484,488,494,499,505,511,515,522,525,533,535,544,545,550,551,552,553,554,555,556,557,558,559,565,566,575,577,585,588,595,599,606,611,616,622,626,633,636,644,646,655,656,660,661,662,663,664,665,666,667,668,669,676,677,686,688,696,699,707,711,717,722,727,733,737,744,747,755,757,766,767,770,771,772,773,774,775,776,777,778,779,787,788,797,799,808,811,818,822,828,833,838,844,848,855,858,866,868,877,878,880,881,882,883,884,885,886,887,888,889,898,899,909,911,919,922,929,933,939,944,949,955,959,966,969,977,979,988,989,990,991,992,993,994,995,996,997,998,999,1010,1111,1212,1221,1313,1331,1414,1441,1515,1551,1616,1661,1717,1771,1818,1881,1919,1991,2002,2020,2112,2121,2222,2323,2332,2424,2442,2525,2552,2626,2662,2727,2772,2828,2882,2929,2992,3003,3030,3113,3131,3223,3232,3333,3434,3443,3535,3553,3636,3663,3737,3773,3838,3883,3939,3993,4004,4040,4114,4141,4224,4242,4334,4343,4444,4545,4554,4646,4664,4747,4774,4848,4884,4949,4994,5005,5050,5115,5151,5225,5252,5335,5353,5445,5454,5555,5656,5665,5757,5775,5858,5885,5959,5995,6006,6060,6116,6161,6226,6262,6336,6363,6446,6464,6556,6565,6666,6767,6776,6868,6886,6969,6996,7007,7070,7117,7171,7227,7272,7337,7373,7447,7474,7557,7575,7667,7676,7777,7878,7887,7979,7997,8008,8080,8118,8181,8228,8282,8338,8383,8448,8484,8558,8585,8668,8686,8778,8787,8888,8989,8998,9009,9090,9119,9191,9229,9292,9339,9393,9449,9494,9559,9595,9669,9696,9779,9797,9889,9898,9999,10010,10011,10012,10013,10014,10015,10016,10017,10018,10019,10100,10101,10110,10111,10122,10133,10144,10155,10166,10177,10188,10199,10201,10210,10301,10310,10401,10410,10501,10510,10601,10610,10701,10710,10801,10810,10901,10910,11001,11011,11100,11101,11110,11111,11112,11113,11114,11115,11116,11117,11118,11119,11121,11122,11131,11133,11141,11144,11151,11155,11161,11166,11171,11177,11181,11188,11191,11199,11202,11211,11212,11221,11222,11232,11242,11252,11262,11272,11282,11292,11303,11311,11313,11323,11331,11333,11343,11353,11363,11373,11383,11393,11404,11411,11414,11424,11434,11441,11444,11454,11464,11474,11484,11494,11505,11511,11515,11525,11535,11545,11551,11555,11565,11575,11585,11595,11606,11611,11616,11626,11636,11646,11656,11661,11666,11676,11686,11696,11707,11711,11717,11727,11737,11747,11757,11767,11771,11777,11787,11797,11808,11811,11818,11828,11838,11848,11858,11868,11878,11881,11888,11898,11909,11911,11919,11929,11939,11949,11959,11969,11979,11989,11991,11999,12002,12012,12021,12100,12111,12112,12121,12122,12133,12144,12155,12166,12177,12188,12199,12210,12211,12212,12213,12214,12215,12216,12217,12218,12219,12221,12222,12312,12321,12332,12412,12421,12442,12512,12521,12552,12612,12621,12662,12712,12721,12772,12812,12821,12882,12912,12921,12992,13003,13013,13031,13100,13111,13113,13122,13131,13133,13144,13155,13166,13177,13188,13199,13213,13223,13231,13310,13311,13312,13313,13314,13315,13316,13317,13318,13319,13331,13333,13413,13431,13443,13513,13531,13553,13613,13631,13663,13713,13731,13773,13813,13831,13883,13913,13931,13993,14004,14014,14041,14100,14111,14114,14122,14133,14141,14144,14155,14166,14177,14188,14199,14214,14224,14241,14314,14334,14341,14410,14411,14412,14413,14414,14415,14416,14417,14418,14419,14441,14444,14514,14541,14554,14614,14641,14664,14714,14741,14774,14814,14841,14884,14914,14941,14994,15005,15015,15051,15100,15111,15115,15122,15133,15144,15151,15155,15166,15177,15188,15199,15215,15225,15251,15315,15335,15351,15415,15445,15451,15510,15511,15512,15513,15514,15515,15516,15517,15518,15519,15551,15555,15615,15651,15665,15715,15751,15775,15815,15851,15885,15915,15951,15995,16006,16016,16061,16100,16111,16116,16122,16133,16144,16155,16161,16166,16177,16188,16199,16216,16226,16261,16316,16336,16361,16416,16446,16461,16516,16556,16561,16610,16611,16612,16613,16614,16615,16616,16617,16618,16619,16661,16666,16716,16761,16776,16816,16861,16886,16916,16961,16996,17007,17017,17071,17100,17111,17117,17122,17133,17144,17155,17166,17171,17177,17188,17199,17217,17227,17271,17317,17337,17371,17417,17447,17471,17517,17557,17571,17617,17667,17671,17710,17711,17712,17713,17714,17715,17716,17717,17718,17719,17771,17777,17817,17871,17887,17917,17971,17997,18008,18018,18081,18100,18111,18118,18122,18133,18144,18155,18166,18177,18181,18188,18199,18218,18228,18281,18318,18338,18381,18418,18448,18481,18518,18558,18581,18618,18668,18681,18718,18778,18781,18810,18811,18812,18813,18814,18815,18816,18817,18818,18819,18881,18888,18918,18981,18998,19009,19019,19091,19100,19111,19119,19122,19133,19144,19155,19166,19177,19188,19191,19199,19219,19229,19291,19319,19339,19391,19419,19449,19491,19519,19559,19591,19619,19669,19691,19719,19779,19791,19819,19889,19891,19910,19911,19912,19913,19914,19915,19916,19917,19918,19919,19991,19999,20002,20020,20021,20022,20023,20024,20025,20026,20027,20028,20029,20102,20120,20200,20202,20211,20220,20222,20233,20244,20255,20266,20277,20288,20299,20302,20320,20402,20420,20502,20520,20602,20620,20702,20720,20802,20820,20902,20920,21001,21012,21021,21111,21112,21120,21121,21122,21123,21124,21125,21126,21127,21128,21129,21200,21211,21212,21221,21222,21233,21244,21255,21266,21277,21288,21299,21312,21321,21331,21412,21421,21441,21512,21521,21551,21612,21621,21661,21712,21721,21771,21812,21821,21881,21912,21921,21991,22002,22022,22101,22111,22112,22121,22122,22131,22141,22151,22161,22171,22181,22191,22200,22202,22211,22212,22220,22221,22222,22223,22224,22225,22226,22227,22228,22229,22232,22233,22242,22244,22252,22255,22262,22266,22272,22277,22282,22288,22292,22299,22303,22313,22322,22323,22332,22333,22343,22353,22363,22373,22383,22393,22404,22414,22422,22424,22434,22442,22444,22454,22464,22474,22484,22494,22505,22515,22522,22525,22535,22545,22552,22555,22565,22575,22585,22595,22606,22616,22622,22626,22636,22646,22656,22662,22666,22676,22686,22696,22707,22717,22722,22727,22737,22747,22757,22767,22772,22777,22787,22797,22808,22818,22822,22828,22838,22848,22858,22868,22878,22882,22888,22898,22909,22919,22922,22929,22939,22949,22959,22969,22979,22989,22992,22999,23003,23023,23032,23113,23123,23132,23200,23211,23222,23223,23232,23233,23244,23255,23266,23277,23288,23299,23320,23321,23322,23323,23324,23325,23326,23327,23328,23329,23332,23333,23423,23432,23443,23523,23532,23553,23623,23632,23663,23723,23732,23773,23823,23832,23883,23923,23932,23993,24004,24024,24042,24114,24124,24142,24200,24211,24222,24224,24233,24242,24244,24255,24266,24277,24288,24299,24324,24334,24342,24420,24421,24422,24423,24424,24425,24426,24427,24428,24429,24442,24444,24524,24542,24554,24624,24642,24664,24724,24742,24774,24824,24842,24884,24924,24942,24994,25005,25025,25052,25115,25125,25152,25200,25211,25222,25225,25233,25244,25252,25255,25266,25277,25288,25299,25325,25335,25352,25425,25445,25452,25520,25521,25522,25523,25524,25525,25526,25527,25528,25529,25552,25555,25625,25652,25665,25725,25752,25775,25825,25852,25885,25925,25952,25995,26006,26026,26062,26116,26126,26162,26200,26211,26222,26226,26233,26244,26255,26262,26266,26277,26288,26299,26326,26336,26362,26426,26446,26462,26526,26556,26562,26620,26621,26622,26623,26624,26625,26626,26627,26628,26629,26662,26666,26726,26762,26776,26826,26862,26886,26926,26962,26996,27007,27027,27072,27117,27127,27172,27200,27211,27222,27227,27233,27244,27255,27266,27272,27277,27288,27299,27327,27337,27372,27427,27447,27472,27527,27557,27572,27627,27667,27672,27720,27721,27722,27723,27724,27725,27726,27727,27728,27729,27772,27777,27827,27872,27887,27927,27972,27997,28008,28028,28082,28118,28128,28182,28200,28211,28222,28228,28233,28244,28255,28266,28277,28282,28288,28299,28328,28338,28382,28428,28448,28482,28528,28558,28582,28628,28668,28682,28728,28778,28782,28820,28821,28822,28823,28824,28825,28826,28827,28828,28829,28882,28888,28928,28982,28998,29009,29029,29092,29119,29129,29192,29200,29211,29222,29229,29233,29244,29255,29266,29277,29288,29292,29299,29329,29339,29392,29429,29449,29492,29529,29559,29592,29629,29669,29692,29729,29779,29792,29829,29889,29892,29920,29921,29922,29923,29924,29925,29926,29927,29928,29929,29992,29999,30003,30030,30031,30032,30033,30034,30035,30036,30037,30038,30039,30103,30130,30203,30230,30300,30303,30311,30322,30330,30333,30344,30355,30366,30377,30388,30399,30403,30430,30503,30530,30603,30630,30703,30730,30803,30830,30903,30930,31001,31013,31031,31111,31113,31130,31131,31132,31133,31134,31135,31136,31137,31138,31139,31213,31221,31231,31300,31311,31313,31322,31331,31333,31344,31355,31366,31377,31388,31399,31413,31431,31441,31513,31531,31551,31613,31631,31661,31713,31731,31771,31813,31831,31881,31913,31931,31991,32002,32023,32032,32112,32123,32132,32222,32223,32230,32231,32232,32233,32234,32235,32236,32237,32238,32239,32300,32311,32322,32323,32332,32333,32344,32355,32366,32377,32388,32399,32423,32432,32442,32523,32532,32552,32623,32632,32662,32723,32732,32772,32823,32832,32882,32923,32932,32992,33003,33033,33101,33111,33113,33121,33131,33133,33141,33151,33161,33171,33181,33191,33202,33212,33222,33223,33232,33233,33242,33252,33262,33272,33282,33292,33300,33303,33311,33313,33322,33323,33330,33331,33332,33333,33334,33335,33336,33337,33338,33339,33343,33344,33353,33355,33363,33366,33373,33377,33383,33388,33393,33399,33404,33414,33424,33433,33434,33443,33444,33454,33464,33474,33484,33494,33505,33515,33525,33533,33535,33545,33553,33555,33565,33575,33585,33595,33606,33616,33626,33633,33636,33646,33656,33663,33666,33676,33686,33696,33707,33717,33727,33733,33737,33747,33757,33767,33773,33777,33787,33797,33808,33818,33828,33833,33838,33848,33858,33868,33878,33883,33888,33898,33909,33919,33929,33933,33939,33949,33959,33969,33979,33989,33993,33999,34004,34034,34043,34114,34134,34143,34224,34234,34243,34300,34311,34322,34333,34334,34343,34344,34355,34366,34377,34388,34399,34430,34431,34432,34433,34434,34435,34436,34437,34438,34439,34443,34444,34534,34543,34554,34634,34643,34664,34734,34743,34774,34834,34843,34884,34934,34943,34994,35005,35035,35053,35115,35135,35153,35225,35235,35253,35300,35311,35322,35333,35335,35344,35353,35355,35366,35377,35388,35399,35435,35445,35453,35530,35531,35532,35533,35534,35535,35536,35537,35538,35539,35553,35555,35635,35653,35665,35735,35753,35775,35835,35853,35885,35935,35953,35995,36006,36036,36063,36116,36136,36163,36226,36236,36263,36300,36311,36322,36333,36336,36344,36355,36363,36366,36377,36388,36399,36436,36446,36463,36536,36556,36563,36630,36631,36632,36633,36634,36635,36636,36637,36638,36639,36663,36666,36736,36763,36776,36836,36863,36886,36936,36963,36996,37007,37037,37073,37117,37137,37173,37227,37237,37273,37300,37311,37322,37333,37337,37344,37355,37366,37373,37377,37388,37399,37437,37447,37473,37537,37557,37573,37637,37667,37673,37730,37731,37732,37733,37734,37735,37736,37737,37738,37739,37773,37777,37837,37873,37887,37937,37973,37997,38008,38038,38083,38118,38138,38183,38228,38238,38283,38300,38311,38322,38333,38338,38344,38355,38366,38377,38383,38388,38399,38438,38448,38483,38538,38558,38583,38638,38668,38683,38738,38778,38783,38830,38831,38832,38833,38834,38835,38836,38837,38838,38839,38883,38888,38938,38983,38998,39009,39039,39093,39119,39139,39193,39229,39239,39293,39300,39311,39322,39333,39339,39344,39355,39366,39377,39388,39393,39399,39439,39449,39493,39539,39559,39593,39639,39669,39693,39739,39779,39793,39839,39889,39893,39930,39931,39932,39933,39934,39935,39936,39937,39938,39939,39993,39999,40004,40040,40041,40042,40043,40044,40045,40046,40047,40048,40049,40104,40140,40204,40240,40304,40340,40400,40404,40411,40422,40433,40440,40444,40455,40466,40477,40488,40499,40504,40540,40604,40640,40704,40740,40804,40840,40904,40940,41001,41014,41041,41111,41114,41140,41141,41142,41143,41144,41145,41146,41147,41148,41149,41214,41221,41241,41314,41331,41341,41400,41411,41414,41422,41433,41441,41444,41455,41466,41477,41488,41499,41514,41541,41551,41614,41641,41661,41714,41741,41771,41814,41841,41881,41914,41941,41991,42002,42024,42042,42112,42124,42142,42222,42224,42240,42241,42242,42243,42244,42245,42246,42247,42248,42249,42324,42332,42342,42400,42411,42422,42424,42433,42442,42444,42455,42466,42477,42488,42499,42524,42542,42552,42624,42642,42662,42724,42742,42772,42824,42842,42882,42924,42942,42992,43003,43034,43043,43113,43134,43143,43223,43234,43243,43333,43334,43340,43341,43342,43343,43344,43345,43346,43347,43348,43349,43400,43411,43422,43433,43434,43443,43444,43455,43466,43477,43488,43499,43534,43543,43553,43634,43643,43663,43734,43743,43773,43834,43843,43883,43934,43943,43993,44004,44044,44101,44111,44114,44121,44131,44141,44144,44151,44161,44171,44181,44191,44202,44212,44222,44224,44232,44242,44244,44252,44262,44272,44282,44292,44303,44313,44323,44333,44334,44343,44344,44353,44363,44373,44383,44393,44400,44404,44411,44414,44422,44424,44433,44434,44440,44441,44442,44443,44444,44445,44446,44447,44448,44449,44454,44455,44464,44466,44474,44477,44484,44488,44494,44499,44505,44515,44525,44535,44544,44545,44554,44555,44565,44575,44585,44595,44606,44616,44626,44636,44644,44646,44656,44664,44666,44676,44686,44696,44707,44717,44727,44737,44744,44747,44757,44767,44774,44777,44787,44797,44808,44818,44828,44838,44844,44848,44858,44868,44878,44884,44888,44898,44909,44919,44929,44939,44944,44949,44959,44969,44979,44989,44994,44999,45005,45045,45054,45115,45145,45154,45225,45245,45254,45335,45345,45354,45400,45411,45422,45433,45444,45445,45454,45455,45466,45477,45488,45499,45540,45541,45542,45543,45544,45545,45546,45547,45548,45549,45554,45555,45645,45654,45665,45745,45754,45775,45845,45854,45885,45945,45954,45995,46006,46046,46064,46116,46146,46164,46226,46246,46264,46336,46346,46364,46400,46411,46422,46433,46444,46446,46455,46464,46466,46477,46488,46499,46546,46556,46564,46640,46641,46642,46643,46644,46645,46646,46647,46648,46649,46664,46666,46746,46764,46776,46846,46864,46886,46946,46964,46996,47007,47047,47074,47117,47147,47174,47227,47247,47274,47337,47347,47374,47400,47411,47422,47433,47444,47447,47455,47466,47474,47477,47488,47499,47547,47557,47574,47647,47667,47674,47740,47741,47742,47743,47744,47745,47746,47747,47748,47749,47774,47777,47847,47874,47887,47947,47974,47997,48008,48048,48084,48118,48148,48184,48228,48248,48284,48338,48348,48384,48400,48411,48422,48433,48444,48448,48455,48466,48477,48484,48488,48499,48548,48558,48584,48648,48668,48684,48748,48778,48784,48840,48841,48842,48843,48844,48845,48846,48847,48848,48849,48884,48888,48948,48984,48998,49009,49049,49094,49119,49149,49194,49229,49249,49294,49339,49349,49394,49400,49411,49422,49433,49444,49449,49455,49466,49477,49488,49494,49499,49549,49559,49594,49649,49669,49694,49749,49779,49794,49849,49889,49894,49940,49941,49942,49943,49944,49945,49946,49947,49948,49949,49994,49999,50005,50050,50051,50052,50053,50054,50055,50056,50057,50058,50059,50105,50150,50205,50250,50305,50350,50405,50450,50500,50505,50511,50522,50533,50544,50550,50555,50566,50577,50588,50599,50605,50650,50705,50750,50805,50850,50905,50950,51001,51015,51051,51111,51115,51150,51151,51152,51153,51154,51155,51156,51157,51158,51159,51215,51221,51251,51315,51331,51351,51415,51441,51451,51500,51511,51515,51522,51533,51544,51551,51555,51566,51577,51588,51599,51615,51651,51661,51715,51751,51771,51815,51851,51881,51915,51951,51991,52002,52025,52052,52112,52125,52152,52222,52225,52250,52251,52252,52253,52254,52255,52256,52257,52258,52259,52325,52332,52352,52425,52442,52452,52500,52511,52522,52525,52533,52544,52552,52555,52566,52577,52588,52599,52625,52652,52662,52725,52752,52772,52825,52852,52882,52925,52952,52992,53003,53035,53053,53113,53135,53153,53223,53235,53253,53333,53335,53350,53351,53352,53353,53354,53355,53356,53357,53358,53359,53435,53443,53453,53500,53511,53522,53533,53535,53544,53553,53555,53566,53577,53588,53599,53635,53653,53663,53735,53753,53773,53835,53853,53883,53935,53953,53993,54004,54045,54054,54114,54145,54154,54224,54245,54254,54334,54345,54354,54444,54445,54450,54451,54452,54453,54454,54455,54456,54457,54458,54459,54500,54511,54522,54533,54544,54545,54554,54555,54566,54577,54588,54599,54645,54654,54664,54745,54754,54774,54845,54854,54884,54945,54954,54994,55005,55055,55101,55111,55115,55121,55131,55141,55151,55155,55161,55171,55181,55191,55202,55212,55222,55225,55232,55242,55252,55255,55262,55272,55282,55292,55303,55313,55323,55333,55335,55343,55353,55355,55363,55373,55383,55393,55404,55414,55424,55434,55444,55445,55454,55455,55464,55474,55484,55494,55500,55505,55511,55515,55522,55525,55533,55535,55544,55545,55550,55551,55552,55553,55554,55555,55556,55557,55558,55559,55565,55566,55575,55577,55585,55588,55595,55599,55606,55616,55626,55636,55646,55655,55656,55665,55666,55676,55686,55696,55707,55717,55727,55737,55747,55755,55757,55767,55775,55777,55787,55797,55808,55818,55828,55838,55848,55855,55858,55868,55878,55885,55888,55898,55909,55919,55929,55939,55949,55955,55959,55969,55979,55989,55995,55999,56006,56056,56065,56116,56156,56165,56226,56256,56265,56336,56356,56365,56446,56456,56465,56500,56511,56522,56533,56544,56555,56556,56565,56566,56577,56588,56599,56650,56651,56652,56653,56654,56655,56656,56657,56658,56659,56665,56666,56756,56765,56776,56856,56865,56886,56956,56965,56996,57007,57057,57075,57117,57157,57175,57227,57257,57275,57337,57357,57375,57447,57457,57475,57500,57511,57522,57533,57544,57555,57557,57566,57575,57577,57588,57599,57657,57667,57675,57750,57751,57752,57753,57754,57755,57756,57757,57758,57759,57775,57777,57857,57875,57887,57957,57975,57997,58008,58058,58085,58118,58158,58185,58228,58258,58285,58338,58358,58385,58448,58458,58485,58500,58511,58522,58533,58544,58555,58558,58566,58577,58585,58588,58599,58658,58668,58685,58758,58778,58785,58850,58851,58852,58853,58854,58855,58856,58857,58858,58859,58885,58888,58958,58985,58998,59009,59059,59095,59119,59159,59195,59229,59259,59295,59339,59359,59395,59449,59459,59495,59500,59511,59522,59533,59544,59555,59559,59566,59577,59588,59595,59599,59659,59669,59695,59759,59779,59795,59859,59889,59895,59950,59951,59952,59953,59954,59955,59956,59957,59958,59959,59995,59999,60006,60060,60061,60062,60063,60064,60065,60066,60067,60068,60069,60106,60160,60206,60260,60306,60360,60406,60460,60506,60560,60600,60606,60611,60622,60633,60644,60655,60660,60666,60677,60688,60699,60706,60760,60806,60860,60906,60960,61001,61016,61061,61111,61116,61160,61161,61162,61163,61164,61165,61166,61167,61168,61169,61216,61221,61261,61316,61331,61361,61416,61441,61461,61516,61551,61561,61600,61611,61616,61622,61633,61644,61655,61661,61666,61677,61688,61699,61716,61761,61771,61816,61861,61881,61916,61961,61991,62002,62026,62062,62112,62126,62162,62222,62226,62260,62261,62262,62263,62264,62265,62266,62267,62268,62269,62326,62332,62362,62426,62442,62462,62526,62552,62562,62600,62611,62622,62626,62633,62644,62655,62662,62666,62677,62688,62699,62726,62762,62772,62826,62862,62882,62926,62962,62992,63003,63036,63063,63113,63136,63163,63223,63236,63263,63333,63336,63360,63361,63362,63363,63364,63365,63366,63367,63368,63369,63436,63443,63463,63536,63553,63563,63600,63611,63622,63633,63636,63644,63655,63663,63666,63677,63688,63699,63736,63763,63773,63836,63863,63883,63936,63963,63993,64004,64046,64064,64114,64146,64164,64224,64246,64264,64334,64346,64364,64444,64446,64460,64461,64462,64463,64464,64465,64466,64467,64468,64469,64546,64554,64564,64600,64611,64622,64633,64644,64646,64655,64664,64666,64677,64688,64699,64746,64764,64774,64846,64864,64884,64946,64964,64994,65005,65056,65065,65115,65156,65165,65225,65256,65265,65335,65356,65365,65445,65456,65465,65555,65556,65560,65561,65562,65563,65564,65565,65566,65567,65568,65569,65600,65611,65622,65633,65644,65655,65656,65665,65666,65677,65688,65699,65756,65765,65775,65856,65865,65885,65956,65965,65995,66006,66066,66101,66111,66116,66121,66131,66141,66151,66161,66166,66171,66181,66191,66202,66212,66222,66226,66232,66242,66252,66262,66266,66272,66282,66292,66303,66313,66323,66333,66336,66343,66353,66363,66366,66373,66383,66393,66404,66414,66424,66434,66444,66446,66454,66464,66466,66474,66484,66494,66505,66515,66525,66535,66545,66555,66556,66565,66566,66575,66585,66595,66600,66606,66611,66616,66622,66626,66633,66636,66644,66646,66655,66656,66660,66661,66662,66663,66664,66665,66666,66667,66668,66669,66676,66677,66686,66688,66696,66699,66707,66717,66727,66737,66747,66757,66766,66767,66776,66777,66787,66797,66808,66818,66828,66838,66848,66858,66866,66868,66878,66886,66888,66898,66909,66919,66929,66939,66949,66959,66966,66969,66979,66989,66996,66999,67007,67067,67076,67117,67167,67176,67227,67267,67276,67337,67367,67376,67447,67467,67476,67557,67567,67576,67600,67611,67622,67633,67644,67655,67666,67667,67676,67677,67688,67699,67760,67761,67762,67763,67764,67765,67766,67767,67768,67769,67776,67777,67867,67876,67887,67967,67976,67997,68008,68068,68086,68118,68168,68186,68228,68268,68286,68338,68368,68386,68448,68468,68486,68558,68568,68586,68600,68611,68622,68633,68644,68655,68666,68668,68677,68686,68688,68699,68768,68778,68786,68860,68861,68862,68863,68864,68865,68866,68867,68868,68869,68886,68888,68968,68986,68998,69009,69069,69096,69119,69169,69196,69229,69269,69296,69339,69369,69396,69449,69469,69496,69559,69569,69596,69600,69611,69622,69633,69644,69655,69666,69669,69677,69688,69696,69699,69769,69779,69796,69869,69889,69896,69960,69961,69962,69963,69964,69965,69966,69967,69968,69969,69996,69999,70007,70070,70071,70072,70073,70074,70075,70076,70077,70078,70079,70107,70170,70207,70270,70307,70370,70407,70470,70507,70570,70607,70670,70700,70707,70711,70722,70733,70744,70755,70766,70770,70777,70788,70799,70807,70870,70907,70970,71001,71017,71071,71111,71117,71170,71171,71172,71173,71174,71175,71176,71177,71178,71179,71217,71221,71271,71317,71331,71371,71417,71441,71471,71517,71551,71571,71617,71661,71671,71700,71711,71717,71722,71733,71744,71755,71766,71771,71777,71788,71799,71817,71871,71881,71917,71971,71991,72002,72027,72072,72112,72127,72172,72222,72227,72270,72271,72272,72273,72274,72275,72276,72277,72278,72279,72327,72332,72372,72427,72442,72472,72527,72552,72572,72627,72662,72672,72700,72711,72722,72727,72733,72744,72755,72766,72772,72777,72788,72799,72827,72872,72882,72927,72972,72992,73003,73037,73073,73113,73137,73173,73223,73237,73273,73333,73337,73370,73371,73372,73373,73374,73375,73376,73377,73378,73379,73437,73443,73473,73537,73553,73573,73637,73663,73673,73700,73711,73722,73733,73737,73744,73755,73766,73773,73777,73788,73799,73837,73873,73883,73937,73973,73993,74004,74047,74074,74114,74147,74174,74224,74247,74274,74334,74347,74374,74444,74447,74470,74471,74472,74473,74474,74475,74476,74477,74478,74479,74547,74554,74574,74647,74664,74674,74700,74711,74722,74733,74744,74747,74755,74766,74774,74777,74788,74799,74847,74874,74884,74947,74974,74994,75005,75057,75075,75115,75157,75175,75225,75257,75275,75335,75357,75375,75445,75457,75475,75555,75557,75570,75571,75572,75573,75574,75575,75576,75577,75578,75579,75657,75665,75675,75700,75711,75722,75733,75744,75755,75757,75766,75775,75777,75788,75799,75857,75875,75885,75957,75975,75995,76006,76067,76076,76116,76167,76176,76226,76267,76276,76336,76367,76376,76446,76467,76476,76556,76567,76576,76666,76667,76670,76671,76672,76673,76674,76675,76676,76677,76678,76679,76700,76711,76722,76733,76744,76755,76766,76767,76776,76777,76788,76799,76867,76876,76886,76967,76976,76996,77007,77077,77101,77111,77117,77121,77131,77141,77151,77161,77171,77177,77181,77191,77202,77212,77222,77227,77232,77242,77252,77262,77272,77277,77282,77292,77303,77313,77323,77333,77337,77343,77353,77363,77373,77377,77383,77393,77404,77414,77424,77434,77444,77447,77454,77464,77474,77477,77484,77494,77505,77515,77525,77535,77545,77555,77557,77565,77575,77577,77585,77595,77606,77616,77626,77636,77646,77656,77666,77667,77676,77677,77686,77696,77700,77707,77711,77717,77722,77727,77733,77737,77744,77747,77755,77757,77766,77767,77770,77771,77772,77773,77774,77775,77776,77777,77778,77779,77787,77788,77797,77799,77808,77818,77828,77838,77848,77858,77868,77877,77878,77887,77888,77898,77909,77919,77929,77939,77949,77959,77969,77977,77979,77989,77997,77999,78008,78078,78087,78118,78178,78187,78228,78278,78287,78338,78378,78387,78448,78478,78487,78558,78578,78587,78668,78678,78687,78700,78711,78722,78733,78744,78755,78766,78777,78778,78787,78788,78799,78870,78871,78872,78873,78874,78875,78876,78877,78878,78879,78887,78888,78978,78987,78998,79009,79079,79097,79119,79179,79197,79229,79279,79297,79339,79379,79397,79449,79479,79497,79559,79579,79597,79669,79679,79697,79700,79711,79722,79733,79744,79755,79766,79777,79779,79788,79797,79799,79879,79889,79897,79970,79971,79972,79973,79974,79975,79976,79977,79978,79979,79997,79999,80008,80080,80081,80082,80083,80084,80085,80086,80087,80088,80089,80108,80180,80208,80280,80308,80380,80408,80480,80508,80580,80608,80680,80708,80780,80800,80808,80811,80822,80833,80844,80855,80866,80877,80880,80888,80899,80908,80980,81001,81018,81081,81111,81118,81180,81181,81182,81183,81184,81185,81186,81187,81188,81189,81218,81221,81281,81318,81331,81381,81418,81441,81481,81518,81551,81581,81618,81661,81681,81718,81771,81781,81800,81811,81818,81822,81833,81844,81855,81866,81877,81881,81888,81899,81918,81981,81991,82002,82028,82082,82112,82128,82182,82222,82228,82280,82281,82282,82283,82284,82285,82286,82287,82288,82289,82328,82332,82382,82428,82442,82482,82528,82552,82582,82628,82662,82682,82728,82772,82782,82800,82811,82822,82828,82833,82844,82855,82866,82877,82882,82888,82899,82928,82982,82992,83003,83038,83083,83113,83138,83183,83223,83238,83283,83333,83338,83380,83381,83382,83383,83384,83385,83386,83387,83388,83389,83438,83443,83483,83538,83553,83583,83638,83663,83683,83738,83773,83783,83800,83811,83822,83833,83838,83844,83855,83866,83877,83883,83888,83899,83938,83983,83993,84004,84048,84084,84114,84148,84184,84224,84248,84284,84334,84348,84384,84444,84448,84480,84481,84482,84483,84484,84485,84486,84487,84488,84489,84548,84554,84584,84648,84664,84684,84748,84774,84784,84800,84811,84822,84833,84844,84848,84855,84866,84877,84884,84888,84899,84948,84984,84994,85005,85058,85085,85115,85158,85185,85225,85258,85285,85335,85358,85385,85445,85458,85485,85555,85558,85580,85581,85582,85583,85584,85585,85586,85587,85588,85589,85658,85665,85685,85758,85775,85785,85800,85811,85822,85833,85844,85855,85858,85866,85877,85885,85888,85899,85958,85985,85995,86006,86068,86086,86116,86168,86186,86226,86268,86286,86336,86368,86386,86446,86468,86486,86556,86568,86586,86666,86668,86680,86681,86682,86683,86684,86685,86686,86687,86688,86689,86768,86776,86786,86800,86811,86822,86833,86844,86855,86866,86868,86877,86886,86888,86899,86968,86986,86996,87007,87078,87087,87117,87178,87187,87227,87278,87287,87337,87378,87387,87447,87478,87487,87557,87578,87587,87667,87678,87687,87777,87778,87780,87781,87782,87783,87784,87785,87786,87787,87788,87789,87800,87811,87822,87833,87844,87855,87866,87877,87878,87887,87888,87899,87978,87987,87997,88008,88088,88101,88111,88118,88121,88131,88141,88151,88161,88171,88181,88188,88191,88202,88212,88222,88228,88232,88242,88252,88262,88272,88282,88288,88292,88303,88313,88323,88333,88338,88343,88353,88363,88373,88383,88388,88393,88404,88414,88424,88434,88444,88448,88454,88464,88474,88484,88488,88494,88505,88515,88525,88535,88545,88555,88558,88565,88575,88585,88588,88595,88606,88616,88626,88636,88646,88656,88666,88668,88676,88686,88688,88696,88707,88717,88727,88737,88747,88757,88767,88777,88778,88787,88788,88797,88800,88808,88811,88818,88822,88828,88833,88838,88844,88848,88855,88858,88866,88868,88877,88878,88880,88881,88882,88883,88884,88885,88886,88887,88888,88889,88898,88899,88909,88919,88929,88939,88949,88959,88969,88979,88988,88989,88998,88999,89009,89089,89098,89119,89189,89198,89229,89289,89298,89339,89389,89398,89449,89489,89498,89559,89589,89598,89669,89689,89698,89779,89789,89798,89800,89811,89822,89833,89844,89855,89866,89877,89888,89889,89898,89899,89980,89981,89982,89983,89984,89985,89986,89987,89988,89989,89998,89999,90009,90090,90091,90092,90093,90094,90095,90096,90097,90098,90099,90109,90190,90209,90290,90309,90390,90409,90490,90509,90590,90609,90690,90709,90790,90809,90890,90900,90909,90911,90922,90933,90944,90955,90966,90977,90988,90990,90999,91001,91019,91091,91111,91119,91190,91191,91192,91193,91194,91195,91196,91197,91198,91199,91219,91221,91291,91319,91331,91391,91419,91441,91491,91519,91551,91591,91619,91661,91691,91719,91771,91791,91819,91881,91891,91900,91911,91919,91922,91933,91944,91955,91966,91977,91988,91991,91999,92002,92029,92092,92112,92129,92192,92222,92229,92290,92291,92292,92293,92294,92295,92296,92297,92298,92299,92329,92332,92392,92429,92442,92492,92529,92552,92592,92629,92662,92692,92729,92772,92792,92829,92882,92892,92900,92911,92922,92929,92933,92944,92955,92966,92977,92988,92992,92999,93003,93039,93093,93113,93139,93193,93223,93239,93293,93333,93339,93390,93391,93392,93393,93394,93395,93396,93397,93398,93399,93439,93443,93493,93539,93553,93593,93639,93663,93693,93739,93773,93793,93839,93883,93893,93900,93911,93922,93933,93939,93944,93955,93966,93977,93988,93993,93999,94004,94049,94094,94114,94149,94194,94224,94249,94294,94334,94349,94394,94444,94449,94490,94491,94492,94493,94494,94495,94496,94497,94498,94499,94549,94554,94594,94649,94664,94694,94749,94774,94794,94849,94884,94894,94900,94911,94922,94933,94944,94949,94955,94966,94977,94988,94994,94999,95005,95059,95095,95115,95159,95195,95225,95259,95295,95335,95359,95395,95445,95459,95495,95555,95559,95590,95591,95592,95593,95594,95595,95596,95597,95598,95599,95659,95665,95695,95759,95775,95795,95859,95885,95895,95900,95911,95922,95933,95944,95955,95959,95966,95977,95988,95995,95999,96006,96069,96096,96116,96169,96196,96226,96269,96296,96336,96369,96396,96446,96469,96496,96556,96569,96596,96666,96669,96690,96691,96692,96693,96694,96695,96696,96697,96698,96699,96769,96776,96796,96869,96886,96896,96900,96911,96922,96933,96944,96955,96966,96969,96977,96988,96996,96999,97007,97079,97097,97117,97179,97197,97227,97279,97297,97337,97379,97397,97447,97479,97497,97557,97579,97597,97667,97679,97697,97777,97779,97790,97791,97792,97793,97794,97795,97796,97797,97798,97799,97879,97887,97897,97900,97911,97922,97933,97944,97955,97966,97977,97979,97988,97997,97999,98008,98089,98098,98118,98189,98198,98228,98289,98298,98338,98389,98398,98448,98489,98498,98558,98589,98598,98668,98689,98698,98778,98789,98798,98888,98889,98890,98891,98892,98893,98894,98895,98896,98897,98898,98899,98900,98911,98922,98933,98944,98955,98966,98977,98988,98989,98998,98999,99009,99099,99101,99111,99119,99121,99131,99141,99151,99161,99171,99181,99191,99199,99202,99212,99222,99229,99232,99242,99252,99262,99272,99282,99292,99299,99303,99313,99323,99333,99339,99343,99353,99363,99373,99383,99393,99399,99404,99414,99424,99434,99444,99449,99454,99464,99474,99484,99494,99499,99505,99515,99525,99535,99545,99555,99559,99565,99575,99585,99595,99599,99606,99616,99626,99636,99646,99656,99666,99669,99676,99686,99696,99699,99707,99717,99727,99737,99747,99757,99767,99777,99779,99787,99797,99799,99808,99818,99828,99838,99848,99858,99868,99878,99888,99889,99898,99899,99900,99909,99911,99919,99922,99929,99933,99939,99944,99949,99955,99959,99966,99969,99977,99979,99988,99989,99990,99991,99992,99993,99994,99995,99996,99997,99998,99999}

(those results will be submitted soon to the OEIS – many, many thanks, Jean-Marc !-)



 




Commentaires

Posts les plus consultés de ce blog

A square for three (chess)

Beautés ?

Underline, reproduce