login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A173967
14=2*7;15=3*5;14+15=29, 21=3*7;22=2*11;21+22=43,..
2
29, 43, 67, 69, 77, 115, 171, 173, 187, 189, 237, 245, 267, 283, 285, 291, 317, 355, 403, 405, 411, 427, 429, 435, 437, 507, 597, 603, 605, 653, 669, 763, 787, 789, 891, 893, 907, 963, 1003, 1029, 1053, 1075, 1085, 1107, 1131, 1245, 1267, 1269, 1389, 1395
OFFSET
1,1
MATHEMATICA
f[n_]:=Last/@FactorInteger[n]=={1, 1}; lst={}; Do[If[f[n], If[f[n+1], AppendTo[lst, 2*n+1]]], {n, 7!}]; lst
CROSSREFS
Sequence in context: A247896 A162357 A316741 * A004619 A140444 A042969
KEYWORD
nonn
AUTHOR
Vladimir Joseph Stephan Orlovsky, Mar 03 2010, Mar 13 2010
STATUS
approved