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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A126199 Prime(n)*prime(n+1) + prime(n) + prime(n+1). 2

%I

%S 11,23,47,95,167,251,359,479,719,959,1215,1595,1847,2111,2591,3239,

%T 3719,4215,4895,5327,5919,6719,7559,8819,9995,10607,11231,11879,12539,

%U 14591,16895,18215,19319,20999,22799,24015,25911,27551,29231,31319,32759

%N Prime(n)*prime(n+1) + prime(n) + prime(n+1).

%t f[n_] := Block[{p = Prime[n], q = Prime[n + 1]}, p*q + p + q]; Array[f, 42] - _Robert G. Wilson v_, Mar 09 2007

%Y Cf. A000040, A001043, A006094, A126148, A096342.

%K easy,nonn

%O 1,1

%A _Jonathan Vos Post_, Mar 08 2007

%E More terms from _Robert G. Wilson v_, Mar 09 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 May 22 03:34 EDT 2013. Contains 225511 sequences.