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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A121535 Numbers that are sums of substrings of their reversals. 2
1, 2, 3, 4, 5, 6, 7, 8, 9, 54, 271, 7846, 937767, 605772815, 87246282837 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

a(16) <= 547880799393. [From Donovan Johnson (donovan.johnson(AT)yahoo.com), May 25 2009]

EXAMPLE

For example: 54 = 45 + 4 + 5; 271 = 172 + 17 + 72 + 1 + 7 + 2.

MATHEMATICA

Select[Table[n, {n, 10000000 }], # == Plus @@ ToExpression[ Flatten[Table[ StringTake[StringReverse[ToString[ # ]], {i, j}], {i, StringLength[ToString[ # ]]}, {j, i, StringLength[ToString[ # ]]}]]] &]

CROSSREFS

Cf. A121947 - Numbers that are sums of proper substrings of its reversal.

Sequence in context: A183532 A024660 A133377 * A082743 A083838 A087082

Adjacent sequences:  A121532 A121533 A121534 * A121536 A121537 A121538

KEYWORD

base,more,nonn

AUTHOR

Tanya Khovanova (tanyakh(AT)yahoo.com), Sep 08 2006

EXTENSIONS

a(14)-a(15) from Donovan Johnson (donovan.johnson(AT)yahoo.com), May 25 2009

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 16 08:10 EST 2012. Contains 205889 sequences.