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

Showing entries 1-10 | older changes
A101624 Stern-Jacobsthal numbers.
(history; published version)
#47 by N. J. A. Sloane at Mon Jun 20 13:16:06 EDT 2022
STATUS

proposed

approved

#46 by Michel Marcus at Mon Jun 20 11:37:23 EDT 2022
STATUS

editing

proposed

#45 by Michel Marcus at Mon Jun 20 11:36:56 EDT 2022
PROG

(Python)

def A101624(n): return sum(int(not k & ~(n-k))*2**k for k in range(n//2+1)) # Chai Wah Wu, Jun 20 2022

(Python)

def A101624(n): return sum(int(not k & ~(n-k))*2**k for k in range(n//2+1)) # Chai Wah Wu, Jun 20 2022

STATUS

proposed

editing

Discussion
Mon Jun 20 11:37
Michel Marcus: python with python
#44 by Chai Wah Wu at Mon Jun 20 11:34:33 EDT 2022
STATUS

editing

proposed

#43 by Chai Wah Wu at Mon Jun 20 11:34:26 EDT 2022
PROG

def A101624(n): return sum(int(not( k & ~(n-k)))*))*2**k for k in range(n//2+1)) # Chai Wah Wu, Jun 20 2022

STATUS

proposed

editing

#42 by Chai Wah Wu at Mon Jun 20 11:28:52 EDT 2022
STATUS

editing

proposed

#41 by Chai Wah Wu at Mon Jun 20 11:28:17 EDT 2022
PROG

(Python)

def A101624(n): return sum(int(not(k & ~(n-k)))*2**k for k in range(n//2+1)) # Chai Wah Wu, Jun 20 2022

STATUS

approved

editing

#40 by Peter Luschny at Thu Mar 25 10:22:17 EDT 2021
STATUS

proposed

approved

#39 by Michel Marcus at Thu Mar 25 09:10:08 EDT 2021
STATUS

editing

proposed

#38 by Michel Marcus at Thu Mar 25 09:09:50 EDT 2021
LINKS

K. Dilcher, and L. Ericksen, <a href="http://dml.cz/handle/10338.dmlcz/143908">Reducibility and irreducibility of Stern (0, 1)-polynomials</a>, Communications in Mathematics, Volume 22/2014 , pp. 77-102.

PROG

## _# _Alex Ratushnyak_, Apr 14 2012

STATUS

proposed

editing

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 07:09 EDT 2024. Contains 375532 sequences. (Running on oeis4.)