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!)
A242811 a(n) is the largest n-digit number whose truncation after its first k digits is divisible by the k-th Lucas number (A000032(n)) for k = 1..n. 3
9, 99, 996, 9968, 99682, 996822, 9968228, 36894671, 368946712 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
There are 9 terms in the series and 9-digit number 368946712 is the last number to satisfy the requirements.
LINKS
EXAMPLE
368946712 is divisible by Lucas(9) = 76;
36894671 is divisible by Lucas(8) = 47;
3689467 is divisible by Lucas(7) = 29;
368946 is divisible by Lucas(6) = 18;
36894 is divisible by Lucas(5) = 11;
3689 is divisible by Lucas(4) = 7;
368 is divisible by Lucas(3) = 4;
36 is divisible by Lucas(2) = 3;
3 is divisible by Lucas(1) = 1.
MATHEMATICA
a=Table[j, {j, 3, 10, 2}]; r=2; t={}; While[!a == {}, n=Length[a]; nmax=Last[a]; k=1; b={}; While[!k>n, z0=a[[k]]; Do[z=10*z0+j; If[Mod[z, LucasL[r]]==0, b=Append[b, z]], {j, 0, 9}]; k++]; AppendTo[t, nmax]; a=b; r++]; t
CROSSREFS
Sequence in context: A221579 A320075 A101564 * A070843 A261512 A242809
KEYWORD
nonn,base,fini,full
AUTHOR
Michel Lagneau, May 23 2014
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 July 27 17:15 EDT 2024. Contains 374650 sequences. (Running on oeis4.)