A083968 Duplicate of A082769.
11, 3, 7, 919, 101, 11, 12421, 131, 14341, 151, 16061, 17471, 181, 191, 30103, 313, 32323, 33533, 34543, 353, 36263, 373, 383, 39293, 70207, 71317, 727
Offset: 0
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.
isA082768 := proc(n) convert(n,base,10) ; if op(-1,%) in {1,3,7,9} then true; else false; end if; end proc: A082768 := proc(n) if n = 1 then 1; else for a from procname(n-1)+ 1 do if isA082768(a) then return a; end if; end do: end if; end proc: seq(A082768(n),n=1..120) ; # R. J. Mathar, Aug 27 2025
Select[Range[119], MemberQ[{1, 3, 7, 9}, First[IntegerDigits[#]]] &] (* Jayanta Basu, Jun 24 2013 *)
f(7) = 33, the 7th palindrome that is the beginning of a palindromic prime, so a(7) = A109864(33) = 33533.
Comments