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!)
A208935 Digits of Pi read in decimal as if written in hexadecimal. 2
3, 49, 788, 12609, 201749, 3227993, 51647890, 826366246, 13221859941, 211549759059, 3384796144949, 54156738319192, 866507813107081, 13864125009713303, 221826000155412857, 3549216002486605715, 56787456039785691442, 908599296636571063075 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Take n digits of Pi and read them as hexadecimal digits.
LINKS
EXAMPLE
314 in hexadecimal is 788 in decimal, so a(3)=788.
MATHEMATICA
With[{dpi=RealDigits[Pi, 10, 100][[1]]}, Table[FromDigits[Take[ dpi, n], 16], {n, 20}]]
CROSSREFS
Sequence in context: A061185 A182279 A203760 * A355882 A202534 A277497
KEYWORD
nonn,base
AUTHOR
Harvey P. Dale, Mar 08 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 May 4 09:26 EDT 2024. Contains 372238 sequences. (Running on oeis4.)