login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061294 Integer part of n^pi, pi = 3.1415926535897932384626433832795... 1
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; internal format)
OFFSET

1,2

EXAMPLE

a(5)= int[5^(pi)] = int [156.992545308865907578459198832649...] = 156.

MAPLE

for n from 1 to 50 do printf("%d, ", floor(n^Pi)) od;

MATHEMATICA

a[n_]:=Floor[n^Pi]; [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Dec 12 2008]

CROSSREFS

A001672.

Sequence in context: A027146 A067950 A022273 * A115293 A115004 A005338

Adjacent sequences:  A061291 A061292 A061293 * A061295 A061296 A061297

KEYWORD

nonn,easy

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Apr 26 2001

EXTENSIONS

More terms from Winston C. Yang (winston(AT)cs.wisc.edu), May 19 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 23:53 EST 2012. Contains 205689 sequences.