cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A132286 Odd palindromes with an even number of digits divided by 11.

Original entry on oeis.org

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
Offset: 1

Views

Author

Artur Jasinski, Aug 16 2007

Keywords

Crossrefs

Cf. A132285.

Programs

  • PARI
    lista(nn) = {for (n=1, nn, if (isA132285(n), print1(n/11, ", ");););} \\ Michel Marcus, Nov 05 2013

Formula

a(n) = A132285(n)/11.