The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A090800 r when numerator(Bernoulli(2*n)/(2*n)) and numerator(Bernoulli(2*n)/(2*n*(2*n-r))) are different and n is minimum for some integer r for the first i irregular primes. These include entries when the irregularity index > 1. 0
30, 42, 56, 66, 22, 20, 128, 60, 108, 82, 162, 98, 82, 18, 154, 86, 290, 278, 184, 298, 98, 172, 198, 380, 124, 238, 364, 194, 128, 92, 192, 290, 334, 336, 398, 84, 268, 484, 220, 50, 88, 90, 20, 590, 520, 18, 172, 336, 426, 78, 224, 234, 240, 552, 46, 222, 406, 500 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
COMMENTS
This is a generalization of the concept in A090495 and A090496. One can change the code below from p = iprime[x] to p = prime(x) and see that data for only irregular primes is generated.
LINKS
FORMULA
Given a = numerator(Bernoulli(2*n)/(2*n)) and b = numerator(a/(2*n-r)) for integer r positive or negative, then n>0 n = p + r/2. For every irregular prime p there is an r such that n is minimum.
PROG
(PARI) \ prestore some ireg primes in iprime[] or use slower PARI BIF prime() bernmin(m) = { for(x=1, m, p=iprime[x]; forstep(r=2, p, 2, n=r/2+p; n2=n+n; a = numerator(bernfrac(n2)/(n2)); \ A001067 b = numerator(a/(n2-r)); \ if(a <> b, print(r", "n", "a/b)) if(a <> b, print1(r", ")) ) ) }
CROSSREFS
Sequence in context: A367449 A097036 A090790 * A114816 A299991 A000977
KEYWORD
nonn
AUTHOR
Cino Hilliard, Feb 16 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 13 17:28 EDT 2024. Contains 372522 sequences. (Running on oeis4.)