cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A051544 Quotients of consecutive values of lcm {1, 4, 7, 10, 13 ...,(3n+1)} (A016777).

Original entry on oeis.org

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

Views

Author

Keywords

Examples

			a(3) = A051536(3)/A051536(2) = 140/28 = 5
		

Crossrefs

Programs

  • 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 *)

Formula

a(n) = A051536(n)/A051536(n-1)

Extensions

More terms from James Sellers