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!)
A072342 a(n) = the least natural number k such that k*reverse(n) + 1 is prime. 0
1, 1, 2, 1, 2, 1, 4, 2, 2, 1, 2, 2, 10, 2, 2, 6, 8, 2, 6, 1, 1, 1, 3, 1, 1, 5, 1, 1, 3, 2, 4, 2, 2, 4, 2, 2, 4, 2, 4, 1, 2, 3, 3, 2, 2, 3, 2, 4, 3, 2, 2, 4, 2, 4, 6, 2, 2, 12, 2, 1, 1, 2, 1, 1, 2, 1, 3, 2, 1, 4, 6, 4, 4, 6, 4, 4, 6, 4, 4, 2, 1, 1, 5, 2, 1, 2, 1, 1, 2, 2, 10, 2, 2, 4, 12, 2, 4, 2, 2, 1, 6, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Conjecture: a(n) is less than or equal to n for all n.
LINKS
EXAMPLE
Reverse(12) = 21 and the least natural number k such that 21 k + 1 is prime is k = 2; so a(12) = 2.
MATHEMATICA
f[n_] := Module[{i}, i = 0; While[ ! PrimeQ[i*FromDigits[Reverse[IntegerDigits[n]]]+ 1], i++ ]; i]; Table[f[i], {i, 1, 150}]
CROSSREFS
Sequence in context: A229724 A034693 A216506 * A257089 A328892 A296131
KEYWORD
base,nonn
AUTHOR
Joseph L. Pe, Jul 16 2002
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 August 13 22:54 EDT 2024. Contains 375146 sequences. (Running on oeis4.)