login
A392596
a(n) = A276086(n) mod 360, where A276086 is the primorial base exp-function.
4
1, 2, 3, 6, 9, 18, 5, 10, 15, 30, 45, 90, 25, 50, 75, 150, 225, 90, 125, 250, 15, 30, 45, 90, 265, 170, 75, 150, 225, 90, 7, 14, 21, 42, 63, 126, 35, 70, 105, 210, 315, 270, 175, 350, 165, 330, 135, 270, 155, 310, 105, 210, 315, 270, 55, 110, 165, 330, 135, 270, 49, 98, 147, 294, 81, 162, 245, 130, 15, 30, 45, 90
OFFSET
0,2
COMMENTS
Compare the scatter plots of this sequence and A392595, A392599, A392600. While A392595 shares the quilt-like look with this one, the latter two graphs have a more noisy character.
PROG
(PARI) A392596(n) = { my(m=1, p=2); while(n, m *= (p^(n%p)); n = n\p; p = nextprime(1+p)); (m%360); };
CROSSREFS
Cf. A047247 (positions of multiples of 3), A380486 (of multiples of 5), A047257 (of multiples of 9).
Sequence in context: A018251 A218339 A329248 * A276076 A276086 A346101
KEYWORD
nonn,base,look
AUTHOR
Antti Karttunen, Jan 18 2026
STATUS
approved