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.

A065926 Index values for new maxima in A065925.

This page as a plain text file.
%I A065926 #13 Sep 20 2023 05:52:42
%S A065926 1,3,5,21,25,35,55,185,265,563,569,733,3350,3469,6010,6779,10689,
%T A065926 11143,14505,18016,30561,31588,37757,59611,65816,67106,75904,118361,
%U A065926 214379,241564,255196,414221,648152,703812,881848,1153107,1277048,1407769,1719552,1775846,2722607,3177728
%N A065926 Index values for new maxima in A065925.
%D A065926 J. Earls, Mathematical Bliss, Pleroma Publications, 2009, pages 99-100. ASIN: B002ACVZ6O [From _Jason Earls_, Nov 26 2009]
%o A065926 (PARI) sopf(n) = local(fac, i); fac=factor(n); sum(i=1,matsize(fac)[1],fac[i,1])
%o A065926 A065926(m)= {local(a,n,k); a=0; for(k=1,m,n=1; while(sopf(n)!=sopf(n+k), n++); if(n>a,a=n; print1(k,",")))} \\ _Klaus Brockhaus_
%Y A065926 Cf. A065925, A065927.
%K A065926 nonn
%O A065926 1,2
%A A065926 _Jason Earls_, Nov 28 2001
%E A065926 More terms from _David Wasserman_, Sep 19 2002
%E A065926 More terms from _Sean A. Irvine_, Sep 20 2023