Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A111497
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A111497 Difference between successive terms of floor(10^n/Li(10^n) - 1). +0
1
2, 3, 2, 2, 2, 2, 3, 2, 2, 3, 2, 3, 2, 2, 3, 2, 3, 2, 2, 3, 2, 2, 2, 2, 3, 2, 2, 2, 2, 3, 2, 2, 2, 2, 3, 2, 2, 2, 2, 3, 2, 2, 3, 2, 3, 2, 2, 3, 2, 3, 2, 2, 3, 2, 3, 2, 2, 3, 2, 2, 2, 2, 3, 2, 2, 2, 2, 3, 2, 2, 2, 2, 3, 2, 2, 2, 2, 3, 2, 2, 3, 2, 3, 2, 2, 3, 2, 3, 2, 2, 3, 2, 3, 2, 2, 3, 2, 2, 2, 2 (list; graph; listen)
OFFSET

1,1

COMMENT

10^n/Li(10^n) - 1) is the ratio of estimated composite numbers less than 10^n to the estimated prime numbers less than 10^n. Conjecture: 2 and 3 are the only numbers in this sequence.

FORMULA

Li(n) is the logarithmic integral which approximates the number of primes less than n. n Li(n) = Int dt/log(t) 2

PROGRAM

(PARI) LiRatioDiff(m, n) = { local(x, p1, p2, a, b); forstep(x=m, n, 2, p1=10.^x; p2=10^(x+1); a=floor(p1/Li(p1)-1); b=floor(p2/Li(p2)-1); print1(b-a, ", ") ) } Li(x) = \ Logarithmic integral { -eint1(log(1/x)) }

CROSSREFS

Sequence in context: A120881 A031217 A078545 this_sequence A097051 A078832 A086410

Adjacent sequences: A111494 A111495 A111496 this_sequence A111498 A111499 A111500

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Nov 16 2005

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 24 19:42 EST 2009. Contains 167435 sequences.


AT&T Labs Research