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.

A088147 n-th prime rotated one binary place to the left.

This page as a plain text file.
%I A088147 #5 Jul 01 2016 06:16:32
%S A088147 1,3,3,7,7,11,3,7,15,27,31,11,19,23,31,43,55,59,7,15,19,31,39,51,67,
%T A088147 75,79,87,91,99,127,7,19,23,43,47,59,71,79,91,103,107,127,131,139,143,
%U A088147 167,191,199,203,211,223,227,247,3,15,27,31,43,51,55,75,103,111,115,123,151
%N A088147 n-th prime rotated one binary place to the left.
%t A088147 f[n_] := FromDigits[ RotateLeft[ IntegerDigits[n, 2]], 2]; Table[ f[ Prime[i]], {i, 1, 60}]
%Y A088147 Cf. A006257, A088146.
%K A088147 nonn,base
%O A088147 1,2
%A A088147 _Robert G. Wilson v_, Sep 13 2003