Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A123875
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A123875 Similar to A123872 but with a(0)=8 as seed. +0
1
8, 6, 26, 626, 15626, 1562500001 (list; graph; listen)
OFFSET

0,1

EXAMPLE

a(0)=8

a(1)=6 because 8*6 = 48

a(2)=26 because 48*26 = 1248

a(3)=626 because 1248*626 = 781248

a(4)=15626 because 781248*15626 = 12207781248

MAPLE

P:=proc(n) local i, j, k; k:=0; j:=n; while j>0 do j:=trunc(j/10); k:=k+1; od; for i from 2 by 1 to n^2 do j:=((n*(i-1)) mod (10^k)); if j=0 then print(i, n*i); break; fi; od; end: P(626);

CROSSREFS

Sequence in context: A036176 A064685 A075486 this_sequence A058088 A112145 A038284

Adjacent sequences: A123872 A123873 A123874 this_sequence A123876 A123877 A123878

KEYWORD

nonn

AUTHOR

Paolo P. Lava & Giorgio Balzarotti (ppl(AT)spl.at), Oct 17 2006, Oct 24 2006

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 August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research