Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A137465
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A137465 1 concatenated with n n's concatenated with 1. +0
1
111, 1221, 13331, 144441, 1555551, 16666661, 177777771, 1888888881, 19999999991, 1101010101010101010101, 111111111111111111111111, 11212121212121212121212121 (list; graph; listen)
OFFSET

1,1

FORMULA

a(n)=10^{1+n*[1+floor(log(n))]}+10*Sum{k=0..n-1}{n+10^[1+floor(log(n))]*k}+1, with n>=1 - Paolo P. Lava (ppl(AT)spl.at), May 08 2008

EXAMPLE

a(7)= 1 7 7 7 7 7 7 7 1

MAPLE

P:=proc(n) local a, i, k; for i from 1 by 1 to n do a:=10^(1+i*(1+floor(evalf(log10(i), 10))))+10*sum(i*10^((1+floor(evalf(log10(i), 10)))*k), 'k'=0..(i-1))+1; print(a); od; end: P(30); - Paolo P. Lava (ppl(AT)spl.at), May 08 2008

CROSSREFS

Sequence in context: A115816 A115877 A102782 this_sequence A101152 A075859 A008396

Adjacent sequences: A137462 A137463 A137464 this_sequence A137466 A137467 A137468

KEYWORD

easy,nonn,base

AUTHOR

Ctibor O. Zizka (ctibor.zizka(AT)seznam.cz), Apr 19 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 July 24 12:00 EDT 2008. Contains 142294 sequences.


AT&T Labs Research