A136626 For every number n in Ulam's spiral the sequence gives the number of primes around it (number n excluded).
4, 2, 3, 3, 2, 3, 2, 3, 3, 2, 3, 5, 3, 2, 2, 2, 2, 3, 3, 3, 3, 2, 2, 2, 1, 0, 2, 3, 3, 3, 2, 3, 3, 1, 2, 2, 2, 3, 3, 2, 2, 3, 2, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 2, 3, 2, 2, 2, 1, 2, 1, 2, 2, 1, 3, 3, 2, 1, 2, 3, 4, 4, 3, 3, 2, 0, 1, 2, 1, 1, 1, 1, 0, 1, 2, 2, 2, 1, 1, 2, 1, 0, 2, 2, 4, 3, 2, 1, 0, 1, 0, 2
Offset: 1
Examples
Numbers around 13 are 3, 12, 29, 30, 31, 32, 33, 14 -> 3, 29, 31 are primes, so a(13)=3.
Extensions
Offset 1 per example and correction for a(32) by Kevin Ryde, Jul 04 2020
Comments