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

A126049
Exponents p of the Mersenne primes 2^p - 1 (see A000043) read mod 9.
0
2, 3, 5, 7, 4, 8, 1, 4, 7, 8, 8, 1, 8, 4, 1, 7, 4, 4, 5, 4, 5, 5, 8, 2, 2, 7, 1, 5, 1, 1, 1, 2, 5, 1, 2, 2, 5, 5, 1, 1, 4, 5, 7, 2, 5, 1, 8, 5
OFFSET
1,1
FORMULA
a(n) = A010878(A000043(n)). - Ivan Panchenko, Apr 07 2018
MATHEMATICA
Array[Mod[MersennePrimeExponent@ #, 9] &, 45] (* Michael De Vlieger, Apr 10 2018 *)
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Artur Jasinski, Dec 17 2006
EXTENSIONS
a(45)-a(46) from Ivan Panchenko, Apr 07 2018
a(47) from Ivan Panchenko, Apr 09 2018
a(48) from Amiram Eldar, Oct 14 2024
STATUS
approved