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!)
A111656 n-th prime appears n-th composite number times. 2
2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 5, 5, 5, 5, 5, 5, 5, 5, 7, 7, 7, 7, 7, 7, 7, 7, 7, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
T. M. Apostol, Introduction to Analytic Number Theory, Springer-Verlag, 1976, page 2.
LINKS
L. Panaitopol, 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).
Eric Weisstein's World of Mathematics, Composite Number.
Eric Weisstein's World of Mathematics, Prime Number.
FORMULA
A000040(n) appears A002808(n) times.
MATHEMATICA
Module[{nn=20, cm, pr, len}, cm=Select[Range[nn], CompositeQ]; len = Length[ cm]; Table[#[[1]], #[[2]]]&/@Thread[{Prime[Range[len]], cm}]]//Flatten (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, May 06 2018 *)
CROSSREFS
Sequence in context: A076471 A339391 A165116 * A165118 A342882 A025423
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, Aug 12 2005
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 April 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)