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!)
A001675 a(n) = round(sqrt( 2*Pi )^n). 3

%I #16 Feb 01 2022 01:22:08

%S 1,3,6,16,39,99,248,622,1559,3907,9793,24546,61529,154230,386598,

%T 969056,2429064,6088760,15262259,38256810,95895601,240374624,

%U 602529829,1510318305,3785806568,9489609784,23786924201,59624976768,149457652642,374634777972

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

%H T. D. Noe, <a href="/A001675/b001675.txt">Table of n, a(n) for n = 0..500</a>

%H <a href="/index/Pow#POWERS">Index to sequences related to powers of irrational constants</a>.

%t Table[Floor[Sqrt[2*Pi]^n + 1/2], {n, 0, 50}] (* _T. D. Noe_, Aug 09 2012 *)

%t Round[(Sqrt[2*Pi])^Range[0,30] ] (* _Harvey P. Dale_, Jun 05 2018 *)

%o (PARI) apply( a(n)=(2*Pi)^(n/2)\/1, [0..40]) \\ _M. F. Hasler_, May 29 2018

%Y Cf. A001674 (floor sqrt(2 Pi)^n), A001698 (ceiling sqrt(2 Pi)^n).

%Y Cf. A017911 (round sqrt(2)), A000227 (round e^n), A002160 (round Pi^n).

%K nonn

%O 0,2

%A _N. J. A. Sloane_

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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)