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

A277806
a(n) = A000196(A277699(A277807(n))).
2
115, 230, 460, 461, 920, 922, 1840, 1844, 3680, 3688, 7360, 7376, 14720, 14752, 29440, 29504, 56757, 58880, 59008, 113514, 117760, 118016, 130057, 227028, 235520, 236032, 260114, 454056, 454933, 471040, 472064, 472533, 520228, 908112, 909866, 942080, 944128, 945066, 1040456, 1816224, 1819732, 1884160, 1888256, 1890132, 2034537
OFFSET
1,1
COMMENTS
A277807 lists the "sporadic" solutions to A048720(n, A065621(n)) = k^2, i.e., those solutions where n is not in A023758 (not yet proved: these are precisely those solutions where k <> n). This sequence gives the corresponding values of k.
If n is included in this sequence, then also 2n is included (and vice versa), thus the sequence is infinite and wholly determined by its odd terms.
FORMULA
a(n) = A000196(A277699(A277807(n))).
PROG
(Scheme) (define (A277806 n) (A000196 (A277699 (A277807 n))))
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Nov 01 2016
STATUS
approved