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!)
A138125 Final digit of n-th even superperfect number A061652(n). 6

%I #12 Feb 23 2023 11:41:12

%S 2,4,6,4,6,6,4,4,6,6,4,4,6,4,4,4,6,6,6,4,6,6,6,6,6,6,6,4,4,6,4,4,6,4,

%T 6,6,6,6,6,4,4,4,6,6,4,6,6

%N Final digit of n-th even superperfect number A061652(n).

%C Also, final digit of n-th superperfect number A019279(n), if there are no odd superperfect numbers.

%H Landon Curt Noll, <a href="http://www.isthe.com/chongo/tech/math/prime/mersenne.html">Mersenne Prime Digits</a>.

%F a(1)=2. For n>1, if final digit of n-th Mersenne prime A000668(n) is equal to 1 then a(n)=6, otherwise a(n)=4.

%e a(5)=6 because the 5th even superperfect number A061652(5) is 4096 and the final digit of 4096 is 6.

%e a(34)=4 because the final digit of 34th Mersenne prime is 7. a(39)=6 because the final digit of 39th Mersenne prime is 1.

%e .............................................................

%e ............... SHORT TABLE OF FINAL DIGITS .................

%e .............................................................

%e Final digit of ..... Final digit of Even ..... Final digit of

%e Mersenne prime ..... Superperfect number ..... Perfect number

%e A000668 ............ A061652 ................. A000396........

%e (3) ................ (2) ..................... (6) ........... (For n=1, only)

%e (7) ................ (4) ..................... (8) ...........

%e (1) ................ (6) ..................... (6) ...........

%t Mod[#,10]&/@(2^(MersennePrimeExponent[Range[47]]-1)) (* _Harvey P. Dale_, Feb 23 2023 *)

%Y Cf. A000030, A000396, A000668, A077648, A019279, A061652, A135613, A135617, A138125.

%K base,nonn,less

%O 1,1

%A _Omar E. Pol_, Apr 01 2008, corrected Apr 03 2008

%E a(40)-a(47) from _Jinyuan Wang_, Mar 14 2020

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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)