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

A161677
Mersenne primes written in base 4.
0
3, 13, 133, 1333, 1333333, 133333333, 1333333333, 1333333333333333, 1333333333333333333333333333333, 133333333333333333333333333333333333333333333, 133333333333333333333333333333333333333333333333333333
OFFSET
1,1
FORMULA
a(n) = A007090(A000668(n)).
MATHEMATICA
FromDigits[IntegerDigits[#, 4]]&/@(2^MersennePrimeExponent[Range[20]]-1) (* Harvey P. Dale, Mar 25 2023 *)
CROSSREFS
Sequence in context: A182864 A208590 A228648 * A180276 A054933 A130589
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Keyword:base added by R. J. Mathar, Aug 03 2009
STATUS
approved