The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A259532 Triangular array: row k shows the discriminant of sqrt(j) + sqrt(k) for j=1..k. 1
1, 8, 8, 12, 8, 12, 1, 2304, 2304, 1, 5, 8, 12, 8, 5, 24, 1600, 12, 12, 1600, 24, 28, 2304, 3600, 1, 3600, 2304, 28, 8, 12544, 2304, 5, 5, 2304, 12544, 8, 1, 8, 7056, 24, 5, 24, 7056, 8, 1, 40, 8, 2304, 28, 14400, 14400, 28, 2304, 8, 40, 44, 1600, 12, 8 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
First seven rows:
1
8 8
12 8 12
1 2304 2304 1
5 8 12 8 5
24 1600 12 12 1600 24
28 2304 3600 1 3600 2304 28
MATHEMATICA
t = Table[NumberFieldDiscriminant[Sqrt[j] + Sqrt[k + 1 - j]], {k, 1, 16}, {j, 1, k}]
TableForm[t] (* A259532 array *)
Flatten[t] (* A259532 sequence *)
CROSSREFS
Sequence in context: A001732 A213746 A219236 * A329822 A226835 A363326
KEYWORD
nonn,easy,tabl
AUTHOR
Clark Kimberling, Jul 20 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 24 08:42 EDT 2024. Contains 372773 sequences. (Running on oeis4.)