[go: up one dir, main page]

login
A152756
Bisection of A000533.
5
1, 101, 10001, 1000001, 100000001, 10000000001, 1000000000001, 100000000000001, 10000000000000001, 1000000000000000001, 100000000000000000001, 10000000000000000000001
OFFSET
1,2
COMMENTS
a(1)=1, for n>1, a(n) is the concatenation of "1", 2(n-1)-1 digits "0" and "1". [From Omar E. Pol, Dec 14 2008]
FORMULA
Except the first term, a(n)=10^(2n)+1. - Robert G. Wilson v, Dec 14 2008
G.f.: (1-100*x^2)/(1-x)/(1-100*x)) - Robert Israel, Jul 27 2014
EXAMPLE
n ..... a(n)
1 ....... 1
2 ...... 101
3 ..... 10001
4 .... 1000001
5 ... 100000001
PROG
(Magma) [1] cat [10^(2*n)+1: n in [1..15]]; // Vincenzo Librandi, Jul 27 2014
CROSSREFS
KEYWORD
easy,nonn,less
AUTHOR
Omar E. Pol, Dec 13 2008
STATUS
approved