%I A004963
%S A004963 0,47,94,141,188,235,282,329,376,423,470,517,564,611,658,
%T A004963 705,752,799,846,893,940,987,1034,1081,1128,1175,1222,1269,
%U A004963 1316,1363,1410,1457,1504,1551,1598,1645,1692,1739,1786
%N A004963 Ceiling of n*tau^8.
%H A004963 Tanya Khovanova, <a href="http://www.tanyakhovanova.com/RecursiveSequences/
NonRecursions.html">Non Recursions</a>
%p A004963 with(numtheory):a:=proc(n) if n=0 then 0 else mcombine(11*n,3*n,5*n,7*n)
fi end: seq(a(n), n=0..38); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com),
Apr 11 2008
%Y A004963 Sequence in context: A139968 A132451 A004943 this_sequence A061153 A044185
A044566
%Y A004963 Adjacent sequences: A004960 A004961 A004962 this_sequence A004964 A004965
A004966
%K A004963 nonn
%O A004963 0,2
%A A004963 N. J. A. Sloane (njas(AT)research.att.com).
|