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!)
A087994 Integer values of quotients arising in A087993. The quotient is (n+rev(n))/abs(n-rev(n)). 3
11, 11, 11, 11, 5, 11, 11, 11, 132, 132, 11, 5, 19, 37, 37, 55, 55, 73, 73, 5, 11, 91, 11, 91, 11, 11, 5, 67, 67, 12, 12, 19, 37, 37, 55, 55, 73, 73, 5, 11, 11, 91, 11, 11, 91, 22, 44, 132, 11, 110, 132, 11, 44, 110, 4, 22, 109, 11, 11, 109, 5, 127, 127, 145, 145, 163, 163, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
n=45, rev(n)=54, q=99/9=9 integer;
n=934065, rev(n)=560434, q=1494504/373626=4
Values observed as quotients:
11,5,132,19,37,55,73,91,67,12,55,22,44,110,4,109,127,163,
MATHEMATICA
rev[n_] := FromDigits@ Reverse@ IntegerDigits@ n;
Reap[Do[r=rev@n; If[n != r && IntegerQ[q = (n+r)/(n-r)], Sow@ Abs@ q], {n, 5*^5}]][[2, 1]]
CROSSREFS
Cf. A087993.
Sequence in context: A252838 A366717 A212541 * A100755 A171902 A337241
KEYWORD
base,nonn
AUTHOR
Labos Elemer, Oct 08 2003
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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)