cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A379225 a(n) = A113177(n) mod 5, where A113177 is fully additive with a(p) = Fibonacci(p).

Original entry on oeis.org

0, 1, 2, 2, 0, 3, 3, 3, 4, 1, 4, 4, 3, 4, 2, 4, 2, 0, 1, 2, 0, 0, 2, 0, 0, 4, 1, 0, 4, 3, 4, 0, 1, 3, 3, 1, 2, 2, 0, 3, 1, 1, 2, 1, 4, 3, 3, 1, 1, 1, 4, 0, 3, 2, 4, 1, 3, 0, 1, 4, 1, 0, 2, 1, 3, 2, 3, 4, 4, 4, 4, 2, 3, 3, 2, 3, 2, 1, 1, 4, 3, 2, 2, 2, 2, 3, 1, 2, 4, 0, 1, 4, 1, 4, 1, 2, 2, 2, 3, 2, 1, 0, 2, 1, 0
Offset: 1

Views

Author

Antti Karttunen, Dec 20 2024

Keywords

Crossrefs

Cf. also A379115.

Programs

  • PARI
    A113177(n) = if(n<=1, 0, my(f=factor(n)); sum(i=1, #f~, f[i, 2]*fibonacci(f[i, 1])));
    A379225(n) = (A113177(n)%5);

Formula

a(n) = A010874(A113177(n)) = A010874(A374124(n)).