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!)
A103487 a(0)=7; a(1)=11; a(2)=13; a(3)=17; a(n) = |a(n-2)+a(n-3)-a(n-4)|. 0
7, 11, 13, 17, 17, 19, 21, 19, 23, 21, 21, 25, 19, 25, 23, 19, 29, 17, 25, 27, 13, 35, 15, 21, 37, 1, 43, 17, 7, 59, 19, 49, 71, 9, 101, 31, 39, 123, 31, 131, 115, 39, 215, 23, 139, 199, 53, 315, 113, 169, 375, 33, 431, 239, 89, 637, 103, 487, 651, 47, 1035, 211, 431, 1199 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Has an interesting and irregular behavior.
LINKS
MATHEMATICA
a[0] = 7; a[1] = 11; a[2] = 13; a[3] = 17; a[n_Integer?Positive] := a[n] = Abs[ a[n - 2] + a[n - 3] - a[n - 4]]; Table[ a[n], {n, 0, 65}]
CROSSREFS
Sequence in context: A172247 A172120 A112090 * A175811 A112588 A191988
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Mar 21 2005
EXTENSIONS
More terms from Robert G. Wilson v, Apr 13 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 March 28 20:05 EDT 2024. Contains 371254 sequences. (Running on oeis4.)