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!)
A084295 n is such that pi(n*prime(n))/n is an integer. 3
1, 3, 47, 88, 200, 547, 12182, 15335, 39104, 58122, 73282, 150740, 480886 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(9) > 30000. - Michel Marcus, Sep 02 2019
a(13) > 200000. - Giovanni Resta, Sep 02 2019
LINKS
MATHEMATICA
Do[s=PrimePi[n*Prime[n]]/n; If[IntegerQ[s], Print[n]], {n, 1, 100000}]
Select[Range[16000], IntegerQ[PrimePi[#*Prime[#]]/#]&] (* Harvey P. Dale, Jul 23 2015 *)
PROG
(PARI) isok(n) = denominator(primepi(n*prime(n))/n) == 1; \\ Michel Marcus, Sep 02 2019
CROSSREFS
Sequence in context: A227171 A055058 A139845 * A141850 A003551 A054643
KEYWORD
nonn,hard,more
AUTHOR
Labos Elemer, May 27 2003
EXTENSIONS
Corrected by Harvey P. Dale, Jul 23 2015
a(9)-a(12) from Giovanni Resta, Sep 02 2019
a(13) from Chai Wah Wu, May 14 2020
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 July 16 13:27 EDT 2024. Contains 374349 sequences. (Running on oeis4.)