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!)
A212462 a(n) = ceiling(5n*log(5n)). 8
9, 24, 41, 60, 81, 103, 125, 148, 172, 196, 221, 246, 272, 298, 324, 351, 378, 405, 433, 461, 489, 518, 546, 575, 604, 633, 663, 692, 722, 752, 782, 813, 843, 874, 904, 935, 966, 997, 1029, 1060, 1092, 1123, 1155 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A050502(5*n). - Michel Marcus, Jan 11 2016
MATHEMATICA
Table[Ceiling[5*n*Log[5*n]], {n, 80}] (* Vincenzo Librandi, Feb 14 2013 *)
PROG
(Derive) PROG(y := [], x := 100, LOOP(IF(x = 0, RETURN y), y := ADJOIN(CEILING(5·x·LOG(5·x)), y), x := x - 1))
(Magma) [Ceiling(5*n*Log(5*n)): n in [1..80]]; // Vincenzo Librandi, Feb 14 2013
(PARI) a(n) = ceil(5*n*log(5*n)); \\ Michel Marcus, Jan 11 2016
CROSSREFS
Sequence in context: A047720 A320599 A293846 * A161449 A063066 A262044
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 April 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)