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!)
A197770 Ceiling((10*n+1/n)^n). 1
11, 421, 27911, 2624603, 318800201, 47439020042, 8353801755007, 1698808167100876, 391746480089540116, 101004512021025221013, 28791615763253886202481, 8990685731188213404550239, 3052132045866636492112058600, 1119164206256115117485135326642, 440822282742124422495281791483359 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
A197770:=n->ceil((10*n+1/n)^n); seq(A197770(n), n=1..20); # Wesley Ivan Hurt, Jun 14 2014
MATHEMATICA
Table[Ceiling[(10n+1/n)^n], {n, 20}] (* Harvey P. Dale, Dec 03 2012 *)
PROG
(Magma) [Ceiling((10*n+1/n)^n): n in [1..20]]
CROSSREFS
Sequence in context: A068704 A090558 A068135 * A287065 A337527 A356210
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Oct 19 2011
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 23 05:37 EDT 2024. Contains 371906 sequences. (Running on oeis4.)