Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A144863
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A144863 Start with 1, then at each step we prepend 10 and append 01 +0
2
1, 10101, 101010101, 1010101010101, 10101010101010101, 101010101010101010101, 1010101010101010101010101, 10101010101010101010101010101, 101010101010101010101010101010101 (list; graph; listen)
OFFSET

1,2

COMMENT

Bisection of A094028. [From Omar E. Pol (info(AT)polprimos.com), Nov 12 2008]

a(n) is also A144864(n) written in base 2. [From Omar E. Pol (info(AT)polprimos.com), Nov 13 2008]

Quadrisection of A147759. [From Omar E. Pol (info(AT)polprimos.com), Nov 16 2008]

FORMULA

Contribution from Artur Jasinski (grafix(AT)csl.pl), Sep 25 2008: (Start)

binary:

a(n) = 1/12 (-4 + 16^n)

decimal:

a(n)=1/99 (-1 + 100^(-1 + 2 n))

or recurence:

a[n+1] = 10000 a[n] + 101 and a[1]=1 (End)

MATHEMATICA

a = {}; k = {1}; Do[x = FromDigits[k, 2]; AppendTo[a, FromDigits[RealDigits[x, 2]]]; AppendTo[k, 0]; AppendTo[k, 1]; PrependTo[k, 0]; PrependTo[k, 1], {n, 1, 100}]; a (*Artur Jasinski*)

Contribution from Artur Jasinski (grafix(AT)csl.pl), Sep 25 2008: (Start)

Table[FromDigits[RealDigits[1/12 (-4 + 16^n), 2]], {n, 1, 10}]

or

a = {}; k = 1; Do[AppendTo[a, k]; k = 10000 k + 101, {n, 1, 10}]; a

or

Table[1/99 (-1 + 100^(-1 + 2 n)), {n, 1, 20}] (*Artur Jasinski*) (End)

CROSSREFS

A056830, A094028, A135576

Cf. A144864, A147759. [From Omar E. Pol (info(AT)polprimos.com), Nov 13 2008]

Sequence in context: A161022 A043641 A114385 this_sequence A058042 A161786 A157711

Adjacent sequences: A144860 A144861 A144862 this_sequence A144864 A144865 A144866

KEYWORD

base,nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Sep 23 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 20 16:54 EST 2009. Contains 171081 sequences.


AT&T Labs Research