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!)
A175455 a(n) = H(n) * (lcm(1,2,...,n))^2, where H(n) = harmonic numbers (1/1 + 1/2 + ... + 1/n). 1
1, 6, 66, 300, 8220, 8820, 457380, 1917720, 17965080, 18600120, 2320468920, 2384502120, 412970037480, 422245703880, 430902992520, 1756076802480, 516336630329520, 524676485052720, 192260441419366320, 194970060218934000, 197550649551855600, 200013939369644400 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = (A001008(n) / A002805(n)) * (A003418(n))^2.
a(n) = A000142(n) * A025529(n) / A025527(n) = A025529(n) * A003418(n).
a(n) = (1/1 + 1/2 + ... + 1/n) * (lcm(1,2,...,n))^2.
EXAMPLE
For n = 3, a(3) = (1/1 + 1/2 + 1/3) * (1*2*3)^2 = (11/6) * 36 = 66.
PROG
(PARI) a(n)={sum(k=1, n, 1/k)*lcm([1..n])^2} \\ Andrew Howroyd, Jan 08 2020
CROSSREFS
Sequence in context: A071276 A119172 A064167 * A185253 A192089 A119073
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, May 17 2010
EXTENSIONS
Terms a(13) and beyond from Andrew Howroyd, Jan 08 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 April 24 06:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)