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”).

A324879
Numbers k such that A324863(k) is equal to A324874(k).
3
1, 9, 15, 16, 21, 27, 35, 39, 55, 57, 64, 75, 77, 85, 87, 90, 91, 95, 99, 105, 111, 115, 119, 125, 129, 133, 143, 147, 155, 159, 161, 175, 183, 185, 189, 195, 201, 203, 205, 209, 213, 221, 235, 237, 243, 245, 253, 256, 259, 265, 267, 275, 285, 287, 295, 299, 301, 303, 319, 321, 323, 325, 335, 339, 341, 351, 355, 363, 365
OFFSET
1,2
COMMENTS
In range 1..10000, there are only three such numbers k for which A324868(k) == A000120(A324866(k)): 1, 9, 125. See A324201.
PROG
(PARI) for(n=1, oo, if(A324863(n)==A324874(n), print1(n, ", ")));
CROSSREFS
Subsequences: A324201, A324880 (even terms).
Sequence in context: A257409 A105882 A136410 * A066942 A257048 A363896
KEYWORD
nonn
AUTHOR
Antti Karttunen, Mar 27 2019
STATUS
approved