login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A123875 Similar to A123872 but with a(0)=8 as seed. 1
8, 6, 26, 626, 15626, 1562500001 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
REFERENCES
G. Balzarotti and P. P. Lava, Le sequenze di numeri interi, Hoepli, 2008, p. 99.
LINKS
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(q, h) local a, b, k, n; a:=h; b:=ilog10(a)+1; print(h);
for k from 1 to 10 do for n from 2 to q do
if ((a*n) mod 10^b)=a then print(n); a:=a*n; b:=ilog10(a)+1;
break; fi; od; od; end: P(10^9, 8);
CROSSREFS
Sequence in context: A300885 A300941 A075486 * A217479 A301495 A112145
KEYWORD
nonn,base,more
AUTHOR
Paolo P. Lava and Giorgio Balzarotti, Oct 17 2006, Oct 24 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 12:43 EDT 2024. Contains 371940 sequences. (Running on oeis4.)