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!)
A097655 Numbers n such that n = d_1!!*d_2!!*...*d_k!! where d_1 d_2 ... d_k is the decimal expansion of n. 6
1, 2, 3, 15, 18432, 75600, 276531978240000, 4810168001497883738112000, 215788176336727572480000000, 2178419737991700039289327133392896000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
All terms are of the form 2^i*3^j*5^k*7^l.
LINKS
EXAMPLE
18432 is in the sequence because 18432 = 1!!*8!!*4!!*3!!*2!!.
MATHEMATICA
Do[h=IntegerDigits[n]; l=Length[h]; If[n==Product[h[[k]]!!, {k, l}], Print[n]], {n, 2000000000}]
CROSSREFS
Sequence in context: A203966 A167444 A292709 * A080749 A070973 A209593
KEYWORD
base,nonn
AUTHOR
Farideh Firoozbakht, Sep 10 2004
EXTENSIONS
More terms from Farideh Firoozbakht, Jan 08 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 07:00 EDT 2024. Contains 371920 sequences. (Running on oeis4.)