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.

A244214 a(n) = binomial(2*c-1, c-1) (mod c^3), where c is the n-th composite.

Original entry on oeis.org

35, 30, 291, 253, 378, 782, 2404, 1260, 291, 3378, 410, 7899, 3996, 6030, 126, 10988, 11188, 5180, 19712, 8483, 5334, 34394, 1841, 21410, 20580, 39556, 38810, 64260, 35972, 66060, 36504, 61326, 1716, 123628, 49140, 63748, 124392, 20091, 99388, 157767, 24392
Offset: 1

Views

Author

Felix Fröhlich, Jun 23 2014

Keywords

Comments

A counterexample to the converse of Wolstenholme's theorem (CWT) must have a(n) = 1. No such counterexample is known and if CWT holds, then a(n) > 1 for all n. If the square of a prime p is a counterexample to CWT, that prime satisfies the Wolstenholme congruence modulo p^6 (Cf. McIntosh (1995), p. 387).

Crossrefs

Programs

  • Mathematica
    Mod[Binomial[2#-1,#-1],#^3]&/@Select[Range[100],CompositeQ] (* Harvey P. Dale, May 03 2023 *)
  • PARI
    forcomposite(c=1, 100, print1(lift(Mod(binomial(2*c-1, c-1), c^3)), ", "))

Extensions

Edited by Felix Fröhlich, May 27 2021