The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A135617 a(n) is the initial digit of n-th even perfect number. 7

%I #43 Mar 05 2024 15:17:50

%S 6,2,4,8,3,8,1,2,2,1,1,1,2,1,5,1,9,3,1,4,1,5,3,9,1,8,3,1,1,1,2,1,8,8,

%T 3,1,8,9,4,7,4,7,4,7,2,1,5

%N a(n) is the initial digit of n-th even perfect number.

%C a(n) is also the initial digit of n-th perfect number A000396(n) if there are no odd perfect numbers.

%H Omar E. Pol, <a href="http://www.polprimos.com/#Los%20n%C3%BAmeros%20perfectos">Los nĂºmeros perfectos</a>, (in Spanish).

%e a(5) = 3 because the 5th even perfect number is 33550336 and the initial digit of 33550336 is 3.

%t lst = {* the list of terms in A000043 *}; f[n_] := Block[{pn = (2^n - 1) (2^(n - 1))}, Quotient[pn, 10^Floor[ Log[10, pn]] ]]; f@# & /@ lst (* _Robert G. Wilson v_, Apr 01 2008 *)

%Y Cf. A000030, A000396, A077648, A094540, A133033.

%K nonn,base,more

%O 1,1

%A _Omar E. Pol_, Mar 01 2008

%E More terms from _Robert G. Wilson v_, Apr 01 2008

%E Definition clarified by _Omar E. Pol_, Apr 14 2018

%E a(40)-a(47) from _Ivan Panchenko_, Apr 16 2018

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 June 6 10:34 EDT 2024. Contains 373127 sequences. (Running on oeis4.)