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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A123134 Prime(n) * ( prime(n+1) + 1 ). 0
8, 18, 40, 84, 154, 234, 340, 456, 690, 928, 1178, 1554, 1804, 2064, 2538, 3180, 3658, 4148, 4824, 5254, 5840, 6636, 7470, 8722, 9894, 10504, 11124, 11770, 12426, 14464, 16764, 18078, 19180, 20850, 22648, 23858, 25748, 27384, 29058, 31140, 32578 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

A. Frank & P. Jacqueroux, International Contest, 2001. Item 21

EXAMPLE

a(1)=2*(3+1)=8, a(2)=3*(5+1)=18, a(3)=5*(7+1)=40,...

PROG

(PARI) for(n=1, 100, print1(prime(n)*(prime(n+1)+1), ", "))

CROSSREFS

Sequence in context: A082227 A134062 A067563 * A096283 A082194 A192311

Adjacent sequences:  A123131 A123132 A123133 * A123135 A123136 A123137

KEYWORD

nonn

AUTHOR

Herman Jamke (hermanjamke(AT)fastmail.fm), Sep 30 2006

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 12:10 EST 2012. Contains 205783 sequences.