The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A353069 Positions k such that A097465(k) and A097465(k+1) are odd. 2
1, 2, 7, 12, 41, 100, 521, 1150, 10391, 15008, 255247, 1786778, 4849835, 5870858, 6561553, 557732162, 3234846601, 3457939474, 4360010651 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Fixed points in A097465 appear in the intervals [12, 41], [100, 521], [1150, 10391], etc.
LINKS
Rémy Sigrist, C program
MATHEMATICA
nn = 2^20; c = {1}; j = 1; u = 2; {1}~Join~Reap[Do[k = u; While[Nand[FreeQ[c, k], CoprimeQ[j, k], k != j + 1, k != j - 1], k++]; j = k; AppendTo[c, k]; If[# != s, s = #; Sow[i - 1]] &@ Mod[#, 2] &@ Abs[k - i]; If[k == u, While[MemberQ[c, u], u++]; c = DeleteCases[c, _?(# < u &)]], {i, 2, nn}]][[-1, -1]]
PROG
(C) See Links section.
CROSSREFS
Sequence in context: A238366 A084068 A192772 * A046243 A230302 A230637
KEYWORD
nonn,more
AUTHOR
Michael De Vlieger, May 05 2022
EXTENSIONS
a(17)-a(19) from Rémy Sigrist, May 07 2022
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 May 21 19:35 EDT 2024. Contains 372738 sequences. (Running on oeis4.)