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

A072874
Numbers k such that A000213(k) == 1 (mod k).
1
1, 2, 4, 8, 16, 24, 28, 32, 36, 47, 53, 56, 64, 72, 80, 94, 103, 106, 128, 163, 192, 199, 206, 256, 257, 269, 311, 326, 336, 384, 397, 398, 401, 419, 421, 456, 499, 512, 514, 536, 538, 587, 599, 617, 622, 683, 700, 757, 768, 773, 794, 802, 838, 842, 863, 883, 907
OFFSET
1,2
COMMENTS
Includes A000079. - Robert Israel, Jul 23 2024
LINKS
MATHEMATICA
m = 1000; t = LinearRecurrence[{1, 1, 1}, {1, 1, 3}, m]; Position[(t - 1)/Range[m], _?IntegerQ] // Flatten (* Amiram Eldar, May 05 2022 *)
CROSSREFS
Sequence in context: A108567 A354754 A261890 * A160158 A010072 A376617
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Jul 28 2002
EXTENSIONS
a(1) = 1 inserted by Amiram Eldar, May 05 2022
STATUS
approved