login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A065932 Index values for new maxima in sequence A007365. 3
0, 1, 2, 3, 29, 43, 69, 1879, 2287, 3780, 4200, 4440, 4620, 5040, 6300, 7140, 7560, 8820, 9240, 10080, 12600, 13860, 15120, 17640, 18480, 20160, 22680, 25200, 27720, 28560, 30240, 32760, 37800, 42840, 50400, 55440, 57960, 60480, 64680, 65520, 73080, 75600 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
RECORDS transform of A007365.
LINKS
N. J. A. Sloane, Transforms
PROG
(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
CROSSREFS
Sequence in context: A235481 A214889 A137472 * A143882 A108657 A116325
KEYWORD
nonn
AUTHOR
Jason Earls, Nov 28 2001
EXTENSIONS
More terms from David Wasserman, Oct 10 2002
Offset corrected by Donovan Johnson, Nov 26 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)