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!)
A209632 Digits of E read in decimal as if written in hexadecimal. 2
2, 39, 625, 10008, 160130, 2562088, 40993409, 655894552, 10494312834, 167909005352, 2686544085636, 42984705370181, 687755285922905, 11004084574766480, 176065353196263684, 2817045651140218949, 45072730418243503186, 721163686691896050979 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Take n digits of E and read them as hexadecimal digits.
LINKS
EXAMPLE
2718 read as hexadecimal number is 10008 in decimal, so a(4) is 10008.
MATHEMATICA
With[{de=RealDigits[E, 10, 100][[1]]}, Table[FromDigits[Take[de, n], 16], {n, 30}]]
CROSSREFS
Sequence in context: A329552 A042683 A319520 * A266863 A245053 A352021
KEYWORD
nonn,base
AUTHOR
Harvey P. Dale, Mar 11 2012
STATUS
approved

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 March 29 00:26 EDT 2024. Contains 371264 sequences. (Running on oeis4.)