login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A117752 Number of prime 3-digit palindromes in base n. 0
2, 2, 3, 5, 6, 6, 13, 13, 15, 21, 20, 26, 25, 30, 36, 30, 37, 44, 50, 42, 59, 60, 61, 71, 75, 68, 89, 93, 109, 100, 111, 113, 118, 120, 133, 134, 142, 155, 162, 154, 166, 168, 187, 194, 220, 195, 207, 212, 235, 210, 243, 263, 247, 257, 293, 286, 296, 320, 304, 328 (list; graph; refs; listen; history; internal format)
OFFSET

2,1

COMMENTS

Is there a proof that a(n) > 0?

PROG

(PARI) a(n)=local(t, i, j); t=0; for(i=1, n-1, for(j=0, n-1, if(isprime(i*(n^2+1)+j*n), t++))); t

CROSSREFS

Cf. A060873.

Sequence in context: A051732 A098382 A098180 * A172992 A006065 A096981

Adjacent sequences:  A117749 A117750 A117751 * A117753 A117754 A117755

KEYWORD

base,nonn

AUTHOR

Frank Adams-Watters (FrankTAW(AT)Netscape.net), Apr 14 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 08:44 EST 2012. Contains 205998 sequences.