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.

Previous Showing 11-11 of 11 results.

A328583 a(n) = A023900(A276086(n)).

Original entry on oeis.org

1, -1, -2, 2, -2, 2, -4, 4, 8, -8, 8, -8, -4, 4, 8, -8, 8, -8, -4, 4, 8, -8, 8, -8, -4, 4, 8, -8, 8, -8, -6, 6, 12, -12, 12, -12, 24, -24, -48, 48, -48, 48, 24, -24, -48, 48, -48, 48, 24, -24, -48, 48, -48, 48, 24, -24, -48, 48, -48, 48, -6, 6, 12, -12, 12, -12, 24, -24, -48, 48, -48, 48, 24, -24, -48, 48, -48, 48, 24, -24
Offset: 0

Views

Author

Antti Karttunen, Oct 21 2019

Keywords

Crossrefs

Programs

  • PARI
    A328583(n) = { my(m=1, p=2); while(n, m *= (1-p)^!!(n%p); n = n\p; p = nextprime(1+p)); (m); };

Formula

a(n) = A023900(A276086(n)).
abs(a(n)) = A324650(n) / A328572(n).
Previous Showing 11-11 of 11 results.