[go: up one dir, main page]

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!)
Revision History for A284173 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A284173 a(n) = (Sum_{k=1..n} q(k+1-q(k))) mod n where q(k) = A005185(k).
(history; published version)
#27 by Bruno Berselli at Thu Mar 23 10:08:17 EDT 2017
STATUS

reviewed

approved

#26 by Giovanni Resta at Thu Mar 23 09:25:42 EDT 2017
STATUS

proposed

reviewed

#25 by Robert Israel at Wed Mar 22 12:08:43 EDT 2017
STATUS

editing

proposed

#24 by Robert Israel at Wed Mar 22 12:08:35 EDT 2017
MAPLE

N:= 1000: # to get a(1) to a(N)

B[1]:= 1:

B[2]:= 1:

for n from 3 to N do

B[n]:= B[n-B[n-1]] + B[n-B[n-2]];

od:

seq(add(B[k+1-B[k]], k=1..n) mod n, n=1..N); # Robert Israel, Mar 22 2017

STATUS

proposed

editing

#23 by Altug Alkan at Wed Mar 22 09:32:04 EDT 2017
STATUS

editing

proposed

#22 by Altug Alkan at Wed Mar 22 09:28:50 EDT 2017
COMMENTS

Sequence represents d(n, 1, 1) where d(n, i, j) = (Sum_{k=1..n} q(k+1j-q(k))) mod (n*i) where q(k) = A005185(k).

#21 by Altug Alkan at Wed Mar 22 09:22:36 EDT 2017
COMMENTS

Sequence represents d(n, 1) where d(n, i) = (Sum_{k=1..n} q(k+1-q(k))) mod (n*i) where q(k) = A005185(k).

STATUS

proposed

editing

#20 by Altug Alkan at Wed Mar 22 06:25:55 EDT 2017
STATUS

editing

proposed

#19 by Altug Alkan at Wed Mar 22 06:16:49 EDT 2017
LINKS

Robert Israel, <a href="/A284173/a284173_1.png">Illustration Of Residue Classes Modulo 8</a>

STATUS

proposed

editing

Discussion
Wed Mar 22 06:25
Altug Alkan: For your question, you understand correct, these are the form of indices. Thank you very much for your additions, best regards.
#18 by Antti Karttunen at Wed Mar 22 05:17:12 EDT 2017
STATUS

editing

proposed

Discussion
Wed Mar 22 06:11
Altug Alkan: No, there was no something wrong. I was in the lecture and I took it editing mode in order to write message to you and add a Maple version. Thanks, best regards.

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 August 29 06:09 EDT 2024. Contains 375510 sequences. (Running on oeis4.)