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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A092949 Numbers of the form prime(x+1)+prime(x)+1. 1
6, 9, 13, 19, 25, 31, 37, 43, 53, 61, 69, 79, 85, 91, 101, 113, 121, 129, 139, 145, 153, 163, 173, 187, 199, 205, 211, 217, 223, 241, 259, 269, 277, 289, 301, 309, 321, 331, 341, 353, 361, 373, 385, 391, 397, 411, 435, 451, 457, 463, 473, 481, 493, 509, 521 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MAPLE

seq( ithprime(x)+ithprime(x+1)+1, x=1..80);

PROG

(SAGE) BB = primes_first_n(56) list = [] for i in range(55): list.append(BB[1+i]+BB[i]+1) list - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 27 2008

CROSSREFS

Sequence in context: A167614 A020751 A164315 * A048626 A002598 A176211

Adjacent sequences:  A092946 A092947 A092948 * A092950 A092951 A092952

KEYWORD

nonn

AUTHOR

Jorge Coveiro (jorgecoveiro(AT)yahoo.com), Apr 19 2004

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 17 11:35 EST 2012. Contains 206011 sequences.