login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A123874 Similar to A123872 but with a(0)=6 as seed. 0
6, 6, 26, 126, 62501, 625000001 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

EXAMPLE

a(0)=6

a(1)=6 because 6*6 = 36

a(2)=26 because 36*26 = 936

a(3)=126 because 936*126 = 117936

a(4)=62501 because 117936*62501 = 7371117936

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(126);

CROSSREFS

Sequence in context: A087236 A077193 A056482 * A016725 A151779 A066714

Adjacent sequences:  A123871 A123872 A123873 * A123875 A123876 A123877

KEYWORD

nonn

AUTHOR

Paolo P. Lava & Giorgio Balzarotti (paoloplava(AT)gmail.com), Oct 17 2006, Oct 24 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 16:45 EST 2012. Contains 205938 sequences.