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!)
A110071 Numbers n such that n=pi(d_1!!*d_2!!*...*d_k!!) where d_1 d_2 ... d_k is the decimal expansion of n. 2
0, 4, 290, 11387, 1656281 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
There is no further term up to 73*10^6. - Farideh Firoozbakht, Dec 02 2007
LINKS
EXAMPLE
11387 is in the sequence because 11387=pi(1!!*1!!*3!!*8!!*7!!).
MATHEMATICA
Do[h = IntegerDigits[n]; l = Length[h]; If[n == PrimePi[ Product[h[[k]]!!, {k, l}]], Print[n]], {n, 0, 50000}]
CROSSREFS
Sequence in context: A110816 A112322 A281535 * A256703 A176432 A278924
KEYWORD
base,hard,more,nonn
AUTHOR
Farideh Firoozbakht, Jul 22 2005
EXTENSIONS
1656281 added by Farideh Firoozbakht, Dec 02 2007
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 20 17:24 EDT 2024. Contains 374459 sequences. (Running on oeis4.)