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

A344422 Palindromes having more divisors than all smaller palindromes.

Original entry on oeis.org

1, 2, 4, 6, 44, 66, 252, 2112, 2772, 6336, 27972, 48384, 219912, 252252, 696696, 828828, 2114112, 4228224, 21333312, 42666624, 63999936, 234666432, 2154664512, 2329559232, 4815995184, 8402442048, 21354645312, 40362626304, 63708380736, 211887788112
Offset: 1

Views

Author

Bhupendra Kumar Singh, May 17 2021

Keywords

Comments

A000005(a(n)) = 1, 2, 3, 4, 6, 8, 18, 28, 36, 42, 48, 72, 96, 108, 128, 144, 168, 192, 336, 384, .... - Felix Fröhlich, May 19 2021
From Jon E. Schoenfield, Jun 22 2021: (Start)
There exists at least one m-digit term for every m in 1..22 except 21 (see the b-file).
Conjecture: all terms after a(1)=1 are even. (End)

Examples

			Terms include: 4 (3 divisors); 6 (4 divisors); 44 (6 divisors); 66 (8 divisors); 252 (18 divisors).
		

Crossrefs

Cf. A000005, A002113 (palindromes), A076888 (their number of divisors), A002182, A084324, A093036, A345250.

Programs

  • Mathematica
    pal=Union@Flatten[Table[r=IntegerDigits@n;FromDigits/@(Join[r,#]&/@{Reverse@r,Rest@Reverse@r}),{n,10^5}]];m=0;lst={};Do[s=DivisorSigma[0,k];If[s>m,AppendTo[lst,k];m=s],{k,pal}];lst (* Giorgos Kalogeropoulos, Dec 08 2021 *)
  • PARI
    \\ See PARI link. David A. Corneth, May 18 2021

Formula

A000005(a(n)) = A345250(n).

Extensions

Data corrected and extended by David A. Corneth, May 18 2021

A343735 Odd palindromes having more divisors than all smaller odd palindromes.

Original entry on oeis.org

1, 3, 9, 33, 99, 525, 3003, 5445, 5775, 50505, 53235, 171171, 525525, 5073705, 18999981, 50555505, 51666615, 512272215, 513828315, 5026226205, 5053553505, 5184994815, 5708778075, 52252425225, 502299992205, 502875578205, 524241142425, 579024420975
Offset: 1

Views

Author

Jon E. Schoenfield, Jun 22 2021

Keywords

Comments

A000005(a(n)) = A343736(n).
Conjectures:
(1) All terms after a(1)=1 are multiples of 3.
(2) The number of terms after a(30)=34418522581443 that are not multiples of 5 is finite but not zero.

Examples

			                                                      no. of
   n        a(n)  prime factorization                divisors
  --  ----------  ---------------------------------  --------
   1           1  -                                         1
   2           3  3                                         2
   3           9  3^2                                       3
   4          33  3 * 11                                    4
   5          99  3^2 * 11                                  6
   6         525  3 * 5^2 * 7                              12
   7        3003  3 * 7 * 11 * 13                          16
   8        5445  3^2 * 5 * 11^2                           18
   9        5775  3 * 5^2 * 7 * 11                         24
  10       50505  3 * 5 * 7 * 13 * 37                      32
  11       53235  3^2 * 5 * 7 * 13^2                       36
  12      171171  3^2 * 7 * 11 * 13 * 19                   48
  13      525525  3 * 5^2 * 7^2 * 11 * 13                  72
  14     5073705  3^3 * 5 * 7^2 * 13 * 59                  96
  15    18999981  3^3 * 7 * 11 * 13 * 19 * 37             128
  16    50555505  3 * 5 * 7^2 * 11 * 13^2 * 37            144
  17    51666615  3^2 * 5 * 7 * 11 * 13 * 31 * 37         192
  18   512272215  3^3 * 5 * 7^3 * 13 * 23 * 37            256
  19   513828315  3^2 * 5 * 7 * 11^2 * 13 * 17 * 61       288
  20  5026226205  3 * 5 * 7^2 * 11 * 13 * 17 * 29 * 97    384
		

Crossrefs

Cf. A000005, A002113 (palindromes), A076888 (their number of divisors), A029950 (odd palindromes), A344422, A345250, A343736.

A343736 a(n) is the number of divisors of A343735(n).

Original entry on oeis.org

1, 2, 3, 4, 6, 12, 16, 18, 24, 32, 36, 48, 72, 96, 128, 144, 192, 256, 288, 384, 432, 512, 576, 648, 768, 1024, 1296, 1536, 1728, 2048, 2304, 2592, 3456, 3888, 4608, 5760, 6912, 7680, 8640, 9216, 12288, 13824, 15360, 17280, 18432, 20480, 23040, 30720, 34560
Offset: 1

Views

Author

Jon E. Schoenfield, Jun 22 2021

Keywords

Crossrefs

Cf. A000005, A002113 (palindromes), A076888 (their number of divisors), A029950 (odd palindromes), A343735, A344422, A345250.

Formula

a(n) = A000005(A343735(n)).
Showing 1-3 of 3 results.