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.

A166506 Indices of terms in A166504 which are not in A152242.

Original entry on oeis.org

70, 71, 72, 73, 115, 116, 117, 183, 185, 186, 250, 251, 252, 253, 365, 367, 368, 427, 429, 534, 535, 536, 537, 594, 595, 596, 640, 642, 643, 645, 647, 648, 649, 650, 653, 654, 655, 656, 657, 659, 660, 661, 662, 664, 665, 666, 667, 669, 671, 672, 673, 674
Offset: 1

Views

Author

M. F. Hasler, Nov 02 2009

Keywords

Examples

			a(1)=70 since the first term in A166504 which is not in A152242 is A166504(70)=202.
		

Crossrefs

Programs

  • PARI
    c=0; for(i=1,1e4, is_A166504(i) & c++ & !is_A152242(i) & print1(c", "))

Formula

A166504(a(n)) = A166505(n).