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!)
A104341 Numbers n such that n -(digital reversal of n) = 9. 2
10, 21, 32, 43, 54, 65, 76, 87, 98 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The sequence is complete: there is no other such number (in base 10). Starting with n=2, A104341(n) = digital reversal of A104341(n-1).
LINKS
Tanya Khovanova, Non Recursions
FORMULA
n -(digital reversal of n) = 9
EXAMPLE
98-89=9.
MATHEMATICA
npdrnQ[n_]:=n-FromDigits[Reverse[IntegerDigits[n]]]==9; Select[Range[100], npdrnQ] (* Harvey P. Dale, Apr 04 2013 *)
CROSSREFS
Sequence in context: A041192 A061231 A322828 * A098954 A346261 A061470
KEYWORD
base,nonn,fini,full
AUTHOR
Zak Seidov, Mar 02 2005
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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)