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!)
A103845 Product of first n Lucas numbers, plus one. 0
1, 2, 4, 13, 85, 925, 16633, 482329, 22669417, 1722875617, 211913700769, 42170826452833, 13579006117811905, 7074662187380001985, 5963940223961341672513, 8134814465483270041306369 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Prime for n = 1, 3, 6; semiprime for n = 2, 4, 7, 8, 9, 10, 13, 14, 15, 23, 26. a(n) asymptotic to Phi^A000217(n).
LINKS
FORMULA
a(n) = Product[Lucasi[k], {k, 1, n}]+1. a(n) = Product[A000217(k), {k, 1, n}]+1.
a(n) = A070825(n)+1, n>0. - R. J. Mathar, Dec 22 2010
EXAMPLE
a(10) = 1 * 3 * 4 * 7 * 11 * 18 * 29 * 47 * 76 * 123 + 1 = 211913700769 = 349 * 607202581 which is semiprime.
MATHEMATICA
Join[{1}, Rest[FoldList[Times, 1, LucasL[Range[20]]]]+1] (* Harvey P. Dale, Oct 25 2011 *)
CROSSREFS
Sequence in context: A298714 A306445 A216670 * A055463 A369313 A091957
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, Mar 30 2005
STATUS
approved

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 May 8 10:35 EDT 2024. Contains 372332 sequences. (Running on oeis4.)