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!)
A050172 Numbers k such that b(k) < b(k+1), where b = A050170. 2
1, 2, 3, 5, 6, 8, 9, 11, 13, 14, 16, 18, 21, 22, 24, 25, 27, 30, 31, 33, 34, 36, 39, 40, 42, 45, 46, 48, 49, 51, 54, 55, 57, 59, 62, 63, 65, 68, 71, 72, 74, 75, 77, 79, 82, 83, 85, 86, 88, 91, 92, 94, 96, 99, 101, 104, 106, 107, 109, 110 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Complement of A050173.
LINKS
MATHEMATICA
kmax = 110; (* 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: A320928 A186225 A353130 * A191877 A277124 A094820
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 13 09:49 EDT 2024. Contains 372504 sequences. (Running on oeis4.)