login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Powers of fifth root of 5 rounded to nearest integer.
0

%I #6 May 09 2014 14:35:44

%S 1,1,2,3,4,5,7,10,13,18,25,34,48,66,91,125,172,238,328,453,625,862,

%T 1190,1642,2265,3125,4312,5949,8208,11325,15625,21558,29745,41039,

%U 56623,78125,107791,148723,205197,283117

%N Powers of fifth root of 5 rounded to nearest integer.

%t Round[Surd[5,5]^Range[0,40]] (* _Harvey P. Dale_, May 09 2014 *)

%K nonn

%O 0,3

%A _N. J. A. Sloane_.