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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A134463 Values of n such that 5n^2 + 5n + 1 is a palindromic prime. 1
1, 4, 5, 565, 475081, 4565455, 4639740, 4623988479 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Corresponding Centered decagonal palindromic primes are 5a(n)^2 + 5a(n) + 1 = A134462 = {11,101,151,1598951,1128512158211, ...}. Note that the first 4 terms of a(n) are the palindromes.

a(9) > 1414213562372. - Donovan Johnson, Feb 13 2011

LINKS

Eric Weisstein, Link to a section of The World of Mathematics. Palindromic Prime.

Wikipedia: Centered decagonal number.

MATHEMATICA

Do[ f=5k^2+5k+1; If[ PrimeQ[f] && FromDigits[ Reverse[ IntegerDigits[ f ] ] ] == f, Print[ k ] ], {k, 1, 500000} ]

CROSSREFS

Cf. A134462 = Centered decagonal palindromic primes; or palindromic primes of the form 5n^2 + 5n + 1. Cf. A002385 = Palindromic primes. Cf. A062786 = Centered 10-gonal numbers. Cf. A090562 = Primes of the form 5k^2 + 5k + 1. Cf. A090563 = Values of n such that 5n^2 + 5n + 1 is a prime.

Sequence in context: A051152 A042181 A042717 * A058916 A064612 A005927

Adjacent sequences:  A134460 A134461 A134462 * A134464 A134465 A134466

KEYWORD

more,nonn,base

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), Oct 26 2007

EXTENSIONS

a(6), a(7) from D. S. McNeil (d.mcneil(AT)qmul.ac.uk), Mar 02 2009

a(8) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Feb 13 2011

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 10:57 EST 2012. Contains 206009 sequences.