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!)
A175019 a(0)=a(1)=1; a(n) = a(n-a(n-2)) + 2. 1
1, 1, 3, 5, 3, 3, 7, 5, 3, 5, 7, 9, 5, 5, 7, 9, 7, 5, 11, 9, 7, 7, 11, 9, 7, 9, 11, 13, 7, 9, 11, 13, 9, 9, 11, 13, 11, 9, 15, 13, 11, 9, 15, 13, 11, 11, 15, 13, 11, 13, 15, 17, 11, 13, 15, 17, 11, 13, 15, 17, 13, 13, 15, 17, 15, 13, 19, 17, 15, 13, 19, 17, 15, 13, 19, 17, 15, 15, 19, 17 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Conjectures from Chai Wah Wu, Jun 12 2016: (Start)
All odd numbers appear in sequence.
2n+1 appears 2n+2 times.
a((n+3)^2-8)) = 2n+1 is the last time 2n+1 appears.
For n > 0, a((n-1)^2+2) = 2n+1 is the first time 2n+1 appears. (End)
LINKS
MATHEMATICA
a[0] = a[1] = 1; a[n_] := a[n] = a[n - a[n - 2]] + 2; Table[a[n], {n, 0, 200}]
CROSSREFS
Cf. A028884.
Sequence in context: A304903 A097524 A073703 * A097519 A133773 A327555
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 August 24 04:58 EDT 2024. Contains 375396 sequences. (Running on oeis4.)