Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A262688
a(n) = square root of the index where A262680 reaches n for the first time.
2
0, 1, 2, 13, 18, 39, 354, 355, 652, 1309, 1310, 2227, 4976
OFFSET
0,3
COMMENTS
Natural numbers whose squares set new records for A262680.
Even and odd terms alternate.
FORMULA
a(n) = A000196(A262687(n)).
PROG
(PARI) \\ See A262687.
(Scheme) (define (A262688 n) (A000196 (A262687 n)))
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Antti Karttunen, Oct 03 2015
STATUS
approved