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!)
A212460 a(n) = ceiling(3n*log(3n)). 8
4, 11, 20, 30, 41, 53, 64, 77, 89, 103, 116, 130, 143, 157, 172, 186, 201, 216, 231, 246, 262, 277, 293, 308, 324, 340, 356, 373, 389, 405, 422, 439, 455, 472, 489, 506, 523, 540, 558, 575, 592, 610, 627, 645, 663, 680 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Amya Luo, Pattern Avoidance in Nonnesting Permutations, Undergraduate Thesis, Dartmouth College (2024). See p. 16.
FORMULA
a(n) = A050502(3*n). - Michel Marcus, Jan 11 2016
MATHEMATICA
Table[Ceiling[3*n*Log[3*n]], {n, 80}] (* _Vincenzo Liobrandi_, Feb 13 2013 *)
PROG
(Derive) PROG(y := [], x := 100, LOOP(IF(x = 0, RETURN y), y := ADJOIN(CEILING(3·x·LOG(3·x)), y), x := x - 1))
(Magma) [Ceiling(3*n*Log(3*n)): n in [1..80]]; // Vincenzo Librandi, Feb 13 2013
(PARI) a(n) = ceil(3*n*log(3*n)); \\ Michel Marcus, Jan 11 2016
CROSSREFS
Sequence in context: A047961 A301114 A301113 * A159801 A008245 A002441
KEYWORD
easy,nonn
AUTHOR
Mohammad K. Azarian, May 31 2012
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 July 21 16:38 EDT 2024. Contains 374475 sequences. (Running on oeis4.)