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!)
A101698 Numbers n such that n = d_1*d_1!+d_2*d_2!+...+d_k*d_k!, where d_1 d_2 ... d_k is the decimal expansion of n. 1
0, 1, 684817, 3371797 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
3371797 is in the sequence because 3371797 = 3*3!+3*3!+7*7!+1*1!+7*7!+9*9!+7*7!.
MATHEMATICA
Do[If[n==Apply[Plus, IntegerDigits[n]*IntegerDigits[n]! ], Print[n]], {n, 26000000}]
CROSSREFS
Sequence in context: A258607 A081415 A354447 * A323805 A185865 A238144
KEYWORD
base,fini,full,nonn
AUTHOR
Farideh Firoozbakht, Dec 18 2004
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 May 5 14:32 EDT 2024. Contains 372275 sequences. (Running on oeis4.)