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!)
A147553 Numbers k such that k^2 divides k.k where dot "." means concatenation. 5
1, 143, 142857143, 142857142857143, 142857142857142857143, 142857142857142857142857143, 142857142857142857142857142857143, 142857142857142857142857142857142857143 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
I proved that for n > 0, a(n+1) = (10^(6n-3) + 1)/7. Namely for n > 1, a(n) is of the form 142857.142857. ... .142857.143. Except for a(1), 11 divides all terms, so there is no prime p such that p^2 divides p.p. For n > 1, a(n).a(n)/(a(n)*a(n))=7.
LINKS
EXAMPLE
143*143|143.143 (143143/(143*143)=7) so 143 is in the sequence.
MAPLE
1, seq((10^(6*n-3)+1)/7, n=1..20); # Robert Israel, Sep 26 2016
MATHEMATICA
a[0]=1; a[n_]:=(10^(6n-3)+1)/7; Table[a[k], {k, 0, 8}]
Do[d=Divisors[10^i+1]; s=Select[d, Length[IntegerDigits[#]]==i&]; If[Length[s]>0, Do[Print[s[[j]]], {j, Length[s]}]], {i, 69}] (* Hans Havermann, May 31 2014 *)
LinearRecurrence[{1000001, -1000000}, {1, 143, 142857143}, 20] (* Harvey P. Dale, Apr 02 2018 *)
CROSSREFS
Cf. A147554, A243162 (k^2 divides k.k.k).
Sequence in context: A204683 A205159 A205308 * A030122 A057404 A173713
KEYWORD
base,easy,nice,nonn
AUTHOR
Farideh Firoozbakht, Dec 23 2008
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 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)