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.

A358850 Primorial base exp-function reduced modulo 12.

Original entry on oeis.org

1, 2, 3, 6, 9, 6, 5, 10, 3, 6, 9, 6, 1, 2, 3, 6, 9, 6, 5, 10, 3, 6, 9, 6, 1, 2, 3, 6, 9, 6, 7, 2, 9, 6, 3, 6, 11, 10, 9, 6, 3, 6, 7, 2, 9, 6, 3, 6, 11, 10, 9, 6, 3, 6, 7, 2, 9, 6, 3, 6, 1, 2, 3, 6, 9, 6, 5, 10, 3, 6, 9, 6, 1, 2, 3, 6, 9, 6, 5, 10, 3, 6, 9, 6, 1, 2, 3, 6, 9, 6, 7, 2, 9, 6, 3, 6, 11, 10
Offset: 0

Views

Author

Antti Karttunen, Dec 03 2022

Keywords

Crossrefs

Programs

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

Formula

a(n) = A010881(A276086(n)) = A276086(n) mod 12.