A086641 Permanents of the character tables that appear in A085805.
8, -576, -13824, -14665728, 13177872384
Offset: 0
Crossrefs
Cf. A085805.
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.
[16*n-12: n in [1..60]]; // Vincenzo Librandi, Jul 23 2011
Range[4, 1000, 16] (* Vladimir Joseph Stephan Orlovsky, May 31 2011 *)
for(x=1,100,print1(16*x-12,", "))
from sympy.ntheory.factor_ import digits def has10(k): s = "".join(map(str, digits(k, 4)[1:])); return "10" in s def ok(n): return has10(n) and not has10(n+1) print(list(filter(ok, range(965)))) # Michael S. Branicky, Apr 20 2021
Comments