[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 A303404 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A303404 a(0) = 0, a(1) = 1; for n >= 1, a(2*n) = a(2*n-1) - 2*a(n), a(2*n+1) = n - 2*a(n).
(history; published version)
#76 by Joerg Arndt at Mon Aug 20 12:11:36 EDT 2018
STATUS

proposed

approved

#75 by Altug Alkan at Mon Aug 20 11:38:46 EDT 2018
STATUS

editing

proposed

#74 by Altug Alkan at Mon Aug 20 11:38:10 EDT 2018
LINKS

Altug Alkan, <a href="/A303404/b303404.txt">Table of n, a(n) for n = 0..10240</a>

STATUS

approved

editing

#73 by Bruno Berselli at Mon Aug 20 11:28:18 EDT 2018
STATUS

proposed

approved

#72 by Robert Israel at Mon Aug 20 00:29:25 EDT 2018
STATUS

editing

proposed

#71 by Robert Israel at Mon Aug 20 00:28:59 EDT 2018
KEYWORD

sign,changed,look

#70 by Robert Israel at Mon Aug 20 00:27:46 EDT 2018
FORMULA

G.f. g(x) satisfies g(x) + 2*g(x^2)*(1+x+x^2) = x + x^2 + x^3 + x^4 + 2*x^5. - Robert Israel, Aug 20 2018

MAPLE

A[0]:= 0: A[1]:= 1:

for n from 1 to 50 do

A[2*n]:= A[2*n-1]-2*A[n];

A[2*n+1]:= n - 2*A[n]

od:

seq(A[i], i=0..101); # Robert Israel, Aug 20 2018

STATUS

proposed

editing

#69 by Altug Alkan at Sun Aug 19 09:07:55 EDT 2018
STATUS

editing

proposed

#68 by Altug Alkan at Sun Aug 19 08:35:52 EDT 2018
CROSSREFS

Cf. A002487, A305299.

#67 by Altug Alkan at Sun Aug 19 08:25:51 EDT 2018
COMMENTS

A020714 is generally determinative for block structures of this sequence.

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 30 00:57 EDT 2024. Contains 375520 sequences. (Running on oeis4.)