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.

A196269 Positive integers a for which there is a primitive (-1/4)-Pythagorean triple (a,b,c) satisfying a<=b.

Original entry on oeis.org

1, 4, 6, 9, 10, 10, 11, 12, 13, 14, 15, 17, 19, 20, 20, 22, 23, 23, 25, 26, 28, 28, 29, 31, 31, 32, 32, 32, 32, 33, 34, 35, 36, 37, 38, 38, 39, 41, 44, 44, 47, 50, 52, 52, 53, 54, 55, 55, 57, 58, 60, 61, 64, 64, 64, 65, 65, 65, 68, 71, 76, 76, 79, 82
Offset: 1

Views

Author

Clark Kimberling, Sep 30 2011

Keywords

Comments

See A195770 for definitions of k-Pythagorean triple, primitive k-Pythagorean triple, and lists of related sequences.

Examples

			Primitive (-1/4)-Pythagorean tripleas a,b,c;
c^2=a^2+b^2+k*a*b, where k=-1/4:
1,4,4
4,5,6
6,10,11
9,320,319
10,22,23
10,198,197
11,160,159
12,132,142
13,32,33
14,130,129
		

Crossrefs

Programs