A292114 List of numbers n such that A039655(n) reaches a new record high.
2, 4, 9, 121, 301, 441, 468, 3171, 8373, 13440, 16641, 16804, 83161, 100652, 133200, 367428, 395640, 459680, 701823, 3739690, 4238314, 6698616, 9014248, 12301860, 16956850, 22230514, 54889200, 60676144, 84983056, 116648892, 128942664
Offset: 1
Keywords
Links
- Hugo Pfoertner, Table of n, a(n) for n = 1..48
- N. J. A. Sloane, Three (No, 8) Lovely Problems from the OEIS, Experimental Mathematics Seminar, Rutgers University, Oct 05 2017, Part I, Part 2, Slides. (Mentions this sequence)
Programs
-
PARI
m=-n=1;until(print1(n","),until(A039655(n++)>m,);m=A039655(n)) \\ M. F. Hasler, Sep 25 2017
Extensions
More terms from Hugo Pfoertner, Sep 22 2017
Comments