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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A071955 a(n) = remainder when n is reduced mod reverse(n). 1
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 13, 14, 15, 16, 17, 18, 19, 0, 9, 0, 23, 24, 25, 26, 27, 28, 29, 0, 5, 9, 0, 34, 35, 36, 37, 38, 39, 0, 13, 18, 9, 0, 45, 46, 47, 48, 49, 0, 6, 2, 18, 9, 0, 56, 57, 58, 59, 0, 13, 10, 27, 18, 9, 0, 67, 68, 69, 0, 3, 18, 36, 27, 18, 9, 0, 78, 79, 0, 9 (list; graph; refs; listen; history; internal format)
OFFSET

1,12

COMMENTS

a(n)=0 if n is palindromic - Labos E. (labos(AT)ana.sote.hu), Jan 28 2005

EXAMPLE

a(85) = 85 mod 58 = 27.

MATHEMATICA

Table[Mod[n, FromDigits[Reverse[IntegerDigits[n]]]], {n, 1, 256}] - Labos E. (labos(AT)ana.sote.hu), Jan 28 2005

Table[Mod[n, FromDigits[Reverse[IntegerDigits[n]]]], {n, 1, 100}]

CROSSREFS

Cf. A002113, A071590, A103164, A103168.

Sequence in context: A008939 A004453 A004501 * A101594 A125290 A162792

Adjacent sequences:  A071952 A071953 A071954 * A071956 A071957 A071958

KEYWORD

base,nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Jun 16 2002

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com) at the suggestion of Andrew Plewe, Jul 14 2007

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 15 08:15 EST 2012. Contains 205725 sequences.