A144864
a(n) = (4*16^(n-1)-1)/3.
Original entry on oeis.org
1, 21, 341, 5461, 87381, 1398101, 22369621, 357913941, 5726623061, 91625968981, 1466015503701, 23456248059221, 375299968947541, 6004799503160661, 96076792050570581, 1537228672809129301, 24595658764946068821, 393530540239137101141, 6296488643826193618261, 100743818301219097892181
Offset: 1
Cf.
A001025,
A002450,
A013776,
A056830,
A084241,
A088556,
A094028,
A098704,
A131865,
A135576,
A144863,
A153497.
-
[16^n/12-1/3: n in [1..20]]; // Vincenzo Librandi, Aug 03 2011
-
Table[1/3 (-1 + 16^(n - 1)) + 16^(n - 1), {n, 1, 17}] (* Artur Jasinski, Sep 25 2008 *)
LinearRecurrence[{17,-16},{1,21},20] (* Harvey P. Dale, Jun 29 2022 *)
-
vector(66,n,(4*16^(n-1)-1)/3) \\ Joerg Arndt, Aug 19 2014
A153498
Palindromes formed from concatenation of A147759(n) and the same string A147759(n) but without its initial digit.
Original entry on oeis.org
1, 111, 10101, 1001001, 101010101, 10110101101, 1010101010101, 101001010100101, 10101010101010101, 1010110101010110101, 101010101010101010101, 10101001010101010010101
Offset: 1
n ............. a(n)
1 .............. 1
2 ............. 111
3 ............ 10101
4 ........... 1001001
5 .......... 101010101
6 ......... 10110101101
7 ........ 1010101010101
8 ....... 101001010100101
9 ...... 10101010101010101
10 .... 1010110101010110101
11 ... 101010101010101010101
======================================
Another visualization of the structure
======================================
1 .............. *
2 ............. /|\
3 ............ /.|.\
4 ........... /..|..\
5 .......... /.*.|.*.\
6 ......... /./|.|.|\.\
7 ........ /./.|.|.|.\.\
8 ....... /./..|.|.|..\.\
9 ...... /./.*.|.|.|.*.\.\
10 .... /././|.|.|.|.|\.\.\
11 ... /././.|.|.|.|.|.\.\.\
A153499
a(n) is the number whose binary expansion is A153500(n).
Original entry on oeis.org
1, 5, 17, 85, 365, 1365, 5285, 21845, 88757, 349525, 1387157, 5592405, 22457045, 89478485, 357214805, 1431655765, 5732215637, 22906492245, 91581229397, 366503875925, 1466373418325, 5864062014805, 23453384746325, 93824992236885
Offset: 1
A153500
First 3 terms coincide with A152756. For n>3, a(n) is the palindromic number formed from concatenation of 1, 0, A147759(n-3), 0, A147759(n-3), 0 and 1.
Original entry on oeis.org
1, 101, 10001, 1010101, 101101101, 10101010101, 1010010100101, 101010101010101, 10101101010110101, 1010101010101010101, 101010010101010010101, 10101010101010101010101, 1010101101010101011010101, 101010101010101010101010101, 10101010010101010101001010101
Offset: 1
n ............ a(n)
1 ............. 1
2 ............ 101
3 ........... 10001
4 .......... 1010101
5 ......... 101101101
6 ........ 10101010101
7 ....... 1010010100101
8 ...... 101010101010101
9 ..... 10101101010110101
10 ... 1010101010101010101
======================================
Another visualization of the structure
======================================
1 ............. *
2 ............ /.\
3 ........... /...\
4 .......... /.*.*.\
5 ......... /./|.|\.\
6 ........ /./.|.|.\.\
7 ....... /./..|.|..\.\
8 ...... /./.*.|.|.*.\.\
9 ..... /././|.|.|.|\.\.\
10 ... /././.|.|.|.|.\.\.\
Showing 1-4 of 4 results.
Comments