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!)
A280492 a(1) = 0; for n > 1, a(n) = A246277(n) - A078898(n). 4
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 4, 0, 0, 0, 1, 0, 7, 0, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 7, 0, 0, 0, 0, 0, -4, 0, 0, 0, 0, 0, -6, 0, 0, 0, 5, 0, 8, 0, 0, 0, 1, 0, 13, 0, 6, 0, 0, 0, -3, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0, 0, 12, 0, 0, 0, 9, 0, 2, 0, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,39
COMMENTS
For n > 1, a(n) gives the difference of column positions of n's location in arrays A246278 and A083221. Note that any n occurs on the same row in both arrays.
LINKS
FORMULA
a(1) = 0; for n > 1, a(n) = A246277(n) - A078898(n).
PROG
(Scheme) (define (A280492 n) (if (= 1 n) 0 (- (A246277 n) (A078898 n))))
CROSSREFS
Sequence in context: A340977 A180989 A075444 * A089371 A318679 A133886
KEYWORD
sign
AUTHOR
Antti Karttunen, Jan 09 2017
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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)