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.

A353487 a(n) = A276086(2*n) mod 4, where A276086 is the primorial base exp-function.

Original entry on oeis.org

1, 3, 1, 1, 3, 1, 1, 3, 1, 1, 3, 1, 1, 3, 1, 3, 1, 3, 3, 1, 3, 3, 1, 3, 3, 1, 3, 3, 1, 3, 1, 3, 1, 1, 3, 1, 1, 3, 1, 1, 3, 1, 1, 3, 1, 3, 1, 3, 3, 1, 3, 3, 1, 3, 3, 1, 3, 3, 1, 3, 1, 3, 1, 1, 3, 1, 1, 3, 1, 1, 3, 1, 1, 3, 1, 3, 1, 3, 3, 1, 3, 3, 1, 3, 3, 1, 3, 3, 1, 3, 1, 3, 1, 1, 3, 1, 1, 3, 1, 1, 3, 1, 1, 3, 1, 3
Offset: 0

Views

Author

Antti Karttunen, Apr 24 2022

Keywords

Crossrefs

Even bisection of A353486. Odd bisection of A353516. Sequence A353517 shifted once left.

Programs

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

Formula

a(n) = A353486(2*n) = A010873(A276086(2*n)).
a(n) = A353516(2*n + 1).
a(n) = A353517(1+n). [See comments in A353516 for a proof]
For n >= 1, a(n) = (A353517(n) * A353527(n)) mod 4.