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!)
A078319 Sum of distinct prime factors of n*rad(n)+1, where rad=A007947 (squarefree kernel). 4
2, 5, 7, 3, 15, 37, 7, 17, 9, 101, 63, 73, 24, 197, 115, 14, 36, 109, 183, 70, 32, 102, 60, 34, 12, 677, 43, 134, 423, 70, 52, 18, 116, 102, 615, 38, 144, 22, 763, 401, 31, 358, 44, 39, 15, 102, 37, 17, 45, 170, 1303, 55, 288, 18, 108, 162, 20, 678, 1743, 1801, 1863 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n)=A008472(A078310(n)).
LINKS
PROG
(PARI) vecprod(v)=prod(i=1, #v, v[i])
rad(n)=vecprod(factor(n)[, 1])
a(n)=vecsum(factor(n*rad(n)+1)[, 1]) \\ Charles R Greathouse IV, Jul 09 2013
(Haskell)
a078319 = a008472 . a078310 -- Reinhard Zumkeller, Jul 23 2013
CROSSREFS
Sequence in context: A076555 A095928 A100114 * A246207 A286615 A200112
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Nov 23 2002
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 19 08:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)