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!)
A255409 a(n) = the least k for which A255326(k) = n; positions of records in A255326. 2
0, 1, 4, 18, 24, 27, 160, 1470, 1500, 1701, 1920, 2205, 25515, 27951, 392392, 424710, 429000, 481250, 500500, 8824530, 8825856, 185435250, 194922000, 204289085, 214451328 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Upper bounds of a(25), ..., a(39) are 5144855625, 5167255808, 5418041805, 5449966080, 6041677950, 187630152192, 187692817422, 188598924800, 195087679875, 6235115927040, 6235116982094, 6827777110000, 7028593647075, 7229398816640, 7251520647683, respectively. - Hiroaki Yamanouchi, Mar 30 2015
LINKS
FORMULA
Other identities:
For all n >= 0, A255326(a(n)) = n.
MATHEMATICA
f[0] = 0; f[n_] := f[n] = 1 + f[n - Times @@ FactorInteger[n][[;; , 1]]]; seq[nmax_] := Module[{s = {}, f1, fm = -1}, Do[f1 = f[n]; If[f1 > fm, fm = f1; AppendTo[s, n]], {n, 0, nmax}]; s]; seq[510000] (* Amiram Eldar, Mar 04 2024 *)
PROG
(Scheme, with Antti Karttunen's IntSeq-library)
(define A255409 (RECORD-POS 0 0 A255326))
CROSSREFS
Cf. A255326.
Sequence in context: A201880 A022384 A093022 * A363052 A057342 A192195
KEYWORD
nonn,more
AUTHOR
Antti Karttunen, Mar 23 2015
EXTENSIONS
a(14)-a(24) from Hiroaki Yamanouchi, Mar 30 2015
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)