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!)
A090168 Floor( 3n/2 ) - floor( 2n/3 ). 2
0, 1, 2, 2, 4, 4, 5, 6, 7, 7, 9, 9, 10, 11, 12, 12, 14, 14, 15, 16, 17, 17, 19, 19, 20, 21, 22, 22, 24, 24, 25, 26, 27, 27, 29, 29, 30, 31, 32, 32, 34, 34, 35, 36, 37, 37, 39, 39, 40, 41, 42, 42, 44, 44, 45, 46, 47, 47, 49, 49, 50, 51, 52, 52, 54, 54, 55, 56, 57, 57, 59, 59, 60 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = a(n-2) + a(n-3) - a(n-5).
G.f.: x*(1 + 2*x + x^2 + x^3)/(1 - x^2 - x^3 + x^5).
MATHEMATICA
a[n_] := Floor[3n/2] - Floor[2n/3]
Table[a[n], {n, 0, 90}] (* A090168 *)
CROSSREFS
Cf. A090169.
Sequence in context: A302929 A129229 A219029 * A342498 A340278 A337765
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Nov 23 2003
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)