Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A088228
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A088228 Number of composite numbers between the smallest primes that surround n# and n#+n. n# = n primorial = product of primes <= n. +0
1
1, 4, 6, 22, 22, 17, 47, 45, 79, 101, 138, 119, 71, 135, 173, 131, 167, 197, 189, 229, 175, 233, 285, 101, 353, 363, 335, 277, 485, 441, 385, 407, 1031, 519, 307, 363, 611, 477, 431, 381, 421, 605, 525, 1343, 605, 1229 (list; graph; listen)
OFFSET

2,2

PROGRAM

(PARI) primorialgaps(m) = { forprime(n=2, m, c=0; np=primorial(n); for(x=precprime(np), nextprime(np+n), if(!isprime(x), c++)); print1(c", ") ) } primorial(k) = { p=1; forprime(z=1, k, p*=z); return(p) }

CROSSREFS

Sequence in context: A026722 A151520 A002270 this_sequence A108636 A101143 A083157

Adjacent sequences: A088225 A088226 A088227 this_sequence A088229 A088230 A088231

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Nov 04 2003

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 30 13:13 EST 2009. Contains 167758 sequences.


AT&T Labs Research