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!)
A069502 a(1) = 1; a(n) = smallest multiple of a(n-1) which is a palindromic triangular number. 1
1, 3, 6, 66, 8778, 6172882716 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(7) must be larger than 5*10^41. - Patrick De Geest
LINKS
MATHEMATICA
smpt[n_]:=Module[{k=2}, While[!PalindromeQ[k*n]||!OddQ[Sqrt[1+8*k*n]], k++]; k*n]; NestList[smpt, 1, 5] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Jan 01 2019 *)
CROSSREFS
Cf. A069501.
Sequence in context: A068665 A229236 A050722 * A296374 A362822 A205081
KEYWORD
nonn,base,hard
AUTHOR
Amarnath Murthy, Mar 30 2002
EXTENSIONS
a(6) from Patrick De Geest, Jun 11 2003
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 April 24 19:24 EDT 2024. Contains 371962 sequences. (Running on oeis4.)