The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A172262 a(n) is the greatest root of the Laguerre polynomial L_n(x) to the nearest integer 0
1, 3, 6, 9, 13, 16, 19, 23, 26, 30, 33, 37, 41, 44, 48, 52, 55, 59, 63, 67, 70, 74, 78, 81, 85, 89, 93, 97, 100, 104, 108, 112, 116, 119, 123, 127, 131, 135, 138, 142, 146, 150, 154, 158, 161, 165, 169, 173, 177, 181, 185, 188, 192, 196, 200, 204, 208, 212, 215, 219, 223, 227 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
REFERENCES
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 799.
LINKS
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].
Eric Weisstein's World of Mathematics, Laguerre Polynomial
MAPLE
for p from 1 to 10 do; a:=round(evalf(realroot(expand(LaguerreL(p, 0, x)), 1/10000))[-1][1]):printf(`%d, `, a): od: # Michel Lagneau, Mar 11 2023
MATHEMATICA
a[n_] := Round@ Max[x /. Solve[LaguerreL[n, x] == 0, x]]; Array[a, 60] (* Amiram Eldar, Mar 11 2023 *)
PROG
(PARI) a(n) = round(vecmax(polrootsreal(pollaguerre(n)))); \\ Michel Marcus, Mar 10 2023
CROSSREFS
Sequence in context: A080081 A171982 A066343 * A184909 A289037 A060605
KEYWORD
nonn
AUTHOR
Michel Lagneau, Jan 30 2010
EXTENSIONS
Corrected by Michel Marcus, Mar 10 2023
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 June 12 21:26 EDT 2024. Contains 373360 sequences. (Running on oeis4.)