Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A110756
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A110756 tau(N), where N = concatenation 1,2,3,...,n. +0
5
1, 6, 4, 4, 8, 28, 4, 24, 12, 8, 64, 32, 8, 8, 8, 12, 24, 48, 64, 192, 256, 64, 16, 48, 24, 160, 96, 64, 16 (list; graph; listen)
OFFSET

1,2

FORMULA

a(n) = A000005[A007908(n)]. - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 10 2007

EXAMPLE

a(3) = tau(123) = 4.

MAPLE

A055642 := proc(n) 1+floor(log10(n)) ; end; A000005 := proc(n) numtheory[tau](n) ; end ; A007908 := proc(n) local a ; a := 1 ; for i from 2 to n do a := a*10^A055642(i)+i ; end; RETURN(a) ; end; A110756 := proc(n) A000005(A007908(n)) ; end; for n from 1 to 50 do printf("%d %d ", n, A110756(n)) ; od ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 10 2007

CROSSREFS

Cf. A110757, A110758, A110759, A110760.

Sequence in context: A095156 A029680 A021612 this_sequence A013661 A019174 A019166

Adjacent sequences: A110753 A110754 A110755 this_sequence A110757 A110758 A110759

KEYWORD

base,more,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Aug 11 2005

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 10 2007

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 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research