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!)
A195609 Numbers n such that Sum_{i=1..n} A(i) = A(n)*A(n+1)/4, where A(n) = A000069(n). 1
3, 4, 5, 9, 15, 16, 17, 23, 27, 28, 29, 33, 39, 43, 44, 45, 51, 52, 53, 57, 63, 64, 65, 71, 75, 76, 77, 83, 84, 85, 89, 95, 99, 100, 101, 105, 111, 112, 113, 119, 123, 124, 125, 129, 135, 139, 140, 141, 147, 148, 149, 153, 159, 163, 164, 165, 169, 175, 176 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjectures: 1) there are only 3 different first differences 1,4,6; 2) the sequence contains either isolated series of terms, e.g., {9},{23},{33},{39},..., or series of 3 consecutive integers, e.g., {3,4,5}, {15,16,17}, etc.; 3)the first terms m of every series satisfy the condition A(m+1)-A(m-1)=5, where A(n)=A000069(n).
LINKS
MATHEMATICA
a = Select[Range[1000], OddQ[DigitCount[#, 2][[1]]] &]; t = {}; s = 0; Do[s = s + a[[n]]; If[s == a[[n]] a[[n + 1]]/4, AppendTo[t, n]], {n, Length[a] - 1}]; t (* T. D. Noe, Sep 23 2011 *)
CROSSREFS
Sequence in context: A099560 A356604 A050161 * A117125 A000692 A195971
KEYWORD
nonn
AUTHOR
Vladimir Shevelev, Sep 21 2011
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 12:09 EDT 2024. Contains 372736 sequences. (Running on oeis4.)