login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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 A308271
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Sep 21 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 06:03 EDT 2024. Contains 371918 sequences. (Running on oeis4.)