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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A156592 Product p*q of two primes with q = 2*p + 1. 2
10, 21, 55, 253, 1081, 1711, 3403, 5671, 13861, 15931, 25651, 34453, 60031, 64261, 73153, 108811, 114481, 126253, 158203, 171991, 258121, 351541, 371953, 392941, 482653, 518671, 703891, 822403, 853471, 869221, 933661, 1034641, 1104841 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

a(n) = A005384(n)*A005385(n);

subsequence of A068443.

Math Marathon (MM95): http://dxdy.ru/topic16349.html [From Vladimir Orlovsky (4vladimir(AT)gmail.com), May 12 2010]

MATHEMATICA

lst={}; Do[p=Prime[n]; q=2*p+1; If[PrimeQ[q], AppendTo[lst, p*q]], {n, 5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), May 12 2010]

CROSSREFS

Sequence in context: A042309 A048697 A090076 * A045973 A095679 A095192

Adjacent sequences:  A156589 A156590 A156591 * A156593 A156594 A156595

KEYWORD

nonn

AUTHOR

Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Feb 10 2009

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 16 07:39 EST 2012. Contains 205881 sequences.