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!)
A071056 Smallest number m such that m = p(i) mod p(i)^2 for 1<=i<=n. 0
2, 30, 30, 40530, 4626930, 127357230, 198523555230, 24957467264730, 38787559738857930, 6210320711698633530, 36463596777769821089430, 44001853246673879187761130, 67005904883201525523410858730 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
p(i)^2 is the least composite whose GCD is 1 for all previous composites.
LINKS
MATHEMATICA
Needs["NumberTheory`NumberTheoryFunctions`"]; Table[p = Table[Prime[i], {i, 1, n}]; ChineseRemainder[p, p^2], {n, 1, 15}]
CROSSREFS
Cf. A053664.
Sequence in context: A267131 A078690 A228937 * A075716 A073418 A022377
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, May 25 2002
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)