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!)
A071260 Integer part of the geometric mean of the n-th prime prime(n) and the n-th composite number C(n). 2
2, 4, 6, 7, 10, 12, 15, 16, 19, 22, 24, 27, 30, 32, 34, 37, 39, 41, 44, 47, 49, 51, 53, 56, 60, 62, 64, 67, 69, 71, 76, 79, 81, 83, 87, 88, 92, 94, 96, 99, 101, 104, 108, 110, 112, 113, 118, 123, 125, 126, 129, 132, 134, 138, 140, 143, 146, 148, 150, 153, 155, 158 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
Floor [ {prime(n)* C(n)}^(1/2)]
EXAMPLE
a(7) =floor {prime(7)*C(7)}^(1/2) = (17*14)^1/2 = 15.
MATHEMATICA
Module[{nn=100, prs, cmps, len}, prs=Prime[Range[nn]]; cmps=Select[ Range[ nn+Length[prs]], CompositeQ]; len=Min[Length[cmps], Length[prs]]; IntegerPart[ GeometricMean[#]]&/@Thread[{Take[prs, len], Take[ cmps, len]}]] (* Harvey P. Dale, Aug 12 2016 *)
CROSSREFS
Cf. A071259.
Sequence in context: A047510 A189030 A198033 * A026407 A003035 A094453
KEYWORD
nonn
AUTHOR
Amarnath Murthy, May 30 2002
EXTENSIONS
More terms from Hans Havermann, Sep 23 2002
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 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)