login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A166506
Indices of terms in A166504 which are not in A152242.
1
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,1
FORMULA
A166504(a(n)) = A166505(n).
EXAMPLE
a(1)=70 since the first term in A166504 which is not in A152242 is A166504(70)=202.
PROG
(PARI) c=0; for(i=1, 1e4, is_A166504(i) & c++ & !is_A152242(i) & print1(c", "))
CROSSREFS
KEYWORD
nonn,base
AUTHOR
M. F. Hasler, Nov 02 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 20 09:40 EDT 2024. Contains 376068 sequences. (Running on oeis4.)