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!)
A132347 Concatenation of first n members of the Padovan sequence A000931. 1

%I #4 Feb 18 2024 11:54:30

%S 1,10,100,1001,10010,100101,1001011,10010111,100101112,1001011122,

%T 10010111223,100101112234,1001011122345,10010111223457,

%U 100101112234579,10010111223457912,1001011122345791216,100101112234579121621

%N Concatenation of first n members of the Padovan sequence A000931.

%t Module[{nn=20,padseq},padseq=LinearRecurrence[{0,1,1},{1,0,0},nn];Table[FromDigits[ Flatten[ IntegerDigits/@Take[padseq,n]]],{n,nn}]] (* _Harvey P. Dale_, Feb 18 2024 *)

%Y Cf. A000931, A007908, A019523, A102397. See A134732 for another version.

%K base,easy,nonn

%O 1,2

%A _Omar E. Pol_, Nov 10 2007

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 13:38 EDT 2024. Contains 371970 sequences. (Running on oeis4.)