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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A055483 GCD of n and the reverse of n. 15
1, 2, 3, 4, 5, 6, 7, 8, 9, 1, 11, 3, 1, 1, 3, 1, 1, 9, 1, 2, 3, 22, 1, 6, 1, 2, 9, 2, 1, 3, 1, 1, 33, 1, 1, 9, 1, 1, 3, 4, 1, 6, 1, 44, 9, 2, 1, 12, 1, 5, 3, 1, 1, 9, 55, 1, 3, 1, 1, 6, 1, 2, 9, 2, 1, 66, 1, 2, 3, 7, 1, 9, 1, 1, 3, 1, 77, 3, 1, 8, 9, 2, 1, 12, 1, 2, 3, 88, 1, 9, 1, 1, 3, 1, 1, 3, 1, 1, 99, 1, 101, 3, 1, 1, 3, 1, 1, 9, 1, 11, 111 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

T. D. Noe, Table of n, a(n) for n=1..1000

EXAMPLE

a(12) = 3 since GCD(12,21) = 3. a(101) = gcd(101,101) = 101.

MATHEMATICA

gcn[n_]:=GCD[n, FromDigits[Reverse[IntegerDigits[n]]]]; Array[gcn, 120] (* From Harvey P. Dale, Jan 23 2012 *)

CROSSREFS

Different from A069652.

Sequence in context: A047813 A084051 A069652 * A059717 A004185 A068636

Adjacent sequences:  A055480 A055481 A055482 * A055484 A055485 A055486

KEYWORD

base,easy,nonn,nice

AUTHOR

Erich Friedman (erich.friedman(AT)stetson.edu), Jun 27 2000

EXTENSIONS

Edited by Robert G. Wilson v (rgwv(AT)rgwv.com), Apr 10 2002

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 21:30 EST 2012. Contains 205971 sequences.