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!)
A098683 Numbers n such that pi(n) = prime(d_1)*prime(d_2)*...*prime(d_k) where d_1 d_2 ... d_k is the decimal expansion of n. 3
123, 5224, 11166, 51174, 172451, 546322, 14355351, 23539612, 23539621, 24322837, 122924349, 4575242147, 42256772524, 283186883151, 623286236455, 665318971119, 665318971191, 5257788212426, 27452719198281, 273643846355134, 787812731751347, 787812731751374 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) must necessarily be a zeroless number, i.e., the sequence is a subsequence of A052382. - Chai Wah Wu, Mar 04 2019
LINKS
EXAMPLE
122924349 is in the sequence because pi(122924349) = P(1)*P(2)*P(2)*P(9)*P(2)*P(4)*P(3)*P(4)*P(9) where P(i) is i-th prime.
MATHEMATICA
Do[d=IntegerDigits[n]; k=Length[d]; If[ !MemberQ[d, 0]&&PrimePi[n]==Product[Prime[d[[j]]], {j, k}], Print[n]], {n, 230000000}]
CROSSREFS
Sequence in context: A293309 A297754 A068239 * A324435 A135479 A095761
KEYWORD
base,nonn
AUTHOR
Farideh Firoozbakht, Sep 24 2004
EXTENSIONS
Entries corrected by Robert G. Wilson v, May 04 2009
a(13)-a(17) from Donovan Johnson, Jul 12 2010
a(18) from Giovanni Resta, Apr 01 2017
a(19) from Chai Wah Wu, Mar 05 2019
a(20)-a(22) from Chai Wah Wu, Mar 06 2019
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 24 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)