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.

This page as a plain text file.
%I A097382 #2 Feb 24 2006 03:00:00
%S A097382 1,4,35,20,3003,560,692835,4620,185910725,48048,136745788725,1361360,
%T A097382 4281195077775,22170720,6541380665835015,446185740,
%U A097382 1898924328582105825,5949143200,90048990529077755175
%N A097382 a(h) = d(h,j) = lcm( f(h,j,1) ... f(h,j,h) ), when j=2.
%C A097382 See A091342, A025558
%F A097382 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) )
%e A097382 a(2) = 4 = lcm(4,1)
%e A097382 a(5) = 3003 = lcm(13,11,3,7,1)
%e A097382 a(6) = 560 = lcm(16,7,4,5,8,1)
%e A097382 a(13) = 4281195077775 = lcm(37,35,11,31,29,9,25,23,7,19,17,5,1)
%K A097382 nonn
%O A097382 1,2
%A A097382 Scott C Macfarlan (scottmacfarlan(AT)covance.com), Sep 18 2004