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

%I #4 Mar 30 2012 17:37:43

%S 0,4,290,11387,1656281

%N 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.

%C There is no further term up to 73*10^6. - _Farideh Firoozbakht_, Dec 02 2007

%e 11387 is in the sequence because 11387=pi(1!!*1!!*3!!*8!!*7!!).

%t Do[h = IntegerDigits[n]; l = Length[h]; If[n == PrimePi[ Product[h[[k]]!!, {k, l}]], Print[n]], {n, 0, 50000}]

%Y Cf. A097655, A110070, A110072.

%K base,hard,more,nonn

%O 1,2

%A _Farideh Firoozbakht_, Jul 22 2005

%E 1656281 added by _Farideh Firoozbakht_, Dec 02 2007

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 02:28 EDT 2024. Contains 371917 sequences. (Running on oeis4.)