The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A008510 Numbers k such that both k and the k-th triangular number are palindromes. 11
1, 2, 3, 11, 77, 363, 1111, 2662, 111111, 246642, 11111111, 363474363, 2664444662, 26644444662, 246644446642, 266444444662, 2466444446642, 3654345456545434563 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
REFERENCES
D. Wells, The Penguin Dictionary of Curious and Interesting Numbers. Penguin Books, NY, 1986, 93.
LINKS
Patrick De Geest, For the last term
MATHEMATICA
palQ[n_] := Reverse[x = IntegerDigits[n]] == x; t = {}; Do[If[palQ[n] && palQ[n*(n + 1)/2], AppendTo[t, n]], {n, 1.2*10^7}]; t (* Jayanta Basu, May 15 2013 *)
CROSSREFS
Sequence in context: A338613 A109132 A279084 * A290512 A042165 A089921
KEYWORD
nonn,base,more
AUTHOR
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 21 07:02 EDT 2024. Contains 372729 sequences. (Running on oeis4.)