Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A131727
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A131727 Pell numbers A000129 without last digit. +0
2
1, 2, 7, 16, 40, 98, 237, 574, 1386, 3346, 8078, 19502, 47083, 113668, 274421, 662510, 1599442, 3861396, 9322235, 22505868, 54333972, 131173812, 316681596, 764537004, 1845755605, 4456048214, 10757852035, 25971752284, 62701356604 (list; graph; listen)
OFFSET

4,2

MAPLE

A000129 := proc(n) option remember ; if n <= 2 then n ; else 2*A000129(n-1)+A000129(n-2) ; fi ; end: A131727 := proc(n) floor(A000129(n)/10) ; end: seq(A131727(n), n=4..40) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 24 2007

CROSSREFS

Sequence in context: A129441 A093971 A065497 this_sequence A073371 A113224 A026571

Adjacent sequences: A131724 A131725 A131726 this_sequence A131728 A131729 A131730

KEYWORD

nonn,base

AUTHOR

Paul Curtz (bpcrtz(AT)free.fr), Sep 16 2007, Sep 27 2007

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 24 2007

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 December 3 01:16 EST 2008. Contains 151161 sequences.


AT&T Labs Research