cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A168677 Lexicographically earliest positive integer sequence such that no sum of consecutive terms is a positive power of 4.

This page as a plain text file.
%I A168677 #11 Dec 14 2023 05:20:22
%S A168677 1,1,1,5,1,1,1,9,1,1,1,5,1,1,1,9,1,1,1,5,1,1,1,9,1,1,1,5,1,1,1,9,1,1,
%T A168677 1,5,1,1,1,9,1,1,1,5,1,1,1,9,1,1,1,5,1,1,1,9,1,1,1,5,1,1,1,9,1,1,1,5,
%U A168677 1,1,1,9,1,1,1,5,1,1,1,9,1,1,1,5,1,1,1,9,1,1,1,5,1,1,1,9,1,1,1,5,1,1,1,9,1
%N A168677 Lexicographically earliest positive integer sequence such that no sum of consecutive terms is a positive power of 4.
%C A168677 It appears that the sequence is periodic with period (1,1,1,5,1,1,1,9) of length 8.
%H A168677 <a href="/index/Rec#order_08">Index entries for linear recurrences with constant coefficients</a>, signature (0,0,0,0,0,0,0,1).
%e A168677 Assume that a(1) - a(7) have been determined as {1,1,1,5,1,1,1}. Then a(8)=1 gives consecutive terms 1,1,1,1, summing to 4; a(8)=2 gives 1+1+2=4; ... etc...; a(8)=8 gives 5+1+1+1+8=16; but a(8)=9 is ok, giving no sum of consecutive terms equalling 4,16,64,... .
%t A168677 LinearRecurrence[{0, 0, 0, 0, 0, 0, 0, 1},{1, 1, 1, 5, 1, 1, 1, 9},105] (* _Ray Chandler_, Aug 25 2015 *)
%K A168677 nonn
%O A168677 1,4
%A A168677 _John W. Layman_, Dec 02 2009