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!)
A250344 Numerator of the harmonic mean of the first n hexagonal numbers. 1
1, 12, 90, 1680, 6300, 83160, 1261260, 576576, 11027016, 1163962800, 1280359080, 32125373280, 174012438600, 80313433200, 2495453103000, 165032631878400, 175347171370800, 1299631976042400, 50757848842100400, 53429314570632000, 2300131992265707600 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(3) = 90 because the first 3 hexagonal numbers are [1,6,15], and 3/(1/1+1/6+1/15) = 90/37.
PROG
(PARI)
harmonicmean(v) = #v / sum(k=1, #v, 1/v[k])
s=vector(30); for(n=1, #s, s[n]=numerator(harmonicmean(vector(n, k, k*(2*k-1))))); s
CROSSREFS
Cf. A000384 (hexagonal numbers), A082687 (denominators).
Sequence in context: A273099 A249979 A231512 * A135173 A173223 A114860
KEYWORD
nonn
AUTHOR
Colin Barker, Nov 19 2014
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 08:09 EDT 2024. Contains 371922 sequences. (Running on oeis4.)