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!)
A025380 Numbers that are the sum of 4 distinct nonzero squares in exactly 5 ways. 2
126, 150, 170, 186, 219, 225, 230, 242, 249, 250, 261, 267, 274, 275, 278, 287, 295, 297, 305, 311, 314, 319, 321, 322, 323, 325, 343, 346, 347, 361, 377, 379, 383, 401, 419, 421, 427, 437, 457, 463, 467, 468, 493, 500, 504, 509, 517, 523, 524, 577, 600, 680, 724, 744 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
{n: A025443(n) = 5}. - R. J. Mathar, Jun 15 2018
MAPLE
N:= 100000: # for terms <= N
G:= mul(1+x^(i^2)*y, i=1..floor(sqrt(N))):
G4:= series(coeff(G, y, 4), x, N+1):
select(t -> coeff(G4, x, t) = 5, [$1..N]): # Robert Israel, Nov 19 2023
CROSSREFS
Sequence in context: A165019 A025388 A025389 * A020342 A179482 A009944
KEYWORD
nonn
AUTHOR
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 June 28 01:28 EDT 2024. Contains 373761 sequences. (Running on oeis4.)