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

%I #5 Nov 05 2013 12:45:45

%S 1,3,5,7,9,91,101,111,121,131,141,151,161,171,181,273,283,293,303,313,

%T 323,333,343,353,363,455,465,475,485,495,505,515,525,535,545,637,647,

%U 657,667,677,687,697,707,717,727,819,829,839,849,859,869,879,889,899

%N Mirror odd numbers A132285(n) divided by 11.

%C Mirror numbers have even number of digits with property that left half digits is mirror of right half digits

%o (PARI) lista(nn) = {for (n=1, nn, if (isA132285(n), print1(n/11, ", ");););} \\ _Michel Marcus_, Nov 05 2013

%Y Cf. A132285.

%K base,nonn

%O 1,2

%A _Artur Jasinski_, Aug 16 2007

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 23 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)