22175
domain: N
Appears in sequences
- Define the generalized Pisot sequence T(a(0),a(1)) by: a(n+2) is the greatest integer such that a(n+2)/a(n+1) < a(n+1)/a(n). This is T(8,16).at n=12A018922
- a(n) = 3*a(n-1) - 4*a(n-3) + a(n-6).at n=11A019493
- Numbers k such that k^2 and k^3 have the same set of digits.at n=29A029797
- Numbers whose base-5 representation contains exactly three 0's and three 2's.at n=25A045187
- Expansion of 1/(1-2*x+x^5).at n=15A107066
- a(n) is the largest number in the n-th row of triangle A140996.at n=16A141019
- List of different composites in Pascal-like triangles with index of asymmetry y = 3 and index of obliqueness z = 0 or z = 1.at n=31A141069
- a(n) = A037276(n) - n.at n=47A289660
- Number of nX5 0..1 arrays with every element equal to 3, 5, 6 or 8 king-move adjacent elements, with upper left element zero.at n=14A298180
- a(0) = a(1) = 1; a(n) = a(n-1) + a(n-2) + Sum_{k=0..n-1} k * a(k) * a(n-1-k).at n=7A386467