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!)
A132286 Mirror odd numbers A132285(n) divided by 11. 4
1, 3, 5, 7, 9, 91, 101, 111, 121, 131, 141, 151, 161, 171, 181, 273, 283, 293, 303, 313, 323, 333, 343, 353, 363, 455, 465, 475, 485, 495, 505, 515, 525, 535, 545, 637, 647, 657, 667, 677, 687, 697, 707, 717, 727, 819, 829, 839, 849, 859, 869, 879, 889, 899 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Mirror numbers have even number of digits with property that left half digits is mirror of right half digits
LINKS
PROG
(PARI) lista(nn) = {for (n=1, nn, if (isA132285(n), print1(n/11, ", "); ); ); } \\ Michel Marcus, Nov 05 2013
CROSSREFS
Cf. A132285.
Sequence in context: A092046 A228328 A085951 * A070788 A030148 A364836
KEYWORD
base,nonn
AUTHOR
Artur Jasinski, Aug 16 2007
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 March 28 05:02 EDT 2024. Contains 371235 sequences. (Running on oeis4.)