login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A134925
a(n) = floor(n^(Pi/2)).
1
0, 1, 2, 5, 8, 12, 16, 21, 26, 31, 37, 43, 49, 56, 63, 70, 77, 85, 93, 102, 110, 119, 128, 137, 147, 156, 166, 177, 187, 198, 209, 220, 231, 242, 254, 266, 278, 290, 303, 315, 328, 341, 354, 367, 381, 395, 409, 423, 437, 451, 466
OFFSET
0,3
PROG
(PARI) a(n) = floor(n^(Pi/2)) \\ Michel Marcus, Jul 18 2013
CROSSREFS
Sequence in context: A003314 A228155 A070977 * A184430 A219657 A213707
KEYWORD
nonn
AUTHOR
Rolf Pleisch, Jan 29 2008
EXTENSIONS
More terms from Michel Marcus, Jul 18 2013
STATUS
approved