VOOZH
about
URL: https://oeis.org/A097653
⇱ A097653 - OEIS
login
A097653
Numbers n such that n=d_1!!+d_2!!+...+d_k!! where d_1 d_2 ... d_k is the decimal expansion of n.
7
1, 2, 3, 107
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,2
LINKS
Table of n, a(n) for n=1..4.
EXAMPLE
107 is in the sequence because 1!!+0!!+7!!=1+1+7*5*3*1=107.
MATHEMATICA
Do[h=IntegerDigits[n]; l=Length[h]; If[n==Sum[h[[k]]!!, {k, l}], Print[n]], {n, 4*9!!}]
CROSSREFS
Cf.
A097654
,
A097655
,
A097643
.
Sequence in context:
A371122
A371229
A039768
*
A164926
A129729
A109349
Adjacent sequences:
A097650
A097651
A097652
*
A097654
A097655
A097656
KEYWORD
base
,
fini
,
full
,
nonn
AUTHOR
Farideh Firoozbakht
, Sep 10 2004
STATUS
approved