login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A101704 Numbers n such that reversal(n)=2n/3. 4
0, 6534, 65934, 659934, 6599934, 65346534, 65999934 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

If n=0 or n>1 then 66*(10^n-1) is in the sequence (the first five terms of this sequence are of this form) so this sequence is infinite. Let g(s,t,r) be (s.(0)(t))(r).s where dot between numbers means concatenation and "(m)(n)" means number of m's is n, for example g(2005,1,2)=20050200502005. It is interesting that, if n is in the sequence then all numbers of the form g(n,t,r) for nonnegative integers t and r are in the sequence, for example since 6534 is in the sequence so g(6534,1,2)=(6534.(0)(1))(2).6534=65340653406534 is in the sequence. It seems that all similar sequences (sequences with the definition "numbers n such that reversal(n) =r*n for a fixed rational number r" ) have the same property (see A101705 and A101706). All sequences of the form 10^s*A002113 are in this category. Next term is greater than 150000000.

EXAMPLE

g(65934,3,4)=6593400065934000659340006593400065934 is in the sequence

because reversal(6593400065934000659340006593400065934)

= 4395600043956000439560004395600043956

=2/3*6593400065934000659340006593400065934.

MATHEMATICA

Do[If[FromDigits[Reverse[IntegerDigits[n]]] == 2/3*n, Print[n]], {n, 150000000}]

CROSSREFS

Cf. A101703, A101705.

Sequence in context: A156418 A068270 A034627 * A147872 A137231 A043488

Adjacent sequences:  A101701 A101702 A101703 * A101705 A101706 A101707

KEYWORD

base,more,nonn

AUTHOR

Farideh Firoozbakht (mymontain(AT)yahoo.com), Dec 31 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 11:17 EST 2012. Contains 205623 sequences.