OFFSET
1,1
COMMENTS
Numbers m with a product of the double-factorials of the digits equal to A000720(m).
If { m is in the sequence, 10 divides m and m+1 is composite } then m+1 is in the sequence. [Clarified by N. J. A. Sloane, Feb 06 2022]
EXAMPLE
pi(8210065)=8!!*2!!*1!!*0!!*0!!*6!!*5!!.
MATHEMATICA
Select[Range[83*10^5], Times@@(IntegerDigits[#]!!)==PrimePi[#]&] (* Harvey P. Dale, Apr 12 2024 *)
CROSSREFS
KEYWORD
base,nonn,less,more
AUTHOR
Farideh Firoozbakht, Apr 19 2008
STATUS
approved