cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A084053 4*n digit-reversed mod 4.

Original entry on oeis.org

1, 1, 2, 2, 2, 3, 3, 0, 0, 0, 1, 1, 2, 2, 2, 3, 3, 0, 0, 0, 1, 1, 1, 1, 1, 3, 3, 1, 1, 1, 3, 3, 1, 1, 1, 3, 3, 1, 1, 1, 3, 3, 1, 1, 1, 3, 3, 2, 2, 2, 0, 0, 2, 2, 2, 0, 0, 2, 2, 2, 0, 0, 2, 2, 2, 0, 0, 2, 2, 2, 0, 0, 3, 3, 3, 1, 1, 3, 3, 3, 1, 1, 3, 3, 3, 1, 1, 3, 3, 3, 1, 1, 3, 3, 3, 1, 1, 0, 0, 0, 2, 2, 0, 0, 0
Offset: 3

Views

Author

Amarnath Murthy and Meenakshi Srikanth (menakan_s(AT)yahoo.com), May 26 2003

Keywords

Examples

			a(23) =1 as, 23*4 = 92,digit-reversed = 29 ==1 (mod 4)
		

Crossrefs

Programs

  • Mathematica
    Mod[#,4]&/@(FromDigits[Reverse[IntegerDigits[#]]]&/@ (4Range[3,110])) (* Harvey P. Dale, Sep 30 2011 *)

Extensions

More terms from Ray Chandler, May 27 2003