Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A074858
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A074858 a(n)=a(n-1)+a(n-2)+R[a(n-3)] where a(0)=a(1)=a(2)=1 and R(n) (A004086) means the reverse of n. +0
1
1, 1, 1, 3, 5, 9, 17, 31, 57, 159, 229, 463, 1643, 3028, 5035, 11524, 24762, 41591, 108864, 177197, 305575, 951573, 2048919, 3575995, 6000073, 18774470, 30770296, 53244772, 91462849, 213915324, 333122408, 641864151, 1398505871, 2844591355 (list; graph; listen)
OFFSET

0,4

EXAMPLE

a(9)=57+31+R(17)=57+31+71=159

MAPLE

R:=proc(n) local nn, nnn: nn:=convert(n, base, 10): add(nn[nops(nn)+1-j]*10^(j-1), j=1..nops(nn)) end: a[0]:=1: a[1]:=1: a[2]:=1: for n from 3 to 34 do a[n]:=a[n-1]+a[n-2]+R(a[n-3]) od: seq(a[n], n=0..34); (Deutsch)

CROSSREFS

Cf. A000213.

Adjacent sequences: A074855 A074856 A074857 this_sequence A074859 A074860 A074861

Sequence in context: A066173 A114322 A000213 this_sequence A074860 A135728 A083318

KEYWORD

easy,nonn

AUTHOR

Felice Russo (felice.russo(AT)katamail.com), Sep 11 2002

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Jul 25 2005

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 May 11 10:28 EDT 2008. Contains 139662 sequences.


AT&T Labs Research