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!)
A060012 Lesser of irregular twin primes. 1
101, 461, 617, 809, 1151, 1619, 1787, 1877, 2381, 2789, 3581, 3851, 4001, 4049, 4259, 4637, 5099, 5441, 5477, 5639, 6449, 6569, 7211, 7487, 7949, 8087, 8219, 8597, 8627, 8837, 9011, 9041, 9431, 10427, 11117, 11351, 11777, 12239, 13217, 13709, 13721 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
a = 0; Do[p = Prime[ n]; k = 1; While[ 2*k < p - 3 && Mod[ Numerator[ BernoulliB[ 2*k] ], p] != 0, k++ ]; If[ 2*k != p - 3, If[ a + 2 == p, Print[ a] ]; a = p ], {n, 3, 1500}]
CROSSREFS
Cf. A000928.
Sequence in context: A031698 A055438 A142692 * A142507 A131697 A153806
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Mar 16 2001
EXTENSIONS
More terms from Robert G. Wilson v, Apr 01 2005
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 July 31 10:28 EDT 2024. Contains 374779 sequences. (Running on oeis4.)