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!)
A341803 a(n) is the least k such that A076620(k) = n. 0
1, 2, 7, 24, 72, 203, 564, 1556, 4274, 11709, 32021, 87463, 238691 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Conjecture: Starting at 7, terms coincide with A309237 - 1. - Hugo Pfoertner, Feb 21 2021
LINKS
FORMULA
a(n) ~ c*e^n.
EXAMPLE
a(4) = 24 as A076620(24) = 4 while A076620(k) < 4 for k < 24.
MATHEMATICA
With[{s = Array[-1 + FirstPosition[#, Max[#]][[1]] &@ CoefficientList[Pochhammer[x, #]/x, x] &, 600]}, {1}~Join~Array[-1 + FirstPosition[s, #][[1]] &, Max@ s]] (* Michael De Vlieger, Feb 22 2021 *)
PROG
(PARI) first(n) = {res = vector(n); res[1] = 1; my(r = 1); print1(1", "); v = [1]; for(i = 1, oo, v = concat(0, v) + concat(v, 0)*i; if(#v > n, v = v[^-1]; ); for(j = r + 1, #v, if(v[j] > v[j - 1], r++; res[r] = i; print1(i", "); if(r >= n, return(res); ) , next ))); res }
CROSSREFS
Cf. A076620.
Sequence in context: A054128 A082047 A370306 * A375273 A272483 A129020
KEYWORD
nonn,more
AUTHOR
David A. Corneth, Feb 20 2021
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 August 13 07:12 EDT 2024. Contains 375113 sequences. (Running on oeis4.)