The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A328619 Inverse permutation to A328618. 4
1, 2, 9, 4, 125, 18, 2401, 8, 3, 250, 1771561, 36, 62748517, 4802, 1125, 16, 118587876497, 6, 6131066257801, 500, 21609, 3543122, 21914624432020321, 72, 5, 125497034, 27, 9604, 8629188747598184440949, 2250, 727423121747185263828481, 32, 15944049, 237175752994, 300125, 12, 624931990990842127748277129373, 12262132515602, 564736653, 1000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) A328619(n) = { my(f = factor(n), m, q); for(k=1, #f~, q = (f[k, 2]\f[k, 1]); m = (f[k, 2]%f[k, 1]); if(m&&(f[k, 1]!=2), f[k, 2] = q*f[k, 1] + lift(Mod(m, f[k, 1])/2))); factorback(f); };
CROSSREFS
Sequence in context: A210423 A003725 A292952 * A365108 A076930 A309926
KEYWORD
nonn,mult
AUTHOR
Antti Karttunen, Oct 23 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 June 8 08:55 EDT 2024. Contains 373207 sequences. (Running on oeis4.)