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

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

0,1

EXAMPLE

a(0)=4

a(1)=6 because 4*6 = 24

a(2)=26 because 24*26 = 624

a(3)=126 because 624*126 = 78624

a(4)=3126 because 78624*3126 = 245778624

a(5)=15625001 because 245778624*15625001 = 3840291245778624

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

CROSSREFS

Sequence in context: A159557 A176756 A054094 * A193689 A099941 A074120

Adjacent sequences:  A123870 A123871 A123872 * A123874 A123875 A123876

KEYWORD

nonn

AUTHOR

Paolo P. Lava & Giorgio Balzarotti (paoloplava(AT)gmail.com), Oct 16 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 20:38 EST 2012. Contains 205962 sequences.