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.

A330422 Running totals in A330403.

Original entry on oeis.org

0, 1, 4, 0, 9, 4, 16, 9, 1, 16, 0, 25, 36, 49, 25, 4, 36, 16, 49, 9, 36, 64, 81, 100, 64, 25, 81, 36, 1, 49, 0, 64, 9, 81, 144, 121, 64, 4, 81, 16, 100, 144, 196, 225, 256, 324, 361, 441, 400, 324, 225, 144, 49, 100, 169, 256, 361, 484, 441, 529, 576, 484, 625
Offset: 0

Views

Author

Rémy Sigrist, Dec 14 2019

Keywords

Comments

All terms are square numbers.

Crossrefs

Cf. A330403.

Programs

  • PARI
    See Links section.

Formula

A330403(n) = abs(a(n) - a(n-1)).

A330401 Lexicographically earliest sequence of distinct positive terms with an associate sequence t such that t(0) = 0, and for any n > 0, at least one of t(n-1) - a(n) or t(n-1) + a(n) is a palindrome; in case t(n-1) - a(n) is a palindrome, set t(n) = t(n-1) - a(n), otherwise set t(n) = t(n-1) + a(n).

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 8, 7, 18, 11, 9, 20, 13, 24, 22, 10, 21, 14, 25, 26, 15, 16, 27, 28, 17, 19, 30, 29, 40, 33, 44, 46, 35, 36, 47, 48, 37, 38, 49, 50, 39, 41, 52, 51, 62, 45, 12, 32, 43, 23, 34, 54, 60, 31, 61, 71, 81, 63, 53, 42, 55, 57, 68, 66, 72, 70, 79
Offset: 1

Views

Author

Rémy Sigrist, Dec 13 2019

Keywords

Comments

This sequence is a variant of A329544.

Examples

			The first terms, alongside t(n), are:
  n   a(n)  t(n)
  --  ----  ----
   0  N/A      0
   1     1     1
   2     2     3
   3     3     0
   4     4     4
   5     5     9
   6     6     3
   7     8    11
   8     7     4
   9    18    22
  10    11    11
  11     9     2
  12    20    22
		

Crossrefs

See A330402 and A330403 for similar sequences.
Cf. A002113, A329544, A330420 (running totals).

Programs

  • PARI
    See Links section.
Showing 1-2 of 2 results.