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!)
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 (list; graph; refs; listen; history; text; internal format)
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
Sequence in context: A346836 A046549 A331138 * A271304 A271124 A336080
KEYWORD
easy,nonn
AUTHOR
EXTENSIONS
More terms from James A. Sellers
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)