The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A083553 Product of prime(n+1)-1 and prime(n)-1. 5
2, 8, 24, 60, 120, 192, 288, 396, 616, 840, 1080, 1440, 1680, 1932, 2392, 3016, 3480, 3960, 4620, 5040, 5616, 6396, 7216, 8448, 9600, 10200, 10812, 11448, 12096, 14112, 16380, 17680, 18768, 20424, 22200, 23400, 25272, 26892, 28552, 30616, 32040 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The conductor of x*prime(n) + y*prime(n+1); that is, for all k >= a(n), there exist nonnegative integers x and y such that k = x*prime(n) + y*prime(n+1). - T. D. Noe, Sep 22 2004
REFERENCES
David Bressoud and Stan Wagon, A Course in Computational Number Theory, Key College Pub., 2000, p. 46.
LINKS
FORMULA
a(n) = A006093(n+1)*A006093(n) = [prime(n+1)-1]*[prime(n)-1].
a(n) = A037165(n) + 1.
EXAMPLE
n=25: a(25) = (97-1)*(101-1) = 9600.
MATHEMATICA
f[x_] := Prime[x]-1; Table[f[w+1]*f[w], {w, 1, 128}]
CROSSREFS
Sequence in context: A009297 A235793 A182736 * A051745 A006734 A131064
KEYWORD
nonn
AUTHOR
Labos Elemer, May 22 2003
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 May 14 10:41 EDT 2024. Contains 372532 sequences. (Running on oeis4.)