OFFSET
1,1
LINKS
B. Chen, R. Chen, J. Guo, S. Lee et al., On Base 3/2 and its Sequences, arXiv:1808.04304 [math.NT], 2018.
PROG
(Python)
from itertools import islice
def A305498_gen(): # generator of terms
a = 2
while True:
yield (a<<1)-2
a += a>>1
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Tanya Khovanova and PRIMES STEP Senior group, Jun 02 2018
STATUS
approved