Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A014824
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A014824 a(0) = 0, a(n) = 10*a(n-1) + n. +0
12
0, 1, 12, 123, 1234, 12345, 123456, 1234567, 12345678, 123456789, 1234567900, 12345679011, 123456790122, 1234567901233, 12345679012344, 123456790123455, 1234567901234566, 12345679012345677 (list; graph; listen)
OFFSET

1,3

COMMENT

The square roots of these numbers have some remarkable properties - see the link to Schizophrenic numbers.

LINKS

K. S. Brown, Schizophrenic numbers

FORMULA

a(n) =(10^n-1)*(10/81)-n/9 - Henry Bottomley (se16(AT)btinternet.com), Jul 04 2000

a(n)/10^n converges to 10/81=0.123456790123456790...

Let b(n)=if(n=0, 1, if(n=1, 10, 10*9^(n-2))). Then a(n)=sum{k=0..n, C(n, k)b(k)} (Binomial transform) - Paul Barry (pbarry(AT)wit.ie), Jan 29 2004

MAPLE

a:=n->sum((10^(n-j)-1^(n-j))/9, j=0..n): seq(a(n), n=0..17); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jan 15 2007

a:=n->sum(10^(n-j)*j, j=0..n): seq(a(n), n=0..16); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 05 2008

MATHEMATICA

Table[Sum[10^i - 1, {i, n}]/9, {n, 18}] (from Robert G. Wilson v Nov 20 2004)

CROSSREFS

Cf. A007908, A060011.

Sequence in context: A037610 A035239 A057137 this_sequence A060555 A138957 A007908

Adjacent sequences: A014821 A014822 A014823 this_sequence A014825 A014826 A014827

KEYWORD

nonn

AUTHOR

njas

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 July 4 13:19 EDT 2008. Contains 140839 sequences.


AT&T Labs Research