OFFSET
0,2
EXAMPLE
The first 10^0 square roots is 1. The sum of the first 10^1 square roots is 22.468278186... . So 22 is the second entry in the sequence.
PROG
(PARI) /* For this sequence, p = 2 */ g2(n, p) = for(j=0, n, s=0; for(x=0, 10^j, s+=x^(1/p)); print1(floor(s)", "))
CROSSREFS
KEYWORD
nonn
AUTHOR
Cino Hilliard, Mar 12 2008
STATUS
approved