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!)
A317944 a(n) = Product_{d|n, d>1} prime(A286378(d)-1). 4
1, 2, 3, 4, 5, 18, 7, 8, 33, 50, 13, 108, 17, 98, 285, 16, 23, 2178, 29, 500, 651, 338, 37, 648, 185, 578, 1353, 1372, 43, 162450, 47, 32, 2067, 1058, 2065, 143748, 61, 1682, 3417, 5000, 71, 847602, 73, 8788, 247665, 2738, 83, 3888, 581, 68450, 6141, 19652, 97, 3661218, 6565, 19208, 8961, 3698, 107, 92596500, 109, 4418, 809193, 64 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = Product_{d|n, d>1} A008578(A286378(d)).
For all k >= 0, a(2^k) = 2^k.
PROG
(PARI)
\\ Needs also code from A286378:
A317944(n) = { my(m=1); fordiv(n, d, if(d>1, m *= prime(A286378(d)-1))); (m); };
CROSSREFS
Cf. A286378, A317942, A317945 (restricted growth sequence transform).
Cf. also A305794.
Sequence in context: A162657 A333046 A305794 * A145520 A337559 A061412
KEYWORD
nonn
AUTHOR
Antti Karttunen, Aug 12 2018
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 April 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)