Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A137462
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A137462 a(n)+a(n-1) = n-th semiprime. +0
1
1, 3, 3, 6, 4, 10, 5, 16, 6, 19, 7, 26, 8, 27, 11, 28, 18, 31, 20, 35, 22, 36, 26, 39, 30, 44, 33, 49, 36, 50, 37, 54, 39, 55, 40, 66, 45, 70, 48, 71, 50, 72, 51, 78, 55, 79, 62, 80, 63, 82, 64, 91, 67, 92, 69, 97, 72, 105, 73, 110, 75, 112, 82, 119, 83, 120, 85, 121, 88, 125 (list; graph; listen)
OFFSET

0,2

COMMENT

This is to A001358 as A036467 is to A000040.

FORMULA

a(n)+a(n-1) = A001358(n).

MAPLE

A001358 := proc(n) option remember ; if n =1 then 4; else for a from A001358(n-1)+1 do if numtheory[bigomega](a) = 2 then RETURN(a) ; fi ; od: fi ; end: A137462 := proc(n) option remember; if n =0 then 1; else A001358(n)-A137462(n-1) ; fi ; end: seq(A137462(n), n=0..100) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 23 2008

CROSSREFS

Cf. A001358, A036467, A065516.

Sequence in context: A135986 A069734 A070952 this_sequence A050346 A142149 A132119

Adjacent sequences: A137459 A137460 A137461 this_sequence A137463 A137464 A137465

KEYWORD

easy,nonn

AUTHOR

Jonathan Vos Post (jvospost3(AT)gmail.com), Apr 19 2008

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 23 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 December 3 01:16 EST 2008. Contains 151161 sequences.


AT&T Labs Research