login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A126848
a(n) = floor(2*n^(5/11)).
1
2, 2, 3, 3, 4, 4, 4, 5, 5, 5, 5, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 14, 14, 14
OFFSET
1,1
COMMENTS
Previous name was: Arises in lower bound of the spectral norm of n X n symmetric random matrices.
LINKS
Sandrine Peche and Alexander Soshnikov, On the lower bound of the spectral norm of symmetric random matrices with independent entries, arXiv:0706.0748 [math.PR], 2007-2008.
FORMULA
a(n) = floor(2*n^(5/11)).
EXAMPLE
a(10) = 5 because 5 = floor(2 * 10^(5/11)) = floor(5.69607174).
a(100) = 16 = floor(2 * 100^(5/11)) = floor(16.2226166).
a(1000) = 46 = floor(2 * 1000^(5/11)) = floor(46.202594).
a(10000) = 131 = floor(2 * 10000^(5/11)) = floor(131.586645).
MATHEMATICA
Table[Floor[2n^(5/11)], {n, 75}] (* James C. McMahon, Dec 27 2024 *)
CROSSREFS
Sequence in context: A377108 A090501 A361385 * A232753 A067085 A321578
KEYWORD
easy,nonn,changed
AUTHOR
Jonathan Vos Post, Jun 07 2007
EXTENSIONS
New name using formula from Joerg Arndt, Sep 19 2024
STATUS
approved