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

A277699
Main diagonal of A277320: a(n) = A048720(n, A065621(n)).
14
1, 4, 9, 16, 57, 36, 49, 64, 209, 228, 217, 144, 233, 196, 225, 256, 801, 836, 809, 912, 793, 868, 785, 576, 1009, 932, 1017, 784, 969, 900, 961, 1024, 3137, 3204, 3145, 3344, 3193, 3236, 3185, 3648, 3217, 3172, 3225, 3472, 3241, 3140, 3233, 2304, 3937, 4036, 3945, 3728, 3929, 4068, 3921
OFFSET
1,2
FORMULA
a(n) = A277320(n,n) = A048720(n, A065621(n)).
For n > 1, a(A023758(n)) = A000290(A023758(n)).
PROG
(Scheme) (define (A277699 n) (A277320bi n n)) ;; Code for A277320bi given in A277320.
CROSSREFS
Cf. A277704, A277706 (the positions of squares/nonsquares in this sequence).
Cf. A277805 (nonsquares in the order of appearance).
Sequence in context: A027382 A164840 A023110 * A368891 A073723 A161493
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Nov 01 2016
STATUS
approved