login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A283476
Squarefree numbers n for which A079559(A048675(n)) = 1.
3
1, 2, 5, 6, 7, 11, 13, 17, 19, 21, 23, 29, 30, 31, 33, 37, 39, 41, 42, 43, 47, 51, 53, 57, 59, 61, 66, 67, 69, 71, 73, 78, 79, 83, 87, 89, 93, 97, 101, 102, 103, 107, 109, 111, 113, 114, 123, 127, 129, 131, 137, 138, 139, 141, 149, 151, 154, 157, 159, 163, 165, 167, 173, 174, 177, 179, 181, 182, 183, 186, 191, 193, 195
OFFSET
1,2
COMMENTS
Squarefree numbers n such that A048675(n) is one of the terms of A005187.
LINKS
PROG
(Scheme, with Antti Karttunen's IntSeq-library)
(define A283476 (MATCHING-POS 1 1 (lambda (n) (and (= 1 (A008966 n)) (= 1 (A079559 (A048675 n)))))))
CROSSREFS
Sequence A283475 sorted into ascending order.
Subsequence of A005117.
Sequence in context: A080589 A344170 A292115 * A059791 A043329 A023699
KEYWORD
nonn
AUTHOR
Antti Karttunen, Mar 15 2017
STATUS
approved