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.

A105018 Indices of the irregular primes.

Original entry on oeis.org

12, 17, 19, 26, 27, 32, 35, 37, 51, 55, 56, 58, 61, 62, 63, 64, 69, 71, 75, 77, 79, 80, 82, 84, 89, 90, 91, 94, 99, 100, 101, 102, 106, 107, 108, 111, 112, 113, 114, 115, 118, 119, 120, 122, 123, 124, 125, 129, 133, 134, 135, 137, 139, 140, 141, 142, 144, 146, 151
Offset: 1

Views

Author

Robert G. Wilson v, Mar 31 2005

Keywords

References

  • Carl Ludwig Siegel, Zu zwei Bemerkungen Kummers, Nachrichten der Akademie der Wissenschaften in Göttingen, 1964, pp. 51-57.

Crossrefs

Programs

  • Mathematica
    fQ[n_] := Block[{ p = Prime[ n ], k = 1}, While[ 2k <= p - 3 && Mod[ Numerator[ BernoulliB[ 2k]], p] != 0, k++ ]; If[ 2k != p - 1, True, False]]; Select[ Range[2, 151], fQ[ # ] &]

Formula

Conjecture (Siegel, 1964): Limit_{n -> oo} a(n)/n = 1 - 1 / sqrt(e) (A290506). Of the 788060 primes < 12000000, 310443 are irregular.
A000040(a(n)) = A000928(n). - Amiram Eldar, Mar 06 2019

A306750 Least prime of exactly n consecutive primes all of which are regular.

Original entry on oeis.org

61, 137, 239, 41, 2447, 71, 4271, 3331, 3701, 3, 15193, 10253, 163, 107053, 51343, 1185313, 584557, 491299, 2696021, 4042523, 10872649, 6806243, 8738641, 6925999, 17669539, 120490499, 17881, 14906383, 211144489, 510669881, 126276229, 1913754191
Offset: 1

Views

Author

Amiram Eldar, Mar 07 2019

Keywords

Comments

Calculated from the list of primes by Hart et al.

Examples

			a(1) = 61 since it is regular and both its neighboring primes 59 and 67 are irregular.
		

Crossrefs

Showing 1-2 of 2 results.