[go: up one dir, main page]

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

A366583
a(2) = a(3) = 1; for n >3, a(n) = smallest prime factor of n-th Tribonacci number.
1
1, 1, 2, 2, 7, 13, 2, 2, 3, 149, 2, 2, 3, 5, 2, 2, 103, 13, 2, 2, 5, 3, 2, 2, 3, 3, 2, 2, 23, 5, 2, 2, 3, 103, 2, 2, 7, 3, 2, 2, 167, 11, 2, 2, 5, 3, 2, 2, 199, 5, 2, 2, 7, 163, 2, 2, 29531, 5, 2, 2, 3, 5, 2, 2, 3, 199, 2, 2, 7, 19, 2, 2, 1259, 3, 2, 2, 3, 3
OFFSET
2,3
LINKS
FORMULA
a(n) = A020639(A000073(n)).
EXAMPLE
For n=24: A000073(24) = 2*2*2*51343, so a(24)=2.
MATHEMATICA
FactorInteger[#][[1, 1]] & /@ LinearRecurrence[{1, 1, 1}, {1, 1, 2}, 78] (* Amiram Eldar, Oct 23 2023 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Tyler Busby, Oct 13 2023
STATUS
approved