login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A051544
Quotients of consecutive values of lcm {1, 4, 7, 10, 13 ...,(3n+1)} (A016777).
1
4, 7, 5, 13, 4, 19, 11, 5, 1, 31, 17, 37, 1, 43, 23, 7, 1, 1, 29, 61, 4, 67, 1, 73, 1, 79, 41, 1, 1, 1, 47, 97, 1, 103, 53, 109, 1, 1, 59, 11, 1, 127, 1, 1, 1, 139, 71, 1, 1, 151, 1, 157, 1, 163, 83, 13, 1, 1, 89, 181, 1, 1, 1, 193, 1, 199, 101, 1, 1, 211, 107, 1, 1, 223, 113, 229
OFFSET
1,1
LINKS
FORMULA
a(n) = A051536(n)/A051536(n-1)
EXAMPLE
a(3) = A051536(3)/A051536(2) = 140/28 = 5
MATHEMATICA
nn=80; With[{c=Range[1, 3*nn, 3]}, Last[#]/First[#]&/@Partition[Table[LCM@@ Take[c, n], {n, nn}], 2, 1]] (* Harvey P. Dale, Feb 23 2012 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
EXTENSIONS
More terms from James A. Sellers
STATUS
approved