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

A122622
a(n) = prime(n)_prime(n).
1
2, 3, 5, 7, 12, 16, 24, 28, 49, 67, 94, 118, 165, 175, 195, 268, 304, 367, 409, 498, 514, 562, 667, 721, 880, 10202, 10612, 11456, 11890, 12885, 16390, 17555, 19187, 19747, 22806, 23557, 25441, 27550, 28898, 31143, 33303, 34210, 38201, 38989, 40589, 41401, 89254
OFFSET
1,1
COMMENTS
See A122618 for notation.
LINKS
MAPLE
a:= n-> (b-> (l-> add(l[i]*b^(i-1), i=1..nops(l)))(
convert(b, base, 10)))(ithprime(n)):
seq(a(n), n=1..50); # Alois P. Heinz, Aug 31 2021
MATHEMATICA
FromDigits[IntegerDigits[#], #]&/@Prime[Range[50]] (* Harvey P. Dale, Aug 31 2021 *)
CROSSREFS
Sequence in context: A361459 A078912 A105930 * A266775 A024790 A373297
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Sep 21 2006
STATUS
approved