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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A070069 a(1) = 11; a(n) = smallest palindromic multiple of a(n-1). 5
11, 22, 44, 88, 616, 6776, 88088, 616616, 232464232, 21154245112, 232696696232, 21175399357112, 21154245133154245112, 232696696464696696232, 21175399378287399357112, 63386501441764911946714410568336 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..16.

MATHEMATICA

e[1] = 11; e[n_] := e[n] = Block[{k = 2}, While[k*e[n - 1] != ToExpression[ StringReverse[ ToString[k*e[n - 1]]]], k++ ]; k*e[n - 1]]; Table[e[n], {n, 1, 12}]

CROSSREFS

Cf. A068664 (from a(5) on) and this sequence (from a(4) on) coincide.

Cf. A068664, A068665, A068666, A068667, A068668, A068971, A068972, A068973, A068974.

Sequence in context: A122613 A115768 A005015 * A178664 A109687 A225361

Adjacent sequences:  A070066 A070067 A070068 * A070070 A070071 A070072

KEYWORD

base,nonn

AUTHOR

Robert G. Wilson v, Apr 19 2002

STATUS

approved

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 May 20 09:58 EDT 2013. Contains 225458 sequences.