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!)
A129250 Primes of Erdős-Selfridge class 16-. 2
22111003847, 25782283783, 34824831403, 42970472971, 44905511759, 45490491349, 52486961911, 54560052479, 55437374381, 65803884467, 66333011539 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Knowledge of a(k), k=1..9 allows us to establish A056637(17) = 1 + 2*a(9) = 110874748763.
LINKS
FORMULA
{ a(n) } = { p=1+2*k*A129249(n); n=1,2,3..., k=1,2,3... such that p is prime and k has no factor of class > 15- }.
PROG
(PARI) nextclass( a, s=-1, p, n=[] )={ if( !p, p=nextprime(a[ #a]+1)); print("Computing all primes of next class up to ", 2*p-s ); for( i=1, #a, for( k=1, p/a[i], if( is/*pseudo*/prime(2*k*a[i]-s), n=concat(n, 2*k*a[i]-s); ) ) ); vecsort(n) }; A129250=nextclass(A129249)
CROSSREFS
Sequence in context: A337914 A101816 A186910 * A216398 A121841 A306503
KEYWORD
more,nonn
AUTHOR
M. F. Hasler, Apr 21 2007
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 September 7 15:45 EDT 2024. Contains 375732 sequences. (Running on oeis4.)