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!)
A337338 Numerator of (1+sigma(s)) / ((s+1)/2), where s is the square of n prime-shifted once (s = A003961(n)^2 = A003961(n^2)). 6
2, 14, 32, 122, 58, 404, 134, 1094, 782, 742, 184, 3752, 308, 346, 1768, 9842, 382, 10154, 554, 6898, 4124, 2380, 872, 33884, 2802, 3992, 19532, 1238, 994, 22972, 1408, 88574, 5674, 4954, 7582, 94502, 1724, 7190, 9518, 62302, 1894, 53600, 2258, 22144, 44518, 11324, 2864, 305072, 16106, 36414, 11812, 37148, 3542, 253904 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A337194(A003961(n)^2) / A337337(n).
PROG
(PARI)
A003961(n) = { my(f = factor(n)); for(i=1, #f~, f[i, 1] = nextprime(f[i, 1]+1)); factorback(f); };
A337338(n) = { my(s=(A003961(n)^2), t=1+sigma(s)); (t/gcd(t, (s+1)/2)); };
\\ Or as:
A337338(n) = { my(s=A003961(n^2)); numerator((1+sigma(s))/((s+1)/2)); };
CROSSREFS
Cf. A337339 (denominators).
Sequence in context: A202638 A226565 A231050 * A322074 A083015 A368628
KEYWORD
nonn,frac
AUTHOR
Antti Karttunen, Aug 24 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 10 16:09 EDT 2024. Contains 373272 sequences. (Running on oeis4.)