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!)
A109937 Number of consecutive composite numbers in successive consecutive number sets in A109936; (smallest (n+1)-digit prime) - (largest n-digit prime) - 1. 1
3, 3, 11, 33, 11, 19, 27, 17, 69, 51, 25, 49, 65, 57, 47, 123, 5, 13, 89, 49, 217, 35, 139, 263, 135, 207, 201, 539, 345, 67, 59, 69, 69, 603, 91, 225, 123, 191, 59, 137, 227, 145, 137, 83, 17, 153, 73, 225, 65, 207, 443, 557, 347, 321, 131, 595, 371, 307, 159, 167 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A038804(n)-1. - R. J. Mathar, Feb 08 2008
MAPLE
A003617 := proc(n) nextprime(10^(n-1)) ; end: A003618 := proc(n) prevprime(10^n) ; end: A038804 := proc(n) A003617(n+1)-A003618(n) ; end: A109937 := proc(n) A038804(n)-1 ; end: seq(A109937(n), n=1..60) ; # R. J. Mathar, Feb 08 2008
CROSSREFS
Cf. A109936.
Sequence in context: A322701 A124265 A163938 * A054101 A176956 A200861
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Jul 19 2005
EXTENSIONS
More terms from R. J. Mathar, Feb 08 2008
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 14 00:47 EDT 2024. Contains 372528 sequences. (Running on oeis4.)