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!)
A130774 Cumulative concatenation of A000204 Lucas numbers (beginning at 1). 4
1, 13, 134, 1347, 134711, 13471118, 1347111829, 134711182947, 13471118294776, 13471118294776123, 13471118294776123199, 13471118294776123199322, 13471118294776123199322521, 13471118294776123199322521843 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(2) = 13 and a(10) = 13471118294776123 are prime. What is the next prime?
The next prime is a(31), a number of 120 digits. - Giovanni Resta, Jun 18 2016
LINKS
FORMULA
a(1) = 1; a(n+1) = Concatenate(a(n),A000204(n+1)).
MATHEMATICA
Module[{nn=20, ll}, ll=LucasL[Range[nn]]; Table[FromDigits[Flatten[IntegerDigits/@Take[ll, n]]], {n, nn}]] (* Harvey P. Dale, May 07 2023 *)
CROSSREFS
Cf. A000204.
Sequence in context: A262572 A132935 A132930 * A179619 A019519 A243216
KEYWORD
base,easy,nonn
AUTHOR
Jonathan Vos Post, Aug 19 2007
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 April 25 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)