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

A293262
a(n) = floor(prime(n)*(e-2)).
0
1, 2, 3, 5, 7, 9, 12, 13, 16, 20, 22, 26, 29, 30, 33, 38, 42, 43, 48, 50, 52, 56, 59, 63, 69, 72, 73, 76, 78, 81, 91, 94, 98, 99, 107, 108, 112, 117, 119, 124, 128, 130, 137, 138, 141, 142, 151, 160, 163, 164, 167, 171, 173, 180, 184, 188, 193, 194, 198, 201, 203, 210, 220, 223, 224, 227, 237, 242, 249, 250, 253, 257, 263, 267, 272, 275, 279, 285, 288, 293, 300, 302, 309, 311, 315, 318
OFFSET
1,2
COMMENTS
Decimal representation of the "digits" of e = exp(1) when represented in the base(prime(n))-numeral system.
EXAMPLE
For n=15, a(15) = floor(prime(15)*(e-2)) = floor(47*(e-2)) = floor(33.7592459...) = 33, so a(15)=33.
CROSSREFS
Sequence in context: A214548 A254440 A284914 * A348623 A200049 A279984
KEYWORD
nonn,base
AUTHOR
Ahmad J. Masad, Oct 04 2017
STATUS
approved