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.

Showing 1-2 of 2 results.

A080467 Multiples of 11 in which the even positioned digits from left are odd and the odd positioned ones are even.

Original entry on oeis.org

0, 418, 616, 638, 814, 836, 858, 2101, 2123, 2145, 2167, 2189, 2321, 2343, 2365, 2387, 2541, 2563, 2585, 2761, 2783, 2981, 4103, 4125, 4147, 4169, 4301, 4323, 4345, 4367, 4389, 4521, 4543, 4565, 4587, 4741, 4763, 4785, 4961, 4983, 6105, 6127, 6149
Offset: 1

Views

Author

Amarnath Murthy, Mar 02 2003

Keywords

Crossrefs

Intersection of A008593 and A062285.
Cf. A080466.

Extensions

Terms corrected by Andrew Howroyd, Sep 29 2024

A376692 Numbers with the most significant digit odd and alternating parity of digits.

Original entry on oeis.org

1, 3, 5, 7, 9, 10, 12, 14, 16, 18, 30, 32, 34, 36, 38, 50, 52, 54, 56, 58, 70, 72, 74, 76, 78, 90, 92, 94, 96, 98, 101, 103, 105, 107, 109, 121, 123, 125, 127, 129, 141, 143, 145, 147, 149, 161, 163, 165, 167, 169, 181, 183, 185, 187, 189, 301, 303, 305, 307, 309
Offset: 1

Views

Author

Andrew Howroyd, Oct 01 2024

Keywords

Crossrefs

Complement of A062285 within A030141.

Programs

  • PARI
    isok(n)=my(d=digits(n)); for(i=1, #d, if((d[i]-i)%2, return(0))); 1
Showing 1-2 of 2 results.