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”).

A247894
Integer part of square root of A010807: a(n) = floor(sqrt(n^19)).
2
0, 1, 724, 34091, 524288, 4367320, 24685212, 106765608, 379625062, 1162261467, 3162277660, 7820427766, 17874003451, 38235066239, 77306558317, 148890490631, 274877906944, 488950340714, 841567195983, 1406563064942, 2289733608959, 3639848436450, 5662594565481
OFFSET
0,3
COMMENTS
a(n) = A000196(A010807(n)). - Reinhard Zumkeller, Sep 29 2014
LINKS
Alois P. Heinz, Table of n, a(n) for n = 0..1000 (first 201 terms from Karl V. Keller, Jr.)
FORMULA
a(n) = floor(sqrt(n^19)).
MAPLE
seq(floor(sqrt(n^19)), n=0..100); # Robert Israel, Sep 28 2014
PROG
(PARI) a(n) = sqrtint(n^19); \\ Michel Marcus, Sep 28 2014
(Haskell)
a247894 = a000196 . a010807 -- Reinhard Zumkeller, Sep 29 2014
CROSSREFS
Cf. A010807 (n^19).
Cf. A000196.
Sequence in context: A107552 A232261 A248484 * A023680 A002769 A252617
KEYWORD
nonn
AUTHOR
Karl V. Keller, Jr., Sep 27 2014
STATUS
approved