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!)
A126577 a(n) = numerator of the sum of reciprocals of the terms in n-th row of triangle A077581. 1
1, 4, 7, 176, 9, 133542, 103, 91072, 99527, 131023748, 7591, 300996993816, 88001, 1403843964196, 44094737, 10686452707072, 825533, 368070779365071896502, 2895701, 8653175044141052500, 81659533540907, 3080940707518158404 (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 numerator of 1/1 +1/3 +1/5 + 1/7 = 176/105.
MATHEMATICA
row[n_] := Take[Select[Range[n^2], GCD[ #, n] == 1 &], n]; Table[Numerator[Plus @@ (1/# &) /@ row[n]], {n, 23}] (* Ray Chandler, Dec 29 2006 *)
CROSSREFS
Sequence in context: A024054 A362857 A289381 * A236288 A348131 A073164
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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)