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.

A057713 Smallest prime divisor of Kummer numbers ( = primorials - 1), or 1 if no such prime exists.

Original entry on oeis.org

1, 5, 29, 11, 2309, 30029, 61, 53, 37, 79, 228737, 229, 304250263527209, 141269, 191, 87337, 27600124633, 1193, 163, 260681003321, 313, 163, 139, 23768741896345550770650537601358309, 66683, 2990092035859, 15649, 17515703, 719, 295201, 15098753, 10172884549, 20962699238647, 4871, 673, 311, 1409, 1291, 331, 1450184819, 23497, 711427, 521, 673, 519577, 1372062943, 56543, 811, 182309, 53077, 641, 349, 389
Offset: 1

Views

Author

Labos Elemer, Oct 25 2000

Keywords

Examples

			6th term in the sequence corresponds to 7th primorial = 510510 and 510509 = 61 * 8369, so a(7) = 61.
		

Crossrefs

Programs

  • Mathematica
    Map[If[PrimeQ@ #, #, FactorInteger[#][[1, 1]]] &, FoldList[#1 #2 &, Prime@ Range@ 36] - 1] (* Michael De Vlieger, Feb 18 2017 *)

Formula

a(n) = A020639(A057588(n)). - Amiram Eldar, Feb 13 2020

Extensions

More terms from Klaus Brockhaus, Larry Reeves (larryr(AT)acm.org) and Robert G. Wilson v, Apr 02 2001