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”).

A176464
The positions of primes in A065516.
0
1, 2, 8, 10, 13, 15, 16, 17, 19, 22, 24, 25, 26, 27, 31, 34, 35, 37, 39, 45, 48, 51, 53, 54, 55, 58, 59, 60, 61, 62, 65, 67, 71, 74, 75, 77, 79, 82, 83, 84, 85, 86, 89, 90, 92, 94, 97, 99, 100, 101, 102, 103, 105, 106, 109, 110, 112, 113, 115, 121, 122, 125, 126, 129, 130
OFFSET
1,2
COMMENTS
Prime differences between products of 2 primes.
FORMULA
A065516(a(n) ) =A000040(k).
MAPLE
read("transforms3") : L := BFILETOLIST("b065516.txt") : for a from 1 to 200 do if isprime(op(a, L)) then printf("%d, ", a) ; end if; end do: # R. J. Mathar, Apr 20 2010
CROSSREFS
Sequence in context: A343500 A176969 A303358 * A102278 A110961 A213535
KEYWORD
nonn
AUTHOR
EXTENSIONS
Entries checked by R. J. Mathar, Apr 20 2010
STATUS
approved