|
Search: id:A049112
|
|
|
| A049112 |
|
2-ranks of difference sets constructed from Glynn type I hyperovals. |
|
+0 3
|
|
| 1, 1, 3, 7, 13, 23, 45, 87, 167, 321, 619, 1193, 2299, 4431, 8541, 16463, 31733, 61167, 117903, 227265, 438067, 844401, 1627635, 3137367, 6047469, 11656871, 22469341, 43311047, 83484727, 160921985, 310187099, 597904857, 1152498667
(list; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
REFERENCES
|
Q. Xiang, On Balanced Binary Sequences with Two-Level Autocorrelation Functions, IEEE Trans. Inform. Theory 44 (1998), 3153-3156.
R. Evans, H. D. L. Hollmann, C. Krattenthaler, Q. Xiang, Gauss Sums, Jacobi Sums, and p-Ranks of Cyclic Difference Sets, J. Combin. Theory Ser. A 87 (1999), 74-119.
|
|
LINKS
|
Supplement to "Gauss Sums, Jacobi Sums, and p-ranks ..."
|
|
FORMULA
|
G.f.: (1-x+x^2+x^3-x^4-2*x^5)/(1-2*x+x^5).
a(n+1) = a(n) + a(n-1) + a(n-2) + a(n-3) - 1, n >= 5.
|
|
MAPLE
|
L := 1, 1, 3, 7, 13: for i from 6 to 100 do l := nops([ L ]): L := L, op(l, [ L ])+op(l-1, [ L ])+op(l-2, [ L ])+op(l-3, [ L ])-1: od: [ L ];
|
|
MATHEMATICA
|
Join[ {1, 1, 3, 7}, Table[ a[ 1 ]=3; a[ 2 ]=1; a[ 3 ]=3; a[ 4 ]=7; a[ i ]=a[ i-1 ]+a[ i-2 ]+a[ i-3 ]+a[ i-4 ]-1, {i, 5, 100} ] ]
|
|
CROSSREFS
|
Cf. A001595, A049114.
Adjacent sequences: A049109 A049110 A049111 this_sequence A049113 A049114 A049115
Sequence in context: A081494 A048462 A048465 this_sequence A100720 A084898 A101302
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
Christian Krattenthaler (kratt(AT)ap.univie.ac.at)
|
|
|
Search completed in 0.002 seconds
|