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!)
A129096 A bisection of A129095: a(n) = A129095(2n-1) for n>=1. 5
1, 3, 5, 11, 13, 23, 29, 51, 53, 79, 89, 135, 141, 199, 221, 323, 325, 431, 457, 615, 625, 803, 849, 1119, 1125, 1407, 1465, 1863, 1885, 2327, 2429, 3075, 3077, 3727, 3833, 4695, 4721, 5635, 5793, 7023, 7033, 8283, 8461, 10067, 10113, 11811, 12081, 14319 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
b(n)=A129095(n) obeys the recurrence: b(n) = b(n/2) (n even), b(n) = 2*b(n-1) + b(n-2) (n odd >1), with b(1) = 1.
LINKS
William J. Keith, Augustine O. Munagi, Binary compositions and semi-Pell compositions, arXiv:1912.11148 [math.CO], 2019.
MATHEMATICA
With[{s = Nest[Append[#1, If[EvenQ[#2], #1[[#2/2]], 2 #1[[-1]] + #1[[-2]] ] ] & @@ {#, Length@ # + 1} &, {1}, 192]}, Table[s[[i]], {i, 1, Floor[Length[s]/2], 2}]] (* Michael De Vlieger, Mar 10 2020 *)
CROSSREFS
Sequence in context: A179017 A078971 A266723 * A079448 A045407 A317309
KEYWORD
easy,nonn
AUTHOR
Paul D. Hanna, Apr 11 2007
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 April 26 21:53 EDT 2024. Contains 372004 sequences. (Running on oeis4.)