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.

A276934 Row 3 of A276616: a(n) = A276933(n) / 6.

This page as a plain text file.
%I A276934 #5 Sep 24 2016 10:48:13
%S A276934 1,5,8,9,21,25,28,29,41,45,48,49,60,61,64,65,68,69,121,125,128,129,
%T A276934 141,145,148,149,161,165,168,169,180,181,184,185,188,189,241,245,248,
%U A276934 249,261,265,268,269,281,285,288,289,300,301,304,305,308,309,361,365,368,369,381,385,388,389,401,405,408,409,420,421,424
%N A276934 Row 3 of A276616: a(n) = A276933(n) / 6.
%C A276934 Starting offset is 0 (with a(0) = 2) to match with the starting offset of A276933 and A273670.
%H A276934 Antti Karttunen, <a href="/A276934/b276934.txt">Table of n, a(n) for n = 0..10000</a>
%H A276934 <a href="/index/Fa#facbase">Index entries for sequences related to factorial base representation</a>
%F A276934 a(n) = A276933(n) / 6.
%o A276934 (Scheme) (define (A276934 n) (/ (A276933 n) 6))
%Y A276934 Cf. A273670, A276933.
%Y A276934 Row 3 of A276616, column 3 of A276617.
%K A276934 nonn,base
%O A276934 0,2
%A A276934 _Antti Karttunen_, Sep 23 2016