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!)
A082275 Palindromes k such that k + 11 is also a palindrome. 1
11, 22, 33, 44, 55, 66, 77, 88, 191, 292, 393, 494, 595, 696, 797, 898, 1991, 2992, 3993, 4994, 5995, 6996, 7997, 8998, 19991, 29992, 39993, 49994, 59995, 69996, 79997, 89998 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A pattern is visible.
This conjectured Mathematica program builds on the perceived pattern:
Flatten[Table[FromDigits[Join[{n},PadRight[{},k,9],{n}]],{n,8},{k,0,4}]]//Sort
It will generate an additional 8 terms for each increase in the number of digits of added terms.(* Harvey P. Dale, Jan 29 2023 *)
LINKS
EXAMPLE
595 + 11= 606 is also a palindrome.
MATHEMATICA
Select[Range[100000], AllTrue[#+{0, 11}, PalindromeQ]&] (* Harvey P. Dale, Jan 29 2023 *)
CROSSREFS
Sequence in context: A044836 A338754 A033008 * A059544 A070022 A004940
KEYWORD
base,easy,nonn
AUTHOR
Amarnath Murthy, Apr 13 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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)