login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A374125 a(n) = A328845(n) mod 360, where A328845 is the first Fibonacci-based variant of the arithmetic derivative. 4
0, 0, 1, 2, 4, 5, 7, 13, 12, 12, 15, 89, 20, 233, 33, 25, 32, 157, 33, 221, 40, 53, 189, 217, 52, 50, 119, 54, 80, 149, 65, 229, 80, 289, 331, 100, 84, 17, 101, 5, 100, 301, 127, 77, 40, 105, 97, 73, 128, 182, 125, 145, 264, 293, 135, 140, 188, 341, 327, 161, 160, 161, 129, 201, 192, 150, 251, 293, 336, 337, 235, 289 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
PROG
(PARI)
A328845(n) = if(n<=1, 0, my(f=factor(n)); n*sum(i=1, #f~, f[i, 2]*fibonacci(f[i, 1])/f[i, 1]));
A374125(n) = (A328845(n)%360);
CROSSREFS
Cf. A374045 (antiparity of terms), A374046 (indices of even terms), A374047 (of odd terms), A374122 (of multiples of 3).
Cf. also A372576, A374123, A374124.
Sequence in context: A116432 A050027 A123643 * A328845 A240842 A168540
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jun 30 2024
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 22 05:29 EDT 2024. Contains 375356 sequences. (Running on oeis4.)