login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)