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.

A088659 a(n) = n*(p-1) where p is the largest prime factor of n.

This page as a plain text file.
%I A088659 #16 May 19 2015 20:42:48
%S A088659 2,6,4,20,12,42,8,18,40,110,24,156,84,60,16,272,36,342,80,126,220,506,
%T A088659 48,100,312,54,168,812,120,930,32,330,544,210,72,1332,684,468,160,
%U A088659 1640,252,1806,440,180,1012,2162,96,294,200,816,624,2756,108,550,336,1026
%N A088659 a(n) = n*(p-1) where p is the largest prime factor of n.
%C A088659 It is conjectured that sequence gives period length of the periodic sequence {A088957(k) mod n}_{k>n}.
%C A088659 The records of this sequence are given by A036689 (product of a prime and the previous number). - _Michel Marcus_, May 19 2015
%H A088659 Ivan Neretin, <a href="/A088659/b088659.txt">Table of n, a(n) for n = 2..1000</a>
%F A088659 For p the k-th prime, a(p) = A036689(k). - _Michel Marcus_, May 19 2015
%F A088659 a(n) = n*A070777(n). - _Michel Marcus_, May 19 2015
%p A088659 seq(n*(max(numtheory:-factorset(n))-1), n=2..100); # _Robert Israel_, May 19 2015
%t A088659 Table[n*(FactorInteger[n][[-1, 1]] - 1), {n, 2, 57}] (* _Ivan Neretin_, May 19 2015 *)
%o A088659 (PARI) a(n)=n*(component(factor(n),1)-1)
%K A088659 nonn
%O A088659 2,1
%A A088659 _Benoit Cloitre_, Nov 21 2003