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

A374124
a(n) = A113177(n) mod 360, where A113177 is fully additive with a(p) = Fibonacci(p).
4
0, 1, 2, 2, 5, 3, 13, 3, 4, 6, 89, 4, 233, 14, 7, 4, 157, 5, 221, 7, 15, 90, 217, 5, 10, 234, 6, 15, 149, 8, 229, 5, 91, 158, 18, 6, 17, 222, 235, 8, 301, 16, 77, 91, 9, 218, 73, 6, 26, 11, 159, 235, 293, 7, 94, 16, 223, 150, 161, 9, 161, 230, 17, 6, 238, 92, 293, 159, 219, 19, 289, 7, 73, 18, 12, 223, 102, 236, 301
OFFSET
1,3
LINKS
PROG
(PARI)
A113177(n) = if(n<=1, 0, my(f=factor(n)); sum(i=1, #f~, f[i, 2]*fibonacci(f[i, 1])));
A374124(n) = (A113177(n)%360);
CROSSREFS
Cf. A373585 (antiparity of terms), A373586 (indices of even terms), A373587 (of odd terms), A374052 (of multiples of 3).
Cf. also A372576, A374123, A374125.
Sequence in context: A241820 A190170 A147524 * A113177 A344507 A322786
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jun 30 2024
STATUS
approved