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!)
A050173 Numbers k such that A050170(k) > A050170(k+1). 2
4, 7, 10, 12, 15, 17, 19, 20, 23, 26, 28, 29, 32, 35, 37, 38, 41, 43, 44, 47, 50, 52, 53, 56, 58, 60, 61, 64, 66, 67, 69, 70, 73, 76, 78, 80, 81, 84, 87, 89, 90, 93, 95, 97, 98, 100, 102, 103, 105, 108, 111, 113, 114, 116, 119, 121, 124 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Complement of A050172.
LINKS
MATHEMATICA
kmax = 124; (* b = A050170 *) b[1] = 1; b[n_] := b[n] = If[FreeQ[Join[{0}, Array[b, n - 1]], f = Floor[b[n - 1]/Sqrt[5]]], f, Floor[b[n - 1]*Sqrt[5]]]; Reap[For[k = 1, k <= kmax, k++, If[b[k] > b[k + 1], Sow[k]]]][[2, 1]] (* Jean-François Alcover, Sep 12 2017 *)
CROSSREFS
Sequence in context: A178598 A310675 A176292 * A078633 A190008 A184911
KEYWORD
nonn
AUTHOR
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 19 19:45 EDT 2024. Contains 372703 sequences. (Running on oeis4.)