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.

A065927 Records in A065925.

This page as a plain text file.
%I A065927 #14 Sep 21 2023 01:46:48
%S A065927 5,7,114,209,493,516,855,1194,1274,2815,2834,3180,3186,5225,6010,8056,
%T A065927 8357,8954,11439,13684,14599,15748,17298,17384,17784,20940,25886,
%U A065927 36223,36938,41796,53725,64855,67942,69167,72468,79143,79516,86232,96845,120708,125709
%N A065927 Records in A065925.
%o A065927 (PARI) sopf(n) = local(fac, i); fac=factor(n); sum(i=1,matsize(fac)[1],fac[i,1])
%o A065927 A065927(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(n,",")))} // _Klaus Brockhaus_
%Y A065927 Cf. A065925, A065926.
%K A065927 nonn
%O A065927 1,1
%A A065927 _Jason Earls_, Nov 28 2001
%E A065927 More terms from _David Wasserman_, Sep 19 2002
%E A065927 More terms from _Sean A. Irvine_, Sep 21 2023