login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135617 Initial digit of perfect numbers. 6
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, 3, 1, 8, 9, 4 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

O. E. Pol, Determinacion geometrica de los numeros primos y perfectos.

EXAMPLE

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

MATHEMATICA

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, (rgwv(AT)rgwv.com), Apr 01 2008

CROSSREFS

Cf. A000030, A000396, A077648, A094540.

Sequence in context: A202244 A020831 A156590 * A019930 A169843 A123139

Adjacent sequences:  A135614 A135615 A135616 * A135618 A135619 A135620

KEYWORD

nonn,base

AUTHOR

Omar E. Pol (info(AT)polprimos.com), Mar 01 2008

EXTENSIONS

More terms from Robert G. Wilson v, (rgwv(AT)rgwv.com), Apr 01 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 21:13 EST 2012. Contains 206085 sequences.