45374
domain: N
Appears in sequences
- Minimum sum of n distinct positive numbers, any n-1 of which sum to a square.at n=14A035305
- a(0)=1. a(n) = a(n-1)*(n+1), if n is in the sequence. a(n)= a(n-1) +1, if n is missing from the sequence.at n=23A118471
- Let f(n) = exp(Pi*sqrt(n)); sequence gives numbers n such that f(n) - floor(f(n)) < 1/10^4.at n=8A127029
- Number of binary strings of length n with equal numbers of 00110 and 01100 substrings.at n=16A164253
- Central element of a series of 5 successive nonsquarefree numbers.at n=27A188296
- Number of 0..n arrays x(0..4) of 5 elements with each no smaller than the sum of its three previous neighbors modulo (n+1).at n=12A200669
- Number of nX4 0..1 arrays with every element equal to 2 or 3 horizontally, vertically or antidiagonally adjacent elements, with upper left element zero.at n=13A300368
- The smallest of 3 consecutive integers such that the first is divisible by the square of a prime, the second is divisible by the cube of a prime, and the third is divisible by the fourth power of a prime.at n=31A349952