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!)
A104353 Sum of divisors of A104350(n). 2
1, 3, 12, 28, 168, 546, 4368, 9360, 28800, 148800, 1785600, 5401440, 75620160, 538793640, 2711348640, 5603453856, 100862169408, 303420079872, 6068401597440, 30380907997440, 213199354368000, 2362959510912000, 56711028261888000, 170288884313856000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A000203(A104350(n)).
MATHEMATICA
DivisorSigma[1, FoldList[Times, Array[FactorInteger[#][[-1, 1]] &, 30]]] (* Amiram Eldar, Apr 08 2024 *)
PROG
(PARI) gpf(n) = {my(p = factor(n)[, 1]); p[#p]; }
a(n) = sigma(prod(k = 2, n, gpf(k))); \\ Amiram Eldar, Apr 08 2024
CROSSREFS
Sequence in context: A026557 A124052 A215640 * A001860 A199035 A101459
KEYWORD
nonn,changed
AUTHOR
Reinhard Zumkeller, Mar 06 2005
EXTENSIONS
a(14), a(21) corrected by Georg Fischer, Feb 28 2023
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 16 18:51 EDT 2024. Contains 371750 sequences. (Running on oeis4.)