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!)
A357679 a(n) = prime(n)*(prime(n-1) + prime(n+1)). 0
21, 50, 112, 220, 364, 544, 760, 1104, 1566, 2046, 2664, 3280, 3784, 4512, 5618, 6726, 7686, 8844, 9940, 10950, 12324, 13944, 16020, 18430, 20200, 21424, 22684, 23980, 26668, 30988, 34584, 36990, 39754, 43210, 46206, 49298, 52812, 56112, 59858, 63366, 66970, 71434, 74884, 77224, 81192 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
COMMENTS
21 is the only semiprime term.
All terms after 21 are even.
LINKS
FORMULA
a(n) = A000040(n)*A048448(n).
a(n) = A006094(n) + A006094(n-1).
MATHEMATICA
Array[Prime[# + 1] (Prime[#] + Prime[# + 2]) &, 45] (* Michael De Vlieger, Oct 09 2022 *)
PROG
(PARI) a(n) = prime(n)*(prime(n-1) + prime(n+1)) \\ Michel Marcus, Oct 09 2022
CROSSREFS
Cf. A338529 (first differences).
Sequence in context: A147281 A130062 A153441 * A235884 A053178 A166150
KEYWORD
nonn,easy
AUTHOR
Saish S. Kambali, Oct 09 2022
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 September 10 20:23 EDT 2024. Contains 375794 sequences. (Running on oeis4.)