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.

A065932 Index values for new maxima in sequence A007365.

This page as a plain text file.
%I A065932 #12 Dec 15 2017 17:35:45
%S A065932 0,1,2,3,29,43,69,1879,2287,3780,4200,4440,4620,5040,6300,7140,7560,
%T A065932 8820,9240,10080,12600,13860,15120,17640,18480,20160,22680,25200,
%U A065932 27720,28560,30240,32760,37800,42840,50400,55440,57960,60480,64680,65520,73080,75600
%N A065932 Index values for new maxima in sequence A007365.
%C A065932 RECORDS transform of A007365.
%H A065932 Donovan Johnson, <a href="/A065932/b065932.txt">Table of n, a(n) for n = 1..100</a>
%H A065932 N. J. A. Sloane, <a href="/transforms.txt">Transforms</a>
%o A065932 (PARI) sg(m) = {local(a,n,k); a = 0; for(k = 1,m,n = 1; while(sigma(n)! = sigma(n+k), n++); if(n>a,a = n; print(k,"\t",n)))} \\ _Klaus Brockhaus_
%Y A065932 Cf. A007365, A065933.
%K A065932 nonn
%O A065932 1,3
%A A065932 _Jason Earls_, Nov 28 2001
%E A065932 More terms from _David Wasserman_, Oct 10 2002
%E A065932 Offset corrected by _Donovan Johnson_, Nov 26 2013