|
Search: id:A110071
|
|
|
| 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. |
|
+0 3
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
There is no further term up to 73*10^6. - Farideh Firoozbakht (mymontain(AT)yahoo.com), Dec 02 2007
|
|
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
|
Cf. A097655, A110070, A110072.
Sequence in context: A090088 A110816 A112322 this_sequence A128904 A001537 A027512
Adjacent sequences: A110068 A110069 A110070 this_sequence A110072 A110073 A110074
|
|
KEYWORD
|
base,hard,more,nonn
|
|
AUTHOR
|
Farideh Firoozbakht (f.firoozbakht(AT)math.ui.ac.ir), Jul 22 2005
|
|
EXTENSIONS
|
1656281 added by Farideh Firoozbakht (f.firoozbakht(AT)math.ui.ac.ir), Dec 02 2007
|
|
|
Search completed in 0.002 seconds
|