[go: up one dir, main page]

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!)
A372319 Products of prime triples (p, p+2, p+6) where p = A022004(n). 1
385, 2431, 7429, 82861, 1113121, 1317919, 7262011, 12112039, 30857731, 42749359, 99677881, 266669461, 558789841, 635308669, 690017701, 1308131911, 2095502089, 2215630321, 2922149239, 3265932301, 3305715499, 4170674419, 6577726891, 7995982009, 9046566901, 11234386249 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Subsequence of A120944, subsequence of A007304.
Terms are congruent to 1 (mod 6), since A022004(n) is congruent to 5 mod 6, and 5+2 and 5+6 are congruent to 1 and 5 (mod 6), respectively. The product 5*1*5 is congruent to 1 (mod 6).
LINKS
EXAMPLE
a(1) = 385 = 5 * 7 * 11.
a(2) = 2431 = 11 * 13 * 17.
a(3) = 7429 = 17 * 19 * 23, etc.
MATHEMATICA
Map[Times @@ NextPrime[#, {0, 1, 2}] &, Select[Prime@ Range[360], AllTrue[{# + 2, # + 6}, PrimeQ] &]]
CROSSREFS
Sequence in context: A229853 A317272 A157354 * A200525 A225711 A351696
KEYWORD
nonn,easy
AUTHOR
Michael De Vlieger, Jun 29 2024
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 August 30 11:14 EDT 2024. Contains 375543 sequences. (Running on oeis4.)