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!)
A349665 Record terms of A349664. 1
0, 1, 2, 3, 7, 17, 27, 37, 87, 137, 157, 187, 247, 437, 687, 787, 937, 1237, 2187, 3437, 3937, 4687, 6187, 8437, 10937, 17187, 19687, 23437, 30937, 42187, 54687, 55687, 85937, 98437, 117187, 154687, 210937, 223437, 273437, 278437, 304687, 429687, 492187, 585937 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Terms are the record numbers of solutions for the equation: y^4 = z^2 - x^2.
LINKS
Karl-Heinz Hofmann, Full table up to y <= 10^12
EXAMPLE
Number of | y | Factorization
solutions | | of y
----------+---+--------------
0 | 1 | -
1 | 2 | [2]
2 | 3 | [3]
3 | 4 | [2, 2]
7 | 6 | [2, 3]
: : :
For more terms with y and factorization of y see link.
PROG
(PARI) lista(nn) = my(f, r); print1("0, 1, 2"); forstep(n=4, nn, 2, f=factor(n)[, 2]; if(r<f=prod(k=2, #f, 4*f[k]+1)*(4*f[1]-1), print1(", ", (r=f)\2))); \\ Jinyuan Wang, Dec 19 2021
CROSSREFS
Sequence in context: A338175 A268539 A083822 * A030086 A078721 A077007
KEYWORD
nonn
AUTHOR
Karl-Heinz Hofmann, Dec 18 2021
EXTENSIONS
More terms from Jinyuan Wang, Dec 19 2021
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 April 25 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)