login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A328627
Twisted variant of A276086.
8
1, 2, 3, 18, 9, 6, 5, 10, 375, 450, 225, 750, 25, 50, 15, 11250, 5625, 30, 125, 250, 1875, 90, 45, 3750, 625, 1250, 75, 2250, 1125, 150, 7, 14, 21, 126, 63, 42, 12005, 24010, 18375, 7563150, 3781575, 36750, 420175, 840350, 36015, 3858750, 1929375, 72030, 6125, 12250, 643125, 216090, 108045, 1286250, 214375, 428750
OFFSET
0,2
FORMULA
a(n) = A276086(A328626(n)).
PROG
(PARI) A328627(n) = { my(m=1, p=2, d=0); while(n, d = lift(Mod(n, p)/(d+1)); m *= (p^d); n = n\p; p = nextprime(1+p)); (m); };
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Oct 25 2019
STATUS
approved

  NODES
orte 1
see 1
Story 1