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!)
A163576 Near-factorions: equal to the sum of the factorials of all but one of their digits in base 10. 1
24, 5761, 5762 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
Clifford A. Pickover, "Wonders of Numbers: Adventures in Mathematics, Mind, and Meaning", Oxford University Press, 2003, p. 357.
LINKS
EXAMPLE
24 = 4!, 5761 = 7! + 6! + 1!, 5762 = 7! + 6! + 2!
PROG
(MATLAB) f = factorial(0:9); n = 0; for m = 1:2177280, d = f(mod(floor(m*10.^(-floor(log10(m)):0)), 10)+1); if any(sum(d)-d==m), n = n+1; a(n) = m; end, end
CROSSREFS
Cf. A014080.
Sequence in context: A239898 A002198 A277001 * A145408 A175672 A181749
KEYWORD
base,fini,full,nonn,bref
AUTHOR
Berend Jan van der Zwaag (b.j.vanderzwaag(AT)utwente.nl), Jul 31 2009
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 02:42 EDT 2024. Contains 371917 sequences. (Running on oeis4.)