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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A111464 a(1) = 12, a(n+1) = LCM { a(n), Digit Reversal a(n)}. 0
12, 84, 336, 70896, 1649679024, 2314922791895828688, 36399640682124013852413819710318544, 77273493636380731521261660069550949170528534841641864516576194470832 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Next term has 135 digits.

EXAMPLE

a(3) = LCM (84,48) = 336.

MAPLE

rev:=proc(n) local nn, nnn: nn:=convert(n, base, 10): add(nn[nops(nn)+1-j]*10^(j-1), j=1..nops(nn)) end: a[1]:=12: for n from 1 to 8 do a[n+1]:=lcm(a[n], rev(a[n])) od: seq(a[n], n=1..8); (Deutsch)

MATHEMATICA

NestList[LCM[#, FromDigits[Reverse[IntegerDigits[#]]]]&, 12, 8]  [From Harvey P. Dale, Jan. 9, 2011]

CROSSREFS

Sequence in context: A165127 A075476 A085409 * A004407 A054849 A000761

Adjacent sequences:  A111461 A111462 A111463 * A111465 A111466 A111467

KEYWORD

base,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Aug 04 2005

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Aug 11 2005

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 14:07 EST 2012. Contains 205623 sequences.