login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A084985
Palindromes in sequence A084984.
0
1, 4, 6, 8, 9, 11, 44, 66, 88, 99, 101, 111, 141, 161, 181, 191, 414, 444, 464, 484, 494, 606, 616, 646, 666, 686, 696, 808, 818, 848, 868, 888, 898, 909, 919, 949, 969, 989, 999, 1001, 1111, 1441, 1661, 1881, 1991, 4004, 4114, 4444, 4664, 4884, 4994
OFFSET
1,2
MATHEMATICA
palnpdQ[n_]:=And@@Table[FreeQ[IntegerDigits[n], i], {i, {2, 3, 5, 7}}] && PalindromeQ[n]; Select[Range[7000], palnpdQ] (* Harvey P. Dale, Oct 14 2017 *)
CROSSREFS
Cf. A084984.
Sequence in context: A190485 A105803 A202268 * A068631 A338461 A163520
KEYWORD
nonn,base
AUTHOR
Meenakshi Srikanth (menakan_s(AT)yahoo.com), Jun 27 2003
EXTENSIONS
More terms from Harvey P. Dale, Oct 14 2017
STATUS
approved