login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A068666 a(1) = 5; a(n) = smallest palindromic multiple of a(n-1). 10
5, 55, 5005, 55055, 50155105, 5065665605, 50155155155105, 5464353998993534645, 541025148469303964841520145, 513016415223221833242338122322514610315 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
a[1] = 5; a[n_] := a[n] = Block[{k = 2}, While[k*a[n - 1] != ToExpression[ StringReverse[ ToString[k*a[n - 1]]]], k++ ]; k*a[n - 1]]; Table[a[n], {n, 1, 9}]
spm[n_]:=Module[{k=2}, While[!PalindromeQ[k*n], k++]; k*n]; NestList[spm, 5, 10] (* Harvey P. Dale, Nov 10 2022 *)
CROSSREFS
Sequence in context: A105715 A111821 A275546 * A082780 A063855 A081785
KEYWORD
base,nonn,more
AUTHOR
Amarnath Murthy, Mar 01 2002
EXTENSIONS
Corrected and extended by David W. Wilson and Patrick De Geest, Mar 30 2002
a(10) from John Gustaf Stebbins, Sep 17 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 7 05:44 EDT 2024. Contains 372300 sequences. (Running on oeis4.)