Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Revision History for A343239

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Irregular triangle read by rows giving the solutions x for x^2 == -5 (mod A343238(n)), for x from {0, 1, 2, ..., A343238(n)-1}, for n >= 1.
(history; published version)
#19 by OEIS Server at Sat Jan 06 14:32:10 EST 2024
LINKS

Andrew Howroyd, <a href="/A343239/b343239_1.txt">Table of n, a(n) for n = 1..1468</a> (first 500 rows)

#18 by Michael De Vlieger at Sat Jan 06 14:32:10 EST 2024
STATUS

proposed

approved

Discussion
Sat Jan 06
14:32
OEIS Server: Installed first b-file as b343239.txt.
#17 by Andrew Howroyd at Sat Jan 06 14:26:32 EST 2024
STATUS

editing

proposed

#16 by Andrew Howroyd at Sat Jan 06 14:14:13 EST 2024
LINKS

Andrew Howroyd, <a href="/A343239/b343239_1.txt">Table of n, a(n) for n = 1..1468</a> (first 500 rows)

KEYWORD

nonn,tabf,easy

STATUS

approved

editing

#15 by Peter Luschny at Sun Sep 17 06:10:47 EDT 2023
STATUS

reviewed

approved

#14 by Joerg Arndt at Sun Sep 17 03:36:12 EDT 2023
STATUS

proposed

reviewed

#13 by Michel Marcus at Sun Sep 17 02:54:39 EDT 2023
STATUS

editing

proposed

#12 by Michel Marcus at Sun Sep 17 02:54:37 EDT 2023
PROG

(PARI) isok(k) = issquare(Mod(-5, k)); \\ A343238

lista(nn) = my(list = List()); for (n=1, nn, if (issquare(Mod(-5, n)), my(row = select(x->(Mod(x, n)^2 + 5 == 0), [0..n-1])); listput(list, row))); Vec(list); \\ Michel Marcus, Sep 17 2023

STATUS

approved

editing

#11 by Wolfdieter Lang at Fri Jun 11 09:59:59 EDT 2021
STATUS

editing

approved

#10 by Wolfdieter Lang at Fri Jun 11 09:59:18 EDT 2021
NAME

Irregular triangle read by rows giving the solutions x for x^2 = = -5 (mod A343238(n)), for x from {0, 1, 2, ..., A343238(n)-1}, for n >= 1.

STATUS

approved

editing

Discussion
Fri Jun 11
09:59
Wolfdieter Lang: Changing  = -> ==