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!)
A320815 Digits of the 2-adic integer exp(4). 3
1, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
See A320814 for detailed information.
This is the multiplicative inverse of A321692. - Jianing Song, Nov 17 2018
LINKS
Wikipedia, p-adic number
FORMULA
a(n) = (A320814(n+1) - A320814(n))/2^n.
EXAMPLE
exp(4) = ...00111001000111000100011100100000101001101.
PROG
(PARI) a(n) = lift(sum(i=0, n-(n>=2), Mod(4^i/i!, 2^(n+1))))\2^n
(PARI) a(n) = lift(exp(4 + O(2^(n+1))))\2^n; \\ Jianing Song, Nov 17 2018
CROSSREFS
Sequence in context: A227998 A266514 A082960 * A167683 A266502 A075438
KEYWORD
nonn,base
AUTHOR
Jianing Song, Oct 21 2018
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 April 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)