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

A326315 Lexicographically earliest sequence of distinct terms such that the digits of a(n) and a(n+1) sum up to a palindrome and a(n) + a(n+1) is also a palindrome.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 196, 197, 277, 15, 187, 105, 97, 24, 20, 13, 31, 70, 101, 10, 12, 21, 23, 98, 104, 188, 14, 30, 71, 100, 11, 22, 99, 103, 189, 285, 7, 195, 198, 276, 16, 186, 106, 96, 25, 177, 115, 87, 34, 168, 124, 78, 43, 159, 133, 69, 52, 200, 32, 89, 113, 179, 295, 240, 376, 411, 457, 330, 286, 269, 367, 420, 448, 501
Offset: 1

Views

Author

Eric Angelini and Jean-Marc Falcoz, Jun 24 2019

Keywords

Examples

			The sequence starts with 1,2,3,4,5,6,196,197,... and we see indeed that:
the digits of {a(1); a(2)} have sum 1 + 2 = 3 (palindrome) and a(1) + a(2) is a palindrome too (3);
the digits of {a(2); a(3)} have sum 2 + 3 = 5 (palindrome) and a(2) + a(3) is a palindrome too (5);
the digits of {a(3); a(4)} have sum 3 + 4 = 7 (palindrome) and a(3) + a(4) is a palindrome too (7);
the digits of {a(4); a(5)} have sum 4 + 5 = 9 (palindrome) and a(4) + a(5) is a palindrome too (9);
the digits of {a(5); a(6)} have sum 5 + 6 = 11 (palindrome) and a(5) + a(6) is a palindrome too (11);
the digits of {a(6); a(7)} have sum 6 + 1 + 9 + 6 = 22 (palindrome) and a(6) + a(7) = 6 + 196 is a palindrome too (202);
the digits of {a(7); a(8)} have sum 1 + 0 + 7 = 8 (palindrome) and a(7) + a(8) =  is a palindrome too (3);
the digits of {a(8); a(9)} have sum 1 + 9 + 6 + 1 + 9 + 7 = 33 (palindrome) and a(8) + a(9) = 196 + 197 is a palindrome too (393);
etc.
		

Crossrefs

Cf. A326316 (replace the word "palindrome" by "prime"), A326317 (replace the word "palindrome" by "square"); in A308719 only the sum of the digits is a palindrome.

A326317 Lexicographically earliest sequence of distinct terms such that the digits of a(n) and a(n+1) sum up to a square and a(n) + a(n+1) is also a square.

Original entry on oeis.org

1, 3, 6, 19, 150, 46, 123, 21, 15, 154, 42, 102, 67, 129, 40, 41, 103, 66, 130, 14, 22, 122, 47, 149, 20, 16, 9, 7, 2, 34, 110, 11, 25, 144, 52, 117, 79, 90, 106, 63, 133, 36, 160, 324, 205, 279, 250, 234, 295, 794, 230, 211, 113, 31, 5, 4, 32, 112, 57, 139, 30, 51, 118, 78, 91, 105, 64, 132, 12, 24, 120, 49, 147, 337, 192, 292
Offset: 1

Views

Author

Eric Angelini and Jean-Marc Falcoz, Jun 24 2019

Keywords

Examples

			The sequence starts with 1,3,6,19,150,46,123,... and we see indeed that:
the digits of {a(1); a(2)} have sum 1 + 3 = 4 (square) and a(1) + a(2) is a square too (4);
the digits of {a(2); a(3)} have sum 3 + 6 = 9 (square) and a(2) + a(3) is a square too (9);
the digits of {a(3); a(4)} have sum 6 + 1 + 9 = 16 (square) and a(3) + a(4) = 6 + 19 is a square too (25);
the digits of {a(4); a(5)} have sum 1 + 9 + 1 + 5 + 0 = 16 (square) and a(4) + a(5) = 19 + 150 is a square too (169 --> square of 13);
the digits of {a(5); a(6)} have sum 1 + 5 + 0 + 4 + 6  = 16 (square) and a(5) + a(6) = 150 + 46 is a square too (196 --> square of 16);
the digits of {a(6); a(7)} have sum 4 + 6 + 1 + 2 + 3 = 16 (square) and a(6) + a(7) = 46 + 123 is a squaretoo (169);
etc.
		

Crossrefs

Cf. A326315 (replace the word "square" by "palindrome"), A326316 (replace the word "square" by "prime"); in A308727 only the sum of the digits is a square.
Showing 1-2 of 2 results.