Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A163576
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A163576 Near-factorions: equal to the sum of the factorials of all but one of their digits in base 10. +0
2
24, 5761, 5762 (list; graph; listen)
OFFSET

1,1

REFERENCES

Clifford A. Pickover, "Wonders of Numbers: Adventures in Mathematics, Mind, and Meaning", Oxford University Press, 2003, p. 357.

EXAMPLE

24 = 4!, 5761 = 7! + 6! + 1!, 5762 = 7! + 6! + 2!

PROGRAM

(Other) (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: A003787 A002555 A002198 this_sequence A145408 A088616 A158042

Adjacent sequences: A163573 A163574 A163575 this_sequence A163577 A163578 A163579

KEYWORD

base,fini,full,nonn,bref

AUTHOR

Berend Jan van der Zwaag (b.j.vanderzwaag(AT)utwente.nl), Jul 31 2009

page 1

Search completed in 0.007 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 11 12:57 EST 2009. Contains 170656 sequences.


AT&T Labs Research