login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A127920 1/6 of product of three numbers: n-th prime, previous and following number. 4
1, 4, 20, 56, 220, 364, 816, 1140, 2024, 4060, 4960, 8436, 11480, 13244, 17296, 24804, 34220, 37820, 50116, 59640, 64824, 82160, 95284, 117480, 152096, 171700, 182104, 204156, 215820, 240464, 341376, 374660, 428536, 447580, 551300, 573800, 644956 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

Table[(Prime[n] + 1) Prime[n](Prime[n] - 1)/6, {n, 1, 100}]

PROG

(PARI) forprime(p=2, 1e3, print1(binomial(p+1, 3)", ")) \\ Charles R Greathouse IV, Jun 16 2011

CROSSREFS

Cf. A036689, A034953, A127917, A127918, A127919.

Sequence in context: A035007 A047810 A002492 * A060122 A066970 A196295

Adjacent sequences:  A127917 A127918 A127919 * A127921 A127922 A127923

KEYWORD

nonn,easy

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Feb 06 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 15:20 EST 2012. Contains 205823 sequences.