935755
domain: N
Appears in sequences
- a(0) = 0, a(1) = 1; for n >= 2, a(n) = a(n-1) + a(n-2) - (n-1) if that number is positive and not already in the sequence, otherwise a(n) = a(n-1) + a(n-2) + (n-1).at n=31A117824
- Pentagonal numbers with only odd digits.at n=28A117985
- a(n) is the first pentagonal number that is nontrivially the sum of two pentagonal numbers of the type P(p) + P(p+n) (we always have P(k) = P(0) + P(k)).at n=27A133312