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!)
A330714 For any n >= 0 with binary expansion Sum_{k=0..w} b_k * 2^k, let h(n) = Sum_{k=0..w} b_k * i^k (where i denotes the imaginary unit); a(n) is the square of the modulus of h(n). 1
0, 1, 1, 2, 1, 0, 2, 1, 1, 2, 0, 1, 2, 1, 1, 0, 1, 4, 2, 5, 0, 1, 1, 2, 2, 5, 1, 4, 1, 2, 0, 1, 1, 2, 4, 5, 2, 1, 5, 4, 0, 1, 1, 2, 1, 0, 2, 1, 2, 5, 5, 8, 1, 2, 4, 5, 1, 4, 2, 5, 0, 1, 1, 2, 1, 0, 2, 1, 4, 1, 5, 2, 2, 1, 1, 0, 5, 2, 4, 1, 0, 1, 1, 2, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = A131851(n)^2 + A131852(n)^2.
MATHEMATICA
a[0] = 0; a[n_] := a[n] = a[Floor[n/2]]*I + Mod[n, 2]; Table[Abs[a[n]]^2, {n, 0, 100}] (* Amiram Eldar, May 06 2021, after Jean-François Alcover at A131851 *)
PROG
(PARI) {a(n) = my(d=Vecrev(digits(n, 2))); norm(sum(k=1, #d, d[k]*I^k))}
CROSSREFS
Sequence in context: A117278 A215556 A140082 * A343640 A293670 A279792
KEYWORD
nonn,base
AUTHOR
Seiichi Manyama, Dec 27 2019
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)