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-8 of 8 results.

A069666 Largest n-digit square with maximum digit sum.

Original entry on oeis.org

9, 49, 784, 6889, 97969, 877969, 9696996, 88679889, 876988996, 8998988769, 88998998929, 975979998889, 9998768898889, 97888999968769, 898999897988929, 9896999999766889, 99497897999899876, 989879999979599689
Offset: 1

Views

Author

Amarnath Murthy, Apr 06 2002

Keywords

Crossrefs

Extensions

Corrected and extended by Larry Reeves (larryr(AT)acm.org), Oct 14 2003

A069667 Smallest nontrivial (no trailing zeros) n-digit square with minimum digit sum.

Original entry on oeis.org

1, 16, 121, 1024, 10201, 101124, 1002001, 24000201, 100020001, 2500100001, 10000200001, 141001001001, 1000002000001, 25000010000001, 100000020000001, 2500000100000001, 10000000200000001, 250000001000000001
Offset: 1

Views

Author

Amarnath Murthy, Apr 06 2002

Keywords

Crossrefs

Extensions

More terms from Sascha Kurz, Feb 02 2003
More terms from Larry Reeves (larryr(AT)acm.org), Oct 15 2003

A069668 Largest nontrivial (no trailing zeros) n-digit square with minimum digit sum.

Original entry on oeis.org

1, 25, 121, 2401, 10201, 301401, 1002001, 25010001, 100020001, 2500100001, 10000200001, 250001000001, 1000002000001, 25000010000001, 100000020000001, 2500000100000001, 10000000200000001, 250000001000000001
Offset: 1

Views

Author

Amarnath Murthy, Apr 06 2002

Keywords

Crossrefs

Extensions

Corrected and extended by Larry Reeves (larryr(AT)acm.org), Oct 15 2003

A069669 Smallest n-digit triangular number with maximum digit sum.

Original entry on oeis.org

6, 78, 496, 8778, 58996, 887778, 5897895, 88877778, 686999778, 9876799878, 89996788896, 777887999778, 7798988788878, 77779987999896, 589598998999878, 7898898998885986, 78999997699698778, 999699998689998991
Offset: 1

Views

Author

Amarnath Murthy, Apr 06 2002

Keywords

Crossrefs

Extensions

More terms from Larry Reeves (larryr(AT)acm.org), Oct 15 2003

A371728 a(n) is the largest number that is the digit sum of an n-digit square number.

Original entry on oeis.org

9, 13, 19, 31, 40, 46, 54, 63, 70, 81, 88, 97, 106, 112, 121, 130, 136, 148, 154, 162, 171, 180, 187, 193, 205, 211, 220, 229, 235, 244, 253, 262, 271, 277, 286, 297, 301, 310, 319, 331, 334, 343, 355, 360, 367, 378, 388, 396
Offset: 1

Views

Author

Zhining Yang, Apr 04 2024

Keywords

Comments

a(n) appears to be approximately equal to (33*n-11)/4.

Examples

			a(6) = 46 because 46 is the largest digital sum encountered among all 6-digit squares (698896, 779689, 877969).
		

Crossrefs

Programs

  • Mathematica
    Array[Max@Map[Total@IntegerDigits[#^2] &, Range[Floor@Sqrt[10^(#)]], Floor@Sqrt[10^(# + 1) - 1]] &, 15]

Extensions

a(22)-a(48) from Zhao Hui Du, Apr 05 2024
a(49)-a(62) from Zhining Yang, May 08 2024
a(63)-a(64) from Zhining Yang, May 23 2024
Incorrect a(61) and unverified a(49) onward deleted by Zhining Yang, Mar 03 2025

A069670 Largest n-digit triangular number with maximum digit sum.

Original entry on oeis.org

6, 78, 946, 8778, 58996, 998991, 9979278, 98989485, 886899786, 9998888991, 89996788896, 999998497578, 9869988988965, 99989985868878, 988895779999896, 9999678588989986, 99889886986899778, 999699998689998991
Offset: 1

Views

Author

Amarnath Murthy, Apr 06 2002

Keywords

Crossrefs

Extensions

More terms from Larry Reeves (larryr(AT)acm.org), Oct 15 2003

A069671 Smallest n-digit triangular number with minimum digit sum.

Original entry on oeis.org

1, 10, 120, 2211, 10011, 112101, 2001000, 10006101, 200010000, 1210000221, 20000100000, 210010000005, 2000001000000, 32000004000000, 200000010000000, 3200000040000000, 20000000100000000, 320000000400000000, 2000000001000000000, 32000000004000000000
Offset: 1

Views

Author

Amarnath Murthy, Apr 06 2002

Keywords

Comments

Does the obvious pattern continue? - Vladeta Jovovic, Apr 07 2002

Crossrefs

Extensions

More terms from Vladeta Jovovic, Apr 07 2002
More terms from Sean A. Irvine, May 12 2024

A069672 Largest n-digit triangular number with minimum digit sum.

Original entry on oeis.org

1, 10, 300, 3003, 20100, 112101, 2001000, 33020001, 200010000, 3200120001, 20000100000, 320001200001, 2000001000000, 32000012000001, 200000010000000, 3200000120000001, 20000000100000000, 320000001200000001, 2000000001000000000, 32000000012000000001, 200000000010000000000, 3200000000120000000001, 20000000000100000000000, 320000000001200000000001, 2000000000001000000000000, 32000000000012000000000001, 200000000000010000000000000, 3200000000000120000000000001, 20000000000000100000000000000, 320000000000001200000000000001
Offset: 1

Views

Author

Amarnath Murthy, Apr 06 2002

Keywords

Comments

Does the obvious pattern continue? - Vladeta Jovovic, Apr 07 2002

Crossrefs

Programs

  • Maple
    F:= proc(d)
    local s, P, nP, S, x, bestx;
    bestx:= 0;
    for s in [1,3,6,9] do
      for P in map(op @combinat:-permute, combinat:-partition(s)) do
        nP:= nops(P);
        for S in map(t -> [d-1, op(t)], combinat:-choose([$0..d-2],nP-1)) do
          x:= add(P[i]*10^S[i],i=1..nP);
          if x > bestx and issqr(1+8*x) then bestx:= x fi;
        od;
      od;
      if bestx > 0 then return bestx fi;
    od;
    end proc:
    seq(F(d),d=1..30); # Robert Israel, May 25 2016

Extensions

More terms from Vladeta Jovovic, Apr 07 2002
a(15)..a(30) from Robert Israel, May 25 2016
Showing 1-8 of 8 results.