Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A118064
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A118064 Decimal expansion of the sum of the reciprocals of the palindromic primes (Honaker's constant). +0
1
1, 3, 2, 4, 0 (list; cons; graph; listen)
OFFSET

1,2

COMMENT

The sum using all palindromic numbers <10^11 is 1.32398... Extrapolating using palindromic primes <10^8 using Wynn's epsilon method gives a value near 1.3240... - Eric Weisstein (eric(AT)weisstein.com), May 14 2006

LINKS

Carlos Rivera: Problems & Puzzles: Puzzle 056 - The Honaker's Constant.

Eric Weisstein: Palindromic Prime.

FORMULA

a(n) = sum(1/p), p is a palindromic prime.

MATHEMATICA

(* first obtain nextPalindrome from A007632 *) s = 1/11; c = 1; pp = 1; Do[ While[pp < 10^n, If[PrimeQ@ pp, c++; s = N[s + 1/pp, 64]]; pp = NextPalindrome@ pp]; If[ OddQ@ n, pp = 10^(n + 1); Print[{s, n, c}]], {n, 17}] [From Robert G. Wilson v (rgwv(AT)rgwv.com), May 31 2009]

CROSSREFS

Cf. A002385, A160910.

Cf. A050251. [From Robert G. Wilson v (rgwv(AT)rgwv.com), May 31 2009]

Sequence in context: A089750 A109591 A143932 this_sequence A070471 A070690 A160387

Adjacent sequences: A118061 A118062 A118063 this_sequence A118065 A118066 A118067

KEYWORD

cons,nonn,more

AUTHOR

Martin Renner (martin.renner(AT)gmx.net), May 11 2006

EXTENSIONS

Corrected by Eric Weisstein (eric(AT)weisstein.com), May 14 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research