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-3 of 3 results.

A001663 Linear coefficient of the n-th converging polynomial of Weber functions (Erroneous version).

Original entry on oeis.org

1, -3, 7, -5, -93, 637, -1425, -22341
Offset: 1

Views

Author

Keywords

Comments

The term -93 is a typo in Wynn's table VII and should read -83, see A380170. - R. J. Mathar, Jan 13 2025

References

  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. A001664, A001662 (absolute coefficient), A380170 (correct terms).

A380170 Coefficient [k^1] of Wynn's converging polynomial p_n(k) of Weber functions.

Original entry on oeis.org

1, -3, 7, -5, -83, 637, -1425, -22341, 318149, -1415491, -18988393, 444896699, -3268880739, -35114352579, 1317630731647, -14445395761157, -112227733823435, 7047241310852605, -108366459009937881, -487554173851570053, 61301180146129065101, -1271086841777475748099, -1158631507880606959729
Offset: 1

Views

Author

R. J. Mathar, Jan 14 2025

Keywords

Comments

Corrects a typo (-93) in the version published in 1963, A001663.

Crossrefs

Programs

  • Maple
    #re-using code of A001664
    seq( p(r,1),r=0..12) ;

Formula

a(n) = A380169(n,1).

A380169 Table T(r,s) read by rows: the coefficient of [k^s] of the Wynn's r-th converging polynomial p_r(k) of Weber functions, 0<=s<=r.

Original entry on oeis.org

1, -1, 1, 1, -3, 1, 1, 7, -6, 1, -13, -5, 25, -10, 1, 47, -83, -60, 65, -15, 1, 73, 637, -203, -280, 140, -21, 1, -2447, -1425, 3710, 77, -910, 266, -28, 1, 16811, -22341, -21347, 13146, 2667, -2394, 462, -36, 1, 15551, 318149, -50400, -137435, 30135, 12999, -5460, 750, -45, 1, -1726511, -1415491, 2465969, 379940, -579590, 32109, 43659, -11220, 1155, -55
Offset: 0

Views

Author

R. J. Mathar, Jan 14 2025

Keywords

Examples

			The table starts
       1
      -1        1
       1       -3        1
       1        7       -6        1
     -13       -5       25      -10        1
      47      -83      -60       65      -15        1
      73      637     -203     -280      140      -21        1
   -2447    -1425     3710       77     -910      266      -28        1
   16811   -22341   -21347    13146     2667    -2394      462      -36        1
   15551   318149   -50400  -137435    30135    12999    -5460      750      -45        1
-1726511 -1415491  2465969   379940  -579590    32109    43659   -11220     1155      -55        1
		

Crossrefs

Cf. A380170 (column s=1), A001664 (column s=2), A001662 (column s=0 apart from signs)

Programs

  • Maple
    #re-using code of A001664
    seq(seq( p(r,s),s=0..r),r=0..12) ;
Showing 1-3 of 3 results.