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

A122637
a(n) = prime(n)_n.
1
2, 3, 5, 7, 6, 9, 14, 17, 21, 29, 34, 43, 53, 59, 67, 83, 94, 109, 121, 141, 150, 163, 187, 201, 232, 677, 732, 791, 850, 933, 1030, 1121, 1195, 1267, 1374, 1477, 1561, 1675, 1762, 1883, 1977, 2101, 2237, 2335, 2437, 2539, 4466, 4707, 4907, 5109, 5358, 5573, 5831, 6103
OFFSET
1,1
COMMENTS
See A122618 for notation.
LINKS
MATHEMATICA
Array[FromDigits[IntegerDigits[Prime[#]], #]&, 60] (* Harvey P. Dale, Jan 27 2016 *)
CROSSREFS
Sequence in context: A283593 A115274 A126890 * A076229 A160102 A338224
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Sep 21 2006
STATUS
approved