Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Answer

Bounty Awarded with 50 reputation awarded by Bubbler
added 11 characters in body
Source Link
rak1507
  • 4.7k
  • 12
  • 16

Factor + math.primes, 4643 bytes

[| x | 1 x length nprimes x [ ^ ]* 2map] product2each ]

Try it online! -3 from Leo

Try it online!

Factor + math.primes, 46 bytes

[| x | x length nprimes x [ ^ ] 2map product ]

Try it online!

Factor + math.primes, 43 bytes

[| x | 1 x length nprimes x [ ^ * ] 2each ]

-3 from Leo

Try it online!

added 16 characters in body
Source Link
rak1507
  • 4.7k
  • 12
  • 16

Factor + math.primes, 46 bytes

[| x | x length nprimes x [ ^ ] 2map product ]

Try it online!

Factor, 46 bytes

[| x | x length nprimes x [ ^ ] 2map product ]

Try it online!

Factor + math.primes, 46 bytes

[| x | x length nprimes x [ ^ ] 2map product ]

Try it online!

Source Link
rak1507
  • 4.7k
  • 12
  • 16

Factor, 46 bytes

[| x | x length nprimes x [ ^ ] 2map product ]

Try it online!

AltStyle によって変換されたページ (->オリジナル) /