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

A002702 Coefficients for numerical differentiation.

Original entry on oeis.org

1, 4, 120, 3024, 151200, 79200, 1513512000, 1513512000, 51459408000, 74662922880, 18068427336960, 133196739984000, 1215553449093984000, 173650492727712000, 3357242859402432000, 101013513093196704000, 2043503369875369321920000
Offset: 2

Views

Author

Keywords

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. A002455 (central factorial numbers), A002701 (numerators).

Formula

a(n) = den(6 * A002455(n) / 2^(2*n) * (2*n + 3)!). - Sean A. Irvine, Jun 10 2014

Extensions

More terms from Sean A. Irvine, Jun 10 2014

A120298 Largest prime factor of the n-th central factorial number A001819(n).

Original entry on oeis.org

5, 7, 41, 479, 59, 266681, 63397, 514639, 178939, 242101, 18500393, 40799043101, 190297, 1844659, 78206663, 616798327, 38512247, 86364397717734821, 421950627598601, 84786899, 52030193, 31411862913089, 1422157053067, 47961582392203, 8408339, 6269019298981
Offset: 2

Views

Author

Alexander Adamchuk, Jul 11 2006

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Max[FactorInteger[Sum[1/i^2,{i,1,n}]/Product[1/i^2,{i,1,n}]]],{n,2,30}]
    Table[FactorInteger[n!^2*HarmonicNumber[n,2]][[-1,1]],{n,2,30}] (* Harvey P. Dale, Jul 29 2023 *)
  • PARI
    a(n) = vecmax(factor(n!^2 * sum(k=1, n, 1/k^2))[,1]); \\ Daniel Suteu, Jun 10 2022

Formula

a(n) = A006530(A001819(n)). - Daniel Suteu, Jun 10 2022

Extensions

More terms from Daniel Suteu, Jun 10 2022
Showing 1-2 of 2 results.