cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-5 of 5 results.

A106318 Bhaskara twins: n such that 2*n^2 = X^3 and 2*n^3 = Y^2.

Original entry on oeis.org

2, 128, 1458, 8192, 31250, 93312, 235298, 524288, 1062882, 2000000, 3543122, 5971968, 9653618, 15059072, 22781250, 33554432, 48275138, 68024448, 94091762, 128000000, 171532242, 226759808, 296071778, 382205952, 488281250, 617831552
Offset: 1

Views

Author

Lekraj Beedassy, Apr 29 2005

Keywords

References

  • S. S. Gupta, 'Bhaskara Pairs' in 'Science Today' (subsequently renamed '2001'), January 1988, pp. 68, Times of India, Mumbai.

Crossrefs

Programs

Formula

a(n) = 2*n^6 = 2*A001014(n).
G.f.: 2*(1+x)*(1+56*x+246*x^2+56*x^3+x^4)/(1-x)^7. - Colin Barker, Apr 18 2012
a(n) = 7*a(n-1)-21*a(n-2)+35*a(n-3)-35*a(n-4)+21*a(n-5)-7*a(n-6)+a(n-7). - Wesley Ivan Hurt, Apr 23 2021

A106320 Values b of a Bhaskara pair (a,b), a<=b, sorted on values of b. A Bhaskara pair (a,b) is such that a^2 + b^2 = X^3 and a^3 + b^3 = Y^2.

Original entry on oeis.org

2, 128, 1250, 1458, 8192, 31250, 80000, 93312, 235298, 524288, 911250, 1062882, 2000000
Offset: 1

Views

Author

Lekraj Beedassy, Apr 29 2005

Keywords

Comments

For the corresponding values of a see A106319. This sequence is guaranteed to not be missing any terms. - Jud McCranie, Jul 04 2013

References

  • S. S. Gupta, 'Bhaskara Pairs' in 'Science Today' (subsequently renamed '2001') January 1988 pp. 68, Times of India, Mumbai.

Crossrefs

Formula

A106318 UNION A106322. - R. J. Mathar, Jan 27 2017

Extensions

Corrected and extended by Jud McCranie, Jul 04 2013

A106319 Values a of a Bhaskara pair (a,b), a<=b, sorted by value of b. A Bhaskara pair (a,b) is such that a^2 + b^2 = X^3 and a^3 + b^3 = Y^2.

Original entry on oeis.org

2, 128, 625, 1458, 8192, 31250, 40000, 93312, 235298, 524288, 455625, 1062882, 2000000
Offset: 1

Views

Author

Lekraj Beedassy, Apr 29 2005

Keywords

Comments

Contains Bhaskara twins (A106318). For corresponding values of b see A106320.

References

  • S. S. Gupta, 'Bhaskara Pairs' in 'Science Today' (subsequently renamed '2001'), January 1988, pp. 68, Times of India, Mumbai.

Crossrefs

Cf. A106320, A106322. Non-sorted union of A106318 and A106321.

Extensions

Corrected and extended by Jud McCranie, Jul 04 2013

A106321 Smaller member of a Bhaskara pair (excluding Bhaskara twins, that is, include only a < b); a Bhaskara pair (a,b) is such that a^2 + b^2 = X^3 and a^3 + b^3 = Y^2.

Original entry on oeis.org

625, 40000, 455625
Offset: 1

Views

Author

Lekraj Beedassy, Apr 29 2005

Keywords

Comments

Ordered by the larger of the pair. For corresponding larger value see A106322.
The sequence is infinite because it contains (as a subsequence) all numbers of the form a = 625*s^6 where s is a positive integer. The pairs are (a,b=2*a) =(625*s^6, 1250*s^6) associated with (X,Y) = (125*s^4, 46875*s^9). - R. J. Mathar, Jan 26 2017
The sequence also contains all numbers of the form a = 3430000*s^6 where s is a positive integer. The pairs are (a,b=3*a) associated with (X,Y) = (49000*s^4, 33614000000*s^9). The sequence also contains all numbers of the form a = 22936954625 *s^6 with b=4*a, all numbers of the form a = 19592846 *s^6 with b=5*a, all numbers of the form a = 19150763710393 *s^6 with b=6*a, all numbers of the form a= 3975350 *s^6 with b=7*a, all numbers of the form a = 3305810795625 * s^6 with b=8*a. - R. J. Mathar, Jan 26 2017

References

  • S. S. Gupta, 'Bhaskara Pairs' in 'Science Today' (subsequently renamed '2001') Jan 1988 pp. 68, Times of India, Mumbai.

Crossrefs

Extensions

Corrected and extended Jud McCranie, Jul 04 2013

A282639 Greater value of a coprime pair (x,y) satisfying x^3+y^3=z^2.

Original entry on oeis.org

2, 37, 65, 112, 312, 433, 877, 1064, 1177, 1201, 1617, 1969, 2345, 2480, 2543, 3081, 3482, 4019, 4440, 5160, 5985, 6337, 6489, 7729, 8663, 8848, 9265, 10274, 10753, 11821, 12071, 12688, 13937, 14345, 15520, 15962, 16296, 16352, 17761, 21923, 22753, 26208
Offset: 1

Views

Author

R. J. Mathar, Feb 20 2017

Keywords

Comments

A permutation of A099533 sorted by increasing y. 1<=x<=y, GCD(x,y)=1.

Examples

			(x,y,z) = (11,37,228), (56,65,671), (57,112,1261), (217,312,6371), (242,433,9765), (851,877,35928), (305,1064,35113), (23,1177,40380), (122,1201,41643), (592,1617,66599), (1706,1969,112245), (1376,2345,124501), (1001,2480,127499), (2257,2543,167160), (1960,3081,191771)... - _R. J. Mathar_, Jan 22 2025
		

Crossrefs

Cf. A099533, A106322, A099426 (values of z). Subsequence of A320662.

Programs

  • Maple
    A282639 := proc(n)
        option remember ;
        local x,y ;
        if n =1 then
            2
        else
            for y from procname(n-1)+1 do
                for x from 1 to y do
                    if igcd(x,y) = 1 then
                        if issqr(x^3+y^3) then
                            return y;
                        end if;
                    end if;
                end do:
            end do:
        end if;
    end proc:
    seq(A282639(n),n=1..17) ; # R. J. Mathar, Jan 22 2025
Showing 1-5 of 5 results.