Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A095256
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A095256 Number of numbers not divisible by 10 which stay multiples of themselves when freed of their last n digits. +0
3
23, 473, 7053, 93643, 1166714, 13969985, 162725300, 1857511487, 20877697534 (list; graph; listen)
OFFSET

1,1

LINKS

S. Das Dividing by Dropping Digits

FORMULA

a(n)=sum_(r=1, 10^n - 1) tau(r)=A006218(A002283(n)).

EXAMPLE

We have the following a(1)=23 two-digit numbers not ending in zero: 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 24, 26, 28, 33, 36, 39, 44, 48, 55, 66, 77, 88, 99 which are divisible by their tenth digit.

MATHEMATICA

k = s = 0; Do[ While[ k < 10^n - 1, k++; s = s + DivisorSigma[ 0, k ]]; Print[s], {n, 9}] (from Robert G. Wilson v Jun 05 2004)

CROSSREFS

Cf. A057494.

Sequence in context: A053067 A036906 A134733 this_sequence A015678 A014905 A133283

Adjacent sequences: A095253 A095254 A095255 this_sequence A095257 A095258 A095259

KEYWORD

more,base,nonn

AUTHOR

Lekraj Beedassy (blekraj(AT)yahoo.com), Jul 02 2004

EXTENSIONS

a(5)-a(9) from Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 05 2004

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 November 24 23:16 EST 2009. Contains 167481 sequences.


AT&T Labs Research