Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A126576
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A126576 a(n) = denominator of the sum of reciprocals of the terms in n-th row of triangle A126571. +0
2
1, 6, 60, 140, 630, 31416, 34580, 91080, 1093950, 58549260, 6702696, 61910940, 2379795600, 1197892080, 21742542360, 21741799002768, 143830236550, 2559047531040, 38886283310, 333903908520, 24063048428483064 (list; graph; listen)
OFFSET

1,2

EXAMPLE

Row 4 of triangle A126571 is (4,7,5,7).

So a(4) is the denominator of 1/4 +1/7 +1/5 + 1/7 = 103/84.

MATHEMATICA

f[m_, n_] := Block[{k = 0, c = n}, While[c > 0, k++; While[GCD[k, m] > 1, k++ ]; c--; ]; k]; Table[Denominator@Sum[1/f[m, n], {m, n}], {n, 22}] (*Chandler*)

CROSSREFS

Cf. A126571, A126575.

Sequence in context: A002827 A137498 A036283 this_sequence A121287 A069072 A074441

Adjacent sequences: A126573 A126574 A126575 this_sequence A126577 A126578 A126579

KEYWORD

frac,nonn

AUTHOR

Leroy Quet (qq-quet(AT)mindspring.com), Dec 28 2006

EXTENSIONS

Extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Dec 29 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified September 6 00:03 EDT 2008. Contains 143485 sequences.


AT&T Labs Research