The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A061294 a(n) = floor( n^Pi ). 2
1, 8, 31, 77, 156, 278, 451, 687, 995, 1385, 1869, 2456, 3159, 3987, 4952, 6065, 7337, 8781, 10406, 12226, 14251, 16494, 18966, 21680, 24646, 27878, 31387, 35186, 39287, 43703, 48445, 53526, 58959, 64756, 70930, 77494, 84459, 91840, 99649 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(5) = floor(5^Pi) = floor(156.992545308865907578459198832649...) = 156.
MAPLE
for n from 1 to 50 do printf("%d, ", floor(n^Pi)) od;
MATHEMATICA
a[n_]:=Floor[n^Pi]; (* Vladimir Joseph Stephan Orlovsky, Dec 12 2008 *)
Array[Floor[#^Pi]&, 40] (* Harvey P. Dale, Aug 29 2012 *)
CROSSREFS
Cf. A001672.
Sequence in context: A230386 A022273 A302874 * A240707 A115293 A212579
KEYWORD
nonn,easy
AUTHOR
Amarnath Murthy, Apr 26 2001
EXTENSIONS
More terms from Winston C. Yang (winston(AT)cs.wisc.edu), May 19 2001
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 May 24 12:09 EDT 2024. Contains 372773 sequences. (Running on oeis4.)