login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A065857 The (10^n)-th composite number. 1
4, 18, 133, 1197, 11374, 110487, 1084605, 10708555, 106091745, 1053422339, 10475688327, 104287176419, 1039019056246, 10358018863853, 103307491450820 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

REFERENCES

Bojarincev,A.E.: Asymptotic expressions for the n-th composite number.Univ.Mat.Zap. 6:21-43(1967).- In Russian.

J.-M. De Koninck, Ces nombres qui nous fascinent, Entry 133, p. 45, Ellipses, Paris 2008.

Panaitopol, L: Some Properties of the Series of Composed Numbers.J. Inequalities in Pure and Applied Mathematics. 2(2):Article 38, 2000.

J. B. Rosser and L. Schoenfeld, Approximate formulas for some functions of prime numbers, Illinois J. Math. 6: 64-94 (1962).

LINKS

J. Inequalities in Pure and Applied Mathematics.

EXAMPLE

The 100th composite number is c[100]=133, while the 100th prime is 541>>133=7.19. In general: A000720[m] < A0062298[m] < m < A002808[m] < A000040[m], for m = 100: pi[100]=25 < 75 < m=100 < c[100]=133 < p[100]=541

MATHEMATICA

Composite[n_Integer] := Block[ {k = n + PrimePi[n] + 1 }, While[ k != n + PrimePi[k] + 1, k = n + PrimePi[k] + 1]; Return[ k ]]; Table[ Composite[n], {n, 0, 13} ]

composite[n_] := FixedPoint[n+PrimePi[ # ]+1&, n] Table[c[w], {w, 1, 14}]

CROSSREFS

Cf. A033844, A002808, A062298, A000720, A006988, A065855, A065856

Sequence in context: A144272 A034517 A194559 * A156445 A060841 A059837

Adjacent sequences:  A065854 A065855 A065856 * A065858 A065859 A065860

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Nov 26 2001

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 26 2001

a(14) from Lekraj Beedassy (blekraj(AT)yahoo.com), Jul 14 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 18:22 EST 2012. Contains 205835 sequences.