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!)
A103486 a(0)=7, a(1)=11, a(2)=13, a(3)=17; then a(n) = a(n-1)+a(n-3)-a(n-4). 0
7, 11, 13, 17, 21, 23, 27, 31, 33, 37, 41, 43, 47, 51, 53, 57, 61, 63, 67, 71, 73, 77, 81, 83, 87, 91, 93, 97, 101, 103, 107, 111, 113, 117, 121, 123, 127, 131, 133, 137, 141, 143, 147, 151, 153, 157, 161, 163, 167, 171, 173, 177, 181, 183, 187, 191, 193, 197, 201 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: (-3*x^3+2*x^2+4*x+7)/((x-1)^2*(x^2+x+1)). - Harvey P. Dale, Aug 26 2012
MATHEMATICA
a[0] = 7; a[1] = 11; a[2] = 13; a[3] = 17; a[n_Integer?Positive] := a[n] = a[n - 1] + a[n - 3] - a[n - 4]; aa = Table[a[n], {n, 0, 200}]
LinearRecurrence[{1, 0, 1, -1}, {7, 11, 13, 17}, 60] (* Harvey P. Dale, Aug 26 2012 *)
CROSSREFS
Sequence in context: A293201 A110583 A270999 * A086843 A260714 A049481
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Mar 21 2005
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 24 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)