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.

A066401 Square root of b_1*b_2*...*b_t corresponding to smallest values of t in R. L. Graham's sequence (A006255).

This page as a plain text file.
%I A066401 #26 Apr 09 2018 13:00:40
%S A066401 1,6,12,2,20,24,28,120,3,180,66,60,78,1260,360,4,102,108,152,120,126,
%T A066401 132,184,144,5,936,5040,1120,232,210,248,240,9240,2040,1680,6,370,342,
%U A066401 312,300,410,336,430,330,360,414,470,360,7,420,25704,196560,636,3780
%N A066401 Square root of b_1*b_2*...*b_t corresponding to smallest values of t in R. L. Graham's sequence (A006255).
%C A066401 a(n) = A000196(A245530(n)). - _Reinhard Zumkeller_, Jul 25 2014
%D A066401 R. L. Graham, D. E. Knuth and O. Patashnik, Concrete Mathematics. Addison-Wesley, Reading, MA, 1990, p. 147.
%H A066401 Peter Kagey, <a href="/A066401/b066401.txt">Table of n, a(n) for n = 1..1000</a> (First 125 terms from Reinhard Zumkeller)
%H A066401 R. L. Graham, <a href="http://www.jstor.org/stable/2689569">Bijection between integers and composites</a>, Problem 1242, Math. Mag., 60 (1987), p. 180.
%e A066401 a(2) = 6 because the best such sequence is 2,3,6 for which the product is 36 = 6^2.
%t A066401 Table[k = 0; While[Length@ # == 0 &@ Set[f, Select[Rest@ Subsets@ Range@ k, IntegerQ@ Sqrt[n (Times @@ # &[n + #])] &]], k++]; If[IntegerQ@ Sqrt@ n, k = {n}, k = n + Prepend[First@ f, 0]]; Sqrt[Times @@ k], {n, 22}] (* _Michael De Vlieger_, Oct 26 2016 *)
%o A066401 (Haskell)
%o A066401 a066401 = a000196 . a245530  -- _Reinhard Zumkeller_, Jul 25 2014
%Y A066401 Cf. A000196, A006255, A066400, A245499, A245530.
%K A066401 nonn,easy
%O A066401 1,2
%A A066401 _N. J. A. Sloane_, Dec 25 2001
%E A066401 More terms from Larry Reeves (larryr(AT)acm.org), Jan 06 2005
%E A066401 More terms from _Joshua Zucker_, May 18 2006