login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
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
Sequence in context: A348279 A344530 A328624 * A032808 A321212 A037317
KEYWORD
nonn
AUTHOR
Antti Karttunen, Oct 25 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 9 12:21 EDT 2024. Contains 372350 sequences. (Running on oeis4.)