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

%I #12 Sep 08 2022 08:45:59

%S 11,421,27911,2624603,318800201,47439020042,8353801755007,

%T 1698808167100876,391746480089540116,101004512021025221013,

%U 28791615763253886202481,8990685731188213404550239,3052132045866636492112058600,1119164206256115117485135326642,440822282742124422495281791483359

%N Ceiling((10*n+1/n)^n).

%H Vincenzo Librandi, <a href="/A197770/b197770.txt">Table of n, a(n) for n = 1..250</a>

%p A197770:=n->ceil((10*n+1/n)^n); seq(A197770(n), n=1..20); # _Wesley Ivan Hurt_, Jun 14 2014

%t Table[Ceiling[(10n+1/n)^n],{n,20}] (* _Harvey P. Dale_, Dec 03 2012 *)

%o (Magma) [Ceiling((10*n+1/n)^n): n in [1..20]]

%Y Cf. A014058, A197716, A197717, A197764, A197765, A197766.

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Oct 19 2011

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 09:38 EDT 2024. Contains 374472 sequences. (Running on oeis4.)