[go: up one dir, main page]

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!)
Revision History for A155562 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A155562 Intersection of A001481 and A002479: N = a^2 + b^2 = c^2 + 2d^2 for some integers a,b,c,d.
(history; published version)
#22 by OEIS Server at Tue Jun 25 18:05:30 EDT 2024
LINKS

Robert Israel, <a href="/A155562/b155562_1.txt">Table of n, a(n) for n = 1..10000</a>

#21 by Peter Luschny at Tue Jun 25 18:05:30 EDT 2024
STATUS

reviewed

approved

Discussion
Tue Jun 25 18:05
OEIS Server: Installed first b-file as b155562.txt.
#20 by Joerg Arndt at Tue Jun 25 10:06:43 EDT 2024
STATUS

proposed

reviewed

#19 by Michel Marcus at Mon Jun 24 11:56:34 EDT 2024
STATUS

editing

proposed

#18 by Michel Marcus at Mon Jun 24 11:56:25 EDT 2024
LINKS

Andrew D. Ionaşcu, <a href="httphttps://www.kurims.kyoto-u.acdoi.jp/EMIS/journals/ASUO/mathematics/anale2019vol2org/00_Ionascu10.pdf2478/auom-2019-0016">Intersecting semi-disks and the synergy of three quadratic forms</a>, An. Şt. Univ. Ovidius Constantą, (2019) Vol. 27, Issue 2, 5-13.

STATUS

proposed

editing

Discussion
Mon Jun 24 11:56
Michel Marcus: DOI link
#17 by Robert Israel at Mon Jun 24 11:51:55 EDT 2024
STATUS

editing

proposed

#16 by Robert Israel at Mon Jun 24 11:51:48 EDT 2024
COMMENTS

Numbers k such that in the prime factorization of k, all odd primes that occur with an odd exponent are congruent to 1 (mod 8). - Robert Israel, Jun 24 2024

LINKS

Robert Israel, <a href="/A155562/b155562_1.txt">Table of n, a(n) for n = 1..10000</a>

STATUS

approved

editing

#15 by Alois P. Heinz at Mon Jun 27 18:28:34 EDT 2022
STATUS

proposed

approved

#14 by Chai Wah Wu at Mon Jun 27 17:37:16 EDT 2022
STATUS

editing

proposed

#13 by Chai Wah Wu at Mon Jun 27 17:37:11 EDT 2022
PROG

(Python)

from itertools import count, islice

from sympy import factorint

def A155562_gen(): # generator of terms

return filter(lambda n:all((p & 3 != 3 and p & 7 < 5) or e & 1 == 0 for p, e in factorint(n).items()), count(0))

A155562_list = list(islice(A155562_gen(), 30)) # Chai Wah Wu, Jun 27 2022

STATUS

approved

editing

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 August 29 09:09 EDT 2024. Contains 375511 sequences. (Running on oeis4.)