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

A268819
Column 32769 of array A269158: a(n) = F(n,65537), function F as defined in A269158.
4
0, 98305, 3, 0, 6, 98306, 2, 98305, 12, 98311, 14, 3, 1, 98307, 9, 0, 24, 98317, 24, 6, 16, 98319, 27, 98306, 0, 98304, 23, 2, 30, 98312, 2, 98305, 48, 98329, 0, 12, 52, 98329, 6, 98311, 3, 98321, 3, 14, 14, 98330, 3, 3, 41, 98305, 43, 1, 4, 98326, 45, 98307, 6, 98335, 43, 9, 27, 98307, 19, 0, 27, 98353, 2, 24, 100, 98305, 1
OFFSET
1,2
COMMENTS
Terms a(1) .. a(65536) occur as column 32769 in arrays A268728 and A269158.
LINKS
FORMULA
a(n) = F(n,65537) = A269158(n,32769), function F as defined in A269158.
Other identities. For n = 1..65536:
a(n) = A268728(n,32769).
A165471(n) = 1 - A010873(A052928(a(n))).
PROG
(Scheme)
;; Two variants, both give same results in range n=1..65536:
(define (A268819 n) (A268728auxbi n 65537))
(define (A268819 n) (A269158auxbi n 65537))
CROSSREFS
Cf. arrays A268728 and A269158.
Cf. A269157 (indices of zeros).
Sequence in context: A316488 A235196 A002273 * A236639 A093214 A305697
KEYWORD
nonn,look
AUTHOR
Antti Karttunen, Feb 25 2016
STATUS
approved