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!)
A126578 a(n) = denominator of the sum of reciprocals of the terms in n-th row of triangle A077581. 1
1, 3, 4, 105, 4, 85085, 40, 45045, 40040, 66927861, 2520, 167133741775, 27720, 644658718275, 16997552, 4512611027925, 240240, 190103424450275260925, 816816, 3873805630307495883, 28269478608800, 1257729100749186975, 15519504 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
Row 4 of triangle A077581 is (1,3,5,7).
So a(4) is the denominator of 1/1 +1/3 +1/5 + 1/7 = 176/105.
MATHEMATICA
row[n_] := Take[Select[Range[n^2], GCD[ #, n] == 1 &], n]; Table[Denominator[Plus @@ (1/# &) /@ row[n]], {n, 23}] (* Ray Chandler, Dec 29 2006 *)
CROSSREFS
Sequence in context: A041253 A297119 A156182 * A332972 A041351 A266516
KEYWORD
frac,nonn
AUTHOR
Leroy Quet, Dec 28 2006
EXTENSIONS
Extended by Ray Chandler, Dec 29 2006
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 14:28 EDT 2024. Contains 373264 sequences. (Running on oeis4.)