[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A093902
Absolute differences of adjacent entries in triangle A093899, alternately vertical and horizontal.
1
2, 3, 5, 11, 13, 7, 17, 23, 29, 31, 67, 19, 37, 47, 61, 71, 41, 101, 79, 43, 53, 173, 73, 83, 227, 223, 97, 113, 59, 89, 103, 179, 109, 157, 131, 107, 199, 191, 277
OFFSET
1,1
FORMULA
For 1 <= k <= n, a(n(n-1)+2k-1) = abs(A093899(n+1, k)-A093899(n, k)).
For 1 <= k < n, a((n-1)(n-2)+2k) = abs(A093899(n, k+1)-A093899(n, k)).
CROSSREFS
Cf. A093899.
Sequence in context: A316794 A372009 A103027 * A269004 A100475 A187921
KEYWORD
nonn,fini,full,less
AUTHOR
Amarnath Murthy, Apr 23 2004
EXTENSIONS
Edited and extended by David Wasserman, Mar 16 2006
STATUS
approved