Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A099552
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A099552 a(n) is the smallest positive integer such that the concatenation of the first n terms is divisible by n. +0
5
1, 2, 3, 2, 5, 2, 5, 6, 1, 10, 2, 12, 5, 14, 5, 6, 8, 10, 15, 20, 7, 6, 18, 24, 25, 6, 32, 32, 3, 10, 1, 12, 41, 34, 5, 6, 8, 46, 33, 20, 34, 36, 21, 24, 30, 36, 36, 48, 23, 50, 56, 44, 34, 42, 30, 48, 9, 26, 4, 60, 44, 34, 33, 60, 65, 28, 16, 32, 66, 20, 29, 44, 78, 48, 75, 52, 9, 8, 37 (list; graph; listen)
OFFSET

1,2

PROGRAM

(PARI) num = 1; print(1); for (n = 2, 9, c = 10*num%n; d = n - c; print(d); num = 10*num + d); for (n = 10, 90, c = 10*num%n; d = n - c; if (d < 10, print(d); num = 10*num + d, c = 100*num%n; d = n - c; if (d < 10, d = d + n); print(d); num = 100*num + d));

CROSSREFS

Cf. A051883, A073893, A083161.

Adjacent sequences: A099549 A099550 A099551 this_sequence A099553 A099554 A099555

Sequence in context: A108501 A088167 A073893 this_sequence A076199 A136096 A072591

KEYWORD

base,easy,nonn

AUTHOR

David Wasserman (wasserma(AT)spawar.navy.mil), Oct 21 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 October 7 14:39 EDT 2008. Contains 144666 sequences.


AT&T Labs Research