Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A163662
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A163662 A020988(n) written in base 2. +0
2
10, 1010, 101010, 10101010, 1010101010, 101010101010, 10101010101010, 1010101010101010, 101010101010101010, 10101010101010101010, 1010101010101010101010, 101010101010101010101010, 10101010101010101010101010, 1010101010101010101010101010 (list; graph; listen)
OFFSET

1,1

COMMENT

The digits are n concatenated blocks of (10).

FORMULA

a(n) = Sum_{k=1,...,n} 10^(2k-1).

a(n) = 100*a(n-1)+10 = 101*a(n-1)-100*a(n-2). G.f.: 10*x/((100*x-1)*(x-1)).

MAPLE

A163662 := proc(n) add(10^(2*k-1), k=1..n) ; end: seq(A163662(n), n=1..30) ; # R. J. Mathar, Jul 08 2009

CROSSREFS

Sequence in context: A075171 A106456 A079214 this_sequence A080070 A080120 A006937

Adjacent sequences: A163659 A163660 A163661 this_sequence A163663 A163664 A163665

KEYWORD

nonn,base,easy

AUTHOR

Jaroslav Krizek (jaroslav.krizek(AT)atlas.cz), Aug 02 2009

EXTENSIONS

Recurrences and g.f. added by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 08 2009

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 13 23:45 EST 2009. Contains 170824 sequences.


AT&T Labs Research