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!)
A092786 a(n) = round(n*Pi^n). 0

%I #7 Mar 08 2023 12:44:11

%S 3,20,93,390,1530,5768,21142,75908,268282,936480,3236244,11091230,

%T 37747805,127710397,429872190,1440515533,4808357581,15994483255,

%U 53039715042,175399135922,578584268700,1904232092224,6254245258553

%N a(n) = round(n*Pi^n).

%p Digits:=30; seq( (round(x*Pi^x)), x=1..60);

%t Table[Round[n*Pi^n],{n,30}] (* _Harvey P. Dale_, Aug 01 2020 *)

%Y Cf. A002160.

%K nonn

%O 1,1

%A _Jorge Coveiro_, Apr 14 2004

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.)