login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
Search: id:a030522
Displaying 1-1 of 1 result found. page 1
     Sort: relevance | references | number | modified | created      Format: long | short | data
A030522 Product of first n palindromic primes minus 1. +0
2
1, 5, 29, 209, 2309, 233309, 30563609, 4615105109, 835334024909, 159548798757809, 49938774011194529, 17628387225951669089, 6575388435279972570569, 2518373770712229494528309 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The subsequence which are themselves primes begins: 5, 29, 2309, 4615105109, 2518373770712229494528309. - Jonathan Vos Post, Feb 09 2011
LINKS
MATHEMATICA
palQ[n_]:=Module[{idn=IntegerDigits[n]}, idn==Reverse[idn]]; #-1&/@Rest[ FoldList[ Times, 1, Select[Prime[Range[200]], palQ]]] (* Harvey P. Dale, Jun 21 2011 *)
FoldList[Times, Select[Prime[Range[100]], PalindromeQ]]-1 (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Dec 29 2018 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Corrected and extended by Larry Reeves (larryr(AT)acm.org), Sep 25 2000
Corrected by D. S. McNeil, Aug 20 2010
STATUS
approved
page 1

Search completed in 0.005 seconds

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)