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!)
A337471 Primorial inflation of n prime shifted once: a(n) = A003961(A108951(n)). 2
1, 3, 15, 9, 105, 45, 1155, 27, 225, 315, 15015, 135, 255255, 3465, 1575, 81, 4849845, 675, 111546435, 945, 17325, 45045, 3234846615, 405, 11025, 765765, 3375, 10395, 100280245065, 4725, 3710369067405, 243, 225225, 14549535, 121275, 2025, 152125131763605, 334639305, 3828825, 2835, 6541380665835015, 51975, 307444891294245705, 135135 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A003961(A108951(n)).
a(n) = A000265(A108951(A003961(n))).
Completely multiplicative with a(prime(i)) = A003961(A002110(i)) = A070826(1+i). - Antti Karttunen, Nov 17 2020
Sum_{n>=1} 1/a(n) = 1 / Product_{k>=2} (1 - 1/A070826(k)) = 1.6241170949... . - Amiram Eldar, Dec 08 2022
PROG
(PARI)
A003961(n) = my(f = factor(n)); for (i=1, #f~, f[i, 1] = nextprime(f[i, 1]+1)); factorback(f);
A034386(n) = prod(i=1, primepi(n), prime(i));
A108951(n) = { my(f=factor(n)); prod(i=1, #f~, A034386(f[i, 1])^f[i, 2]) }; \\ From A108951
CROSSREFS
Row 1 of A337470.
Sequence in context: A138006 A335696 A256557 * A145179 A297897 A232076
KEYWORD
nonn,mult
AUTHOR
Antti Karttunen, Aug 28 2020
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 7 04:31 EDT 2024. Contains 373140 sequences. (Running on oeis4.)