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!)
A104347 a(n) is the number of integers m such that (digit reversal of m) - m = 9*n. 2
8, 7, 6, 5, 4, 3, 2, 1, 0, 81, 80, 0, 0, 0, 0, 0, 0, 0, 0, 72, 8, 70, 0, 0, 0, 0, 0, 0, 0, 63, 16, 0, 60, 0, 0, 0, 0, 0, 0, 54, 24, 0, 0, 50, 0, 0, 0, 0, 0, 45, 32, 0, 0, 0, 40, 0, 0, 0, 0, 36, 40, 0, 0, 0, 0, 30, 0, 0, 0, 27, 48, 0, 0, 0, 0, 0, 20, 0, 0, 18, 56, 0, 0, 0, 0, 0, 0, 10, 0, 9, 64, 0, 0, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For any n>0, a(n) is finite (or zero) and a(0) is infinite (because there are an infinite number of palindromes).
LINKS
EXAMPLE
a(7)=2 because there are only two integers m such that (digit reversal of m) - m = 9*7=63, namely 18 and 29: 81-18=63 and 92-29=63.
MATHEMATICA
A104347=Table[Select[Range[0, 40000], (FromDigits[Reverse[IntegerDigits[ # ]]]-#)/9==k&]//Length, {k, 100}]
CROSSREFS
Cf. A104348.
Sequence in context: A031310 A161813 A284809 * A180598 A262703 A031311
KEYWORD
nonn,base
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)