Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A137741
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A137741 Number of different strings of length n+4 obtained from "123...n" by iteratively duplicating any substring. +0
3
1, 16, 54, 119, 218, 360, 555, 814, 1149, 1573, 2100, 2745, 3524, 4454, 5553, 6840, 8335, 10059, 12034, 14283 (list; graph; listen)
OFFSET

1,2

COMMENT

See A137743 for comments and examples.

LINKS

Index entries for doubling substrings

FORMULA

a(n)=n^4 for n=1,2; a(n)=1/24*(n+3)*(n^3+15*n^2+50*n-96) for n>2 (conjectured).

PROGRAM

(PARI) A137741(n)=if(n<2, 1, n=A135473(n+4, n); n[ #n]) /* function A135473 defined in A137743 */

(PARI) A137741(n)=if(n<3, n^4, 1/24*(n+3)*(n^3+15*n^2+50*n-96)) /* conjectured */

CROSSREFS

Cf. A137740-A137743, A135473, A137744-A137748.

Sequence in context: A087973 A117273 A137515 this_sequence A122658 A029719 A039451

Adjacent sequences: A137738 A137739 A137740 this_sequence A137742 A137743 A137744

KEYWORD

nonn

AUTHOR

M. F. Hasler (MHasler(AT)univ-ag.fr), Feb 10 2008

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 September 5 01:44 EDT 2008. Contains 143476 sequences.


AT&T Labs Research