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.

A097382 a(h) = d(h,j) = lcm( f(h,j,1) ... f(h,j,h) ), when j=2.

Original entry on oeis.org

1, 4, 35, 20, 3003, 560, 692835, 4620, 185910725, 48048, 136745788725, 1361360, 4281195077775, 22170720, 6541380665835015, 446185740, 1898924328582105825, 5949143200, 90048990529077755175
Offset: 1

Views

Author

Scott C Macfarlan (scottmacfarlan(AT)covance.com), Sep 18 2004

Keywords

Comments

Examples

			a(2) = 4 = lcm(4,1)
a(5) = 3003 = lcm(13,11,3,7,1)
a(6) = 560 = lcm(16,7,4,5,8,1)
a(13) = 4281195077775 = lcm(37,35,11,31,29,9,25,23,7,19,17,5,1)
		

Formula

Given (1) f(h, j, a) = ( [ ((a/gcd(a, h)) / gcd(j+1, (a/gcd(a, h)))) * (h(j+1)) ] - [ ((a/gcd(a, h)) / gcd(j+1, (a/gcd(a, h)))) * (ja) ]) / a then let (2) a(h) = d(h, j) = lcm( f(h, j, 1) ... f(h, j, h) )