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!)
A166850 Numbers n such that reversal(n!-n) is prime. 0
3, 4, 56, 128, 197, 331 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
It's obvious that there is no number n such that n!-n is prime.
There is no further term up to 5000.
LINKS
EXAMPLE
56!-56=
710998587804863451854045647463724949736497978881168458687447039999999999944
and reversal(56!-56)=
449999999999930744786854861188879794637949427364746540458154368408785899017
is prime so 56 is in the sequence.
MATHEMATICA
reversal[n_]:=FromDigits[Reverse[IntegerDigits[n]]];
Do[If[PrimeQ[reversal[n!-n]], Print[n]], {n, 5000}]
CROSSREFS
Sequence in context: A114694 A272337 A132678 * A317856 A331725 A067093
KEYWORD
base,hard,more,nonn
AUTHOR
Farideh Firoozbakht, Oct 22 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 23 16:28 EDT 2024. Contains 371916 sequences. (Running on oeis4.)