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
3, 4, 12, 30, 33, 1406 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The values corresponding to a(1)-a(6) have been certified prime with Primo. a(7) > 15000. - Giovanni Resta, Feb 20 2013
LINKS
MATHEMATICA
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}]
CROSSREFS
Sequence in context: A287594 A296271 A000208 * A101716 A360992 A217477
KEYWORD
base,more,nonn
AUTHOR
EXTENSIONS
a(6) from Giovanni Resta, Feb 20 2013
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)