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!)
A079154 Numbers n such that reverse(A004154(n)) - 1 is prime. 0

%I #11 Dec 15 2017 17:36:10

%S 3,4,12,30,33,1406

%N Numbers n such that reverse(A004154(n)) - 1 is prime.

%C The values corresponding to a(1)-a(6) have been certified prime with Primo. a(7) > 15000. - _Giovanni Resta_, Feb 20 2013

%t f[n_] := n!/10^Sum[Floor[n/5^k], {k, 1, Log[10, n] + 1}]; Do[ If[ PrimeQ[ FromDigits[ Reverse[ IntegerDigits[ f[n]]]] - 1], Print[n]], {n, 1, 800}]

%Y Cf. A078305, A004154.

%K base,more,nonn

%O 1,1

%A _Jason Earls_ and _Robert G. Wilson v_, Dec 27 2002

%E a(6) from _Giovanni Resta_, Feb 20 2013

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 August 25 07:54 EDT 2024. Contains 375422 sequences. (Running on oeis4.)