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!)
A110072 Numbers k such that k = sigma(d_1!!*d_2!!*...*d_j!!) where d_1 d_2 ... d_j is the decimal expansion of k. 1
1, 163800, 1547520, 81254720 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
No more terms up to 10^25. It is very probable that there is no greater term. - Robert Gerbicz, May 09 2008
No other terms below 10^45. - Max Alekseyev, Feb 19 2024
LINKS
EXAMPLE
81254720 is a term because 81254720 = sigma(8!!*1!!*2!!*5!!*4!!*7!!*2!!*0!!).
MATHEMATICA
Do[h = IntegerDigits[n]; l = Length[h]; If[n == DivisorSigma[1, Product[h[[k]]!!, {k, l}]], Print[n]], {n, 0, 100000000}]
CROSSREFS
Sequence in context: A204653 A031677 A234989 * A196675 A034603 A234680
KEYWORD
base,more,nonn
AUTHOR
Farideh Firoozbakht, Jul 22 2005
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 13:07 EDT 2024. Contains 371945 sequences. (Running on oeis4.)