cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A302142 a(n) = (-1) * round(j((1 + sqrt(-n))/2)), where j is j-invariant.

This page as a plain text file.
%I A302142 #83 Feb 16 2025 08:33:53
%S A302142 -1728,-233,0,90,539,1539,3375,6511,11663,19897,32768,52512,82306,
%T A302142 126616,191658,286008,421407,613808,884736,1263051,1787217,2508208,
%U A302142 3493226,4830420,6634880,9056199,12288000,16579887,22252407,29715715,39492794,52248279,68824132
%N A302142 a(n) = (-1) * round(j((1 + sqrt(-n))/2)), where j is j-invariant.
%C A302142 a(n) is close to A056580(n) - 744.
%H A302142 Seiichi Manyama, <a href="/A302142/b302142.txt">Table of n, a(n) for n = 1..200</a>
%H A302142 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/j-Function.html">j-Function</a>
%e A302142    n | j((1 + sqrt(-n))/2) |   a(n)  | A056580(n) - 744
%e A302142   ---+---------------------+---------+------------------
%e A302142    1 |       -1728         |   -1728 |             -721
%e A302142    2 |        -232.86...   |    -233 |             -659
%e A302142    3 |           0         |       0 |             -513
%e A302142    4 |          89.59...   |      90 |             -209
%e A302142    5 |         538.90...   |     539 |              380
%e A302142    6 |        1539.19...   |    1539 |             1454
%e A302142    7 |        3375         |    3375 |             3328
%e A302142    8 |        6511.17...   |    6511 |             6484
%e A302142    9 |       11663.39...   |   11663 |            11648
%e A302142   10 |       19897.28...   |   19897 |            19888
%e A302142   11 |       32768         |   32768 |            32762
%e A302142   12 |       52511.98...   |   52512 |            52508
%e A302142   13 |       82306.31...   |   82306 |            82304
%e A302142   14 |      126616.31...   |  126616 |           126615
%e A302142   15 |      191657.83...   |  191658 |           191657
%e A302142   16 |      286007.99...   |  286008 |           286007
%e A302142   17 |      421407.46...   |  421407 |           421407
%e A302142   18 |      613808.31...   |  613808 |           613808
%e A302142   19 |      884736         |  884736 |           884736
%e A302142   20 |     1263050.90...   | 1263051 |          1263051
%e A302142   21 |     1787216.60...   | 1787217 |          1787216
%e A302142   22 |     2508208.07...   | 2508208 |          2508208
%o A302142 (PARI) {a(n) = -round(ellj((1+sqrt(n)*I)/2))}
%Y A302142 Cf. A000521, A056580, A305500.
%K A302142 sign
%O A302142 1,1
%A A302142 _Seiichi Manyama_, Jun 04 2018