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.

Showing 1-4 of 4 results.

A165462 a(n) = (A165463(n)-3)/4.

Original entry on oeis.org

118, 193, 211, 232, 379, 493, 568, 574, 673, 868, 925, 943, 1243, 1261, 1300, 1318, 1372, 1408, 1471, 1618, 1693, 1702, 1816, 1993, 2068, 2290, 2323, 2368, 2389, 2395, 2437, 2443, 2512, 2731, 2743, 2797, 2818, 2968, 3106, 3118, 3193, 3235
Offset: 0

Views

Author

Antti Karttunen, Oct 06 2009

Keywords

Comments

Conjecture: These are all those terms of A165602 which = 1 modulo 3. If this is true, then A165461 gives also the positions of zeros in A165605. - Antti Karttunen, Oct 05 2009

Crossrefs

Cf. A165461-A165463. See also the conjecture in A165460.

A165460 The height at the 1/3 point of Jacobi-bridge, computed for 12n+7. a(n) = Sum_{i=0..(4n+2)} J(i,12n+7), where J(i,m) is the Jacobi symbol.

Original entry on oeis.org

2, 2, 6, 2, 8, 2, 10, 4, 10, 4, 10, 6, 14, 2, 4, 4, 18, 6, 14, 4, 12, 8, 22, 6, 16, 6, 20, 6, 2, 8, 18, 6, 28, 4, 20, 4, 30, 12, 14, 0, 14, 6, 28, 10, 28, 6, 32, 10, 16, 8, 26, 10, 26, 6, 24, 8, 36, 10, 28, 8, 26, 10, 30, 8, 0, 10, 32, 14, 18, 12, 0, 14, 44, 6, 32, 6, 38, 0, 32, 8, 22
Offset: 0

Views

Author

Antti Karttunen, Oct 06 2009

Keywords

Comments

Conjecture: a(2n) = 2*A165605(2n) and a(2n+1) = (2/3)*A165605(2n+1). - Antti Karttunen, Oct 05 2009. (If true, then implies also the truth of conjecture in A165462.)

Crossrefs

Programs

  • Mathematica
    Table[Sum[JacobiSymbol[i, 12n + 7], {i, 0, 4n + 2}], {n, 0, 100}] (* Indranil Ghosh, May 13 2017 *)
  • PARI
    a(n) = sum(i=0, 4*n + 2, kronecker(i, 12*n + 7)); \\ Indranil Ghosh, May 13 2017
    
  • Python
    from sympy import jacobi_symbol as J
    def a(n): return sum([J(i, 12*n + 7) for i in range(4*n + 3)]) # Indranil Ghosh, May 13 2017

A165603 Numbers of the form 4n+3 for which Sum_{i=0..(2n+1)} J(i,4n+3) = 0, where J(i,m) is the Jacobi symbol.

Original entry on oeis.org

99, 147, 207, 275, 315, 423, 475, 507, 531, 639, 747, 775, 847, 855, 891, 931, 963, 975, 1071, 1083, 1179, 1275, 1287, 1323, 1395, 1475, 1503, 1519, 1611, 1719, 1775, 1827, 1863, 1935, 1975, 2043, 2151, 2259, 2275, 2299, 2303, 2367, 2475, 2583
Offset: 0

Views

Author

Antti Karttunen, Oct 06 2009

Keywords

Comments

Integers of type 4n+3 whose midpoint height of Jacobi-bridge (A165601) is zero.

Crossrefs

A165461 Positions of zeros in A165460.

Original entry on oeis.org

39, 64, 70, 77, 126, 164, 189, 191, 224, 289, 308, 314, 414, 420, 433, 439, 457, 469, 490, 539, 564, 567, 605, 664, 689, 763, 774, 789, 796, 798, 812, 814, 837, 910, 914, 932, 939, 989, 1035, 1039, 1064, 1078, 1106, 1112, 1155, 1164, 1189, 1253, 1280
Offset: 0

Views

Author

Antti Karttunen, Oct 06 2009

Keywords

Comments

Also the positions of zeros in A165605 if the conjecture given in A165462 is true.

Crossrefs

Showing 1-4 of 4 results.